• v0.4.5 908d5f4cab

    v0.4.5 Stable

    Ghost released this 2025-12-27 14:29:58 +11:00 | 41 commits to main since this release

    Changelog

    Downloads
  • v0.4.4 9cff8d1d2a

    v0.4.4 Stable

    Ghost released this 2025-12-18 13:16:25 +11:00 | 45 commits to main since this release

    Changelog

    Downloads
  • v0.4.3 4ad161edc8

    v0.4.3 Stable

    Ghost released this 2025-12-15 16:22:28 +11:00 | 48 commits to main since this release

    Changelog

    Downloads
  • v0.4.2 1a46a94b97

    v0.4.2 Stable

    Ghost released this 2025-12-15 13:42:01 +11:00 | 52 commits to main since this release

    Changelog

    Downloads
  • v0.4.1 08df53ddb4

    v0.4.1 Stable

    Ghost released this 2025-12-14 19:26:36 +11:00 | 56 commits to main since this release

    Changelog

    Downloads
  • v0.4.0 1e3a52f496

    v0.4.0 Stable

    Ghost released this 2025-12-14 18:40:17 +11:00 | 59 commits to main since this release

    v0.4.0 Exercises update

    • added exercise database with 3k+ exercises
    • can create custom exercises
    • updated dependencies
    • other misc idk read the commits

    Changelog

    • f112f7bf5d Add roadmap for future features and improvements
    • 737982b9d1 added 'disposable' effect to safely dispose of drag handlers easily. closes #129
    • 060a28554e added new exercises, and new fields/approach to 'timed' exercises. nothing ui yet and still need to migrate exercises
    • 42536737d2 added new fields to duplicate session or routine
    • 9c39dfda2e added pagination to session list
    • 3c21b0be34 added release script
    • eaafaf7dde added sort of pagination to exercises list and loading indicator closes #127
    • 9e5f0c29b3 added test data to migration and updated test_pb_data
    • b84f5630d7 attempted to filter by saved, still needs a fair bit of work and need some thought towards filter by muscle and equipment, think abt query params
    • 76668b2c1b bit of a grind, exercise create form pretty much done :)
    • ac9ddbbe50 can create a new exercise, can't edit it yet...
    • cd307cc82e can delete routines, incomplete expand fixed, set cascade delete for routineexercises closes #119
    • 40c5787959 changed profile session list to use the generic one
    • 3248924de4 embracing the ai slop to get a nice preview computed field going for routines, will still need some work. closes #125 closes #121
    • 3fc9c27f3f exercise view form basically done, need to add create button, and allow for edit exercise form
    • 88a4fac193 fix missing field in migration
    • 11f7d5c8a7 fixed up app routing for exercises page. just need to allow custom exercise creation now, and 'saving' exercises.
    • a5e39f2d04 fixed up exercise and routine list a bit, added sesion list to profile
    • 59f87a7656 got time showing again in views, gotta fix backend error showing up now
    • 22a391c6fc migrate exisitng variations to exercises sort of done, not tested on a staging db yet. will set the user to myself for these initial ones
    • 82b362d51c migration seems to work closes #124
    • fda52bfaf3 modified new exercises and finalised migration, added id so deterministic
    • 5a54d9a544 more type migration getting in the way of working on the actual exercise form
    • 5b3ae01cf0 never mind, missed a bit, all works now
    • 89e3c0a762 new exercises import successfully. added typegen and computed fields plugins
    • 5344aba603 new models
    • 5486d37881 nice little confirm dialog for delete routine
    • 1e3a52f496 release: v0.4.0
    • be2853d818 save point, working on generic list component finally, and exercises page with various filters, before doing the create exercise page. need to create an 'exercise' page as well, where you can enter various preferences for an exercise.
    • 5c10510551 search params set up for exercise list sort of
    • 0c4a3b6d2f starting on exerciseform view, and went down the rabbit hole a bit of migrating types over
    • 9b01b5221c think the migration will apply ok, will need to backup tho ofc. removed all references to variations in ui
    • 10dbb6c916 update migrations order
    • 13a8aa3f24 update order of new models
    • 28aba3e380 upgraded tanstack virtual as i thought it would fix my filter problem but no dice, still have to wrap virtualizer in memo to force it to update when rows changes
    • f634477ab7 virtualized generic list all done
    Downloads
  • v0.3.1 cc6c151b0c

    v0.3.1 Stable

    Ghost released this 2025-11-16 12:44:54 +11:00 | 95 commits to main since this release

    Changelog

    • cc6c151b0c some styling fixes, mainly scrolling related
    Downloads
  • v0.3.0 d1e2bfcfac

    v0.3.0 Stable

    Ghost released this 2025-11-16 12:20:10 +11:00 | 96 commits to main since this release

    Added more metrics to track

    • mental health
    • perceived endurance/strength rating

    Changelog

    • d1e2bfcfac added tooltip/popover
    • b43a137d9a removed view collection, don't need it. added ratings for mental health metrics, and strength and endurance ratings for logged exercises closes #117
    • 64148b101b updated not found page
    Downloads
  • v0.2.3 a3f901ba2b

    v0.2.3 Stable

    Ghost released this 2025-11-12 13:35:23 +11:00 | 99 commits to main since this release

    Changelog

    • 5f852d1556 fixed issue with measurement values not being given to component
    • a3f901ba2b get version tag from package.json, now just have to remember to update this on new versions... closes #115
    Downloads
  • v0.2.2 0cd1092a7d

    v0.2.2 Stable

    Ghost released this 2025-11-08 16:38:33 +11:00 | 101 commits to main since this release

    Changelog

    • 0cd1092a7d fixed time input, strange behaviour by solid but oh well
    Downloads