• 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