Tags give the ability to mark specific points in history as being important
-
v0.6.3
Release: v0.6.34b660179 · ·A release focused on CI and automation * CI now handles creating docker images and releases when new tags are created (like this one) * Use a smaller base image to reduce the final size (~1GiB -> ~100MiB 😲) * Upgrade Oat to v0.5 * Toast notifications are now displayed when adding or deleting a note
-
v0.6.1
Release: v0.6.1: Minor visual tweak1e04b88a · ·Minor visual tweak Forgot to fix it before I tagged and pushed v0.6.
-
v0.5
Release: v0.5: An admittedly better looking versionb6ef398d · ·An admittedly better looking version * Use layout from Oat * Add a nice, though bare, global navigation * Some basic containerisation to test the app for any person willing to
-
v0.4
Release: v0.4: Release with two "major" features and some improvements6fa61449 · ·Release with two "major" features and some improvements * The homepage is now a calendar, showing the schedule for the current month. Allows navigation to past and future months, with links to the worksheets of finished workouts. * Add notes on result to easily keep track of any relevant detail. Notes are visible as simple tooltips on closed worksheets, as well as the Previous Results column (if it exists) of each active worksheet. * Replaced mvp.css with Oat (still minimalist, but with more features). * Added a README * Misc. bugfixes
-
v0.3
Release: v0.3: HTMX integration for a nicer, seamless interactivity707ccc0e · ·HTMX integration for a nicer, seamless interactivity * add HTMX2 support * move from <table> HTML markup to a CSS grid layout to prevent interaction issues between <table> and <form> elements * improve visual feedback
-
v0.2
Release: v0.2: Fairly functional and testable version8f527cdf · ·Fairly functional and testable version * Added basic tests to monitor stability and functionalities while adding more functionalities * Improved HTML structure * Added input validation when updating a worksheet * Refactored the whole started_at/date behaviour to prevent timezone issues * Code cleanup * Misc. bug fixes
-
v0.1
Release: v0.1: First viable version with baseline functionalities0c90659a · ·First viable version with baseline functionalities * Start a workout * Limit to one active workout at a time * Update results of in-progress workout * Close workout