Releases: alexandrosnt/Challenge-Planner
Releases · alexandrosnt/Challenge-Planner
Use Up v0.4.0
Add books feature with dock popover menu system Dock buttons now support popover menus for grouping features. Pan Project and Books are grouped under a Projects popover. Books feature includes reading tracker with ISBN scanning via Open Library API, progress tracking, ratings, and pagination.
Use Up v0.3.4
Pan project: tap item name to open detail modal with full name
Use Up v0.3.3
Add pagination to budget and pan project, inline edit for pan items
Use Up v0.3.2
Add reactivate button for used_up/decluttered items Items marked as finished or decluttered now show a Reactivate button to set them back to active. Added status to updateItem Partial type.
Use Up v0.3.1
Rewrite PanItemCard buttons as flex layout, revert dashboard to COUNT - PanItemCard: removed absolute positioning, buttons now in card-header flex flow with 40px tap targets and touch-action:manipulation - Dashboard: reverted SUM(quantity) back to COUNT(*) which was working - Keep NULL quantity migration fix and pan emptied→used_up logic
Use Up v0.3.0
Fix dashboard item counts to be quantity-aware All item count queries now use SUM(quantity) instead of COUNT(*), so an item with quantity 3 counts as 3 not 1.
Use Up v0.2.10
Add pan-project search and budget month navigation Pan project page now has a search bar to filter items by name or category. Budget page now has month navigation arrows to browse spending by month.
v0.2.9
Add 5-star rating to inventory items and shopping list
Use Up v0.2.8
Fix Turso sync: enable HTTP/1+HTTP/2 in webpki-roots connector The HTTP/1-only connector broke sync and queries (gRPC needs HTTP/2). Registration worked (Hrana/HTTP/1) but everything else failed.
Use Up v0.2.7
Fix iOS Turso sync: use webpki-roots for TLS instead of rustls-native…