Skip to content

Releases: alexandrosnt/Challenge-Planner

Use Up v0.4.0

02 Mar 09:22

Choose a tag to compare

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

18 Feb 18:46

Choose a tag to compare

Pan project: tap item name to open detail modal with full name

Use Up v0.3.3

13 Feb 18:29

Choose a tag to compare

Add pagination to budget and pan project, inline edit for pan items

Use Up v0.3.2

13 Feb 18:11

Choose a tag to compare

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

13 Feb 16:56

Choose a tag to compare

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

13 Feb 14:55

Choose a tag to compare

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

13 Feb 14:49

Choose a tag to compare

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

13 Feb 14:34

Choose a tag to compare

Add 5-star rating to inventory items and shopping list

Use Up v0.2.8

13 Feb 10:56

Choose a tag to compare

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

13 Feb 01:07

Choose a tag to compare

Fix iOS Turso sync: use webpki-roots for TLS instead of rustls-native…