-
v1.7.0 Stable
released this
2026-04-09 08:12:30 +00:00 | 118 commits to main since this releaseWhat's Changed
- feat: Dashboard card merging, collapsible ledger, drag-to-reorder, mobile-friendly task items by @Copilot in https://github.com/niddelicious/parenting-tool/pull/178
- Fix Ledger Purchases: group items under their respective category headers by @Copilot in https://github.com/niddelicious/parenting-tool/pull/180
- Add universal Add Transaction and Add Task/Chore FAB buttons with page-specific overrides by @Copilot in https://github.com/niddelicious/parenting-tool/pull/181
- Add is_deferrable option to finance templates by @Copilot in https://github.com/niddelicious/parenting-tool/pull/182
- Fix mobile UI: Show UFAB action labels and rework Ledger filter panel by @Copilot in https://github.com/niddelicious/parenting-tool/pull/184
- Refactor CreditCardTable to match MortgageTable style; hide pagination when ≤10 items by @Copilot in https://github.com/niddelicious/parenting-tool/pull/188
- Rename Manage Templates to Schedules by @Copilot in https://github.com/niddelicious/parenting-tool/pull/190
- Add Birthdays & Anniversaries feature by @Copilot in https://github.com/niddelicious/parenting-tool/pull/191
- Fix MySQL incompatibility: replace SQLite-only STRFTIME with orderBy('date') by @Copilot in https://github.com/niddelicious/parenting-tool/pull/193
- chore: Add CHANGELOG.md, align package.json version to v1.7.0, and add Changelog page by @Copilot in https://github.com/niddelicious/parenting-tool/pull/194
- Convert existing application into an installable PWA (Progressive Web App) by @Copilot in https://github.com/niddelicious/parenting-tool/pull/195
- feat: update Dashboard Annual card with pills and accordion by @Copilot in https://github.com/niddelicious/parenting-tool/pull/197
- Consolidate agent instructions into AGENTS.md; add login page description and guest footer by @Copilot in https://github.com/niddelicious/parenting-tool/pull/198
- feat: Expand Credit Card feature into full Credits system with payment schedules by @Copilot in https://github.com/niddelicious/parenting-tool/pull/199
- Add credit card purchase tracking, statement management, and Ledger/Balance integration by @Copilot in https://github.com/niddelicious/parenting-tool/pull/200
- Always show Ledger bottom sections; split CHANGELOG into user/dev logs by @Copilot in https://github.com/niddelicious/parenting-tool/pull/201
- Credit improvements: show page, summary debt, ledger integration, instant modal updates, mobile tables by @Copilot in https://github.com/niddelicious/parenting-tool/pull/202
- Credits page tweaks: modal reactivity, edit paid payments/statements, overpayment warning, CC provider, pagination by @Copilot in https://github.com/niddelicious/parenting-tool/pull/203
- Add unpay/regenerate payment buttons and credit card payoff charts by @Copilot in https://github.com/niddelicious/parenting-tool/pull/204
- Add browser tests for previously untested viewable pages by @Copilot in https://github.com/niddelicious/parenting-tool/pull/205
- Fix credit statement editing and management on Show page by @Copilot in https://github.com/niddelicious/parenting-tool/pull/206
- Add interactive payment slider to credit card payoff projection by @Copilot in https://github.com/niddelicious/parenting-tool/pull/207
- fix: correct credit card balance calculation to use latest statement payment by @Copilot in https://github.com/niddelicious/parenting-tool/pull/208
- chore: release v1.7.0 by @Copilot in https://github.com/niddelicious/parenting-tool/pull/209
Full Changelog: https://github.com/niddelicious/parenting-tool/compare/v1.6.0...v1.7.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.6.0 Stable
released this
2026-04-01 19:05:34 +00:00 | 150 commits to main since this releaseWhat's Changed
- footer and tweaks by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/148
- Fix hardcoded currency symbol on purchase forms by @Copilot in https://github.com/niddelicious/parenting-tool/pull/151
- Fix purchases page default month to respect date cycle settings by @Copilot in https://github.com/niddelicious/parenting-tool/pull/152
- Add deferred pay indicator to Ledger and Dashboard LedgerCard by @Copilot in https://github.com/niddelicious/parenting-tool/pull/155
- ✨ Set up Copilot instructions by @Copilot in https://github.com/niddelicious/parenting-tool/pull/156
- Fix Add Transaction date picker defaulting to first of month by @Copilot in https://github.com/niddelicious/parenting-tool/pull/158
- fix currency fields by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/159
- docs: Update README to accurately reflect current features and architecture by @Copilot in https://github.com/niddelicious/parenting-tool/pull/161
- Add Quick Purchase feature by @Copilot in https://github.com/niddelicious/parenting-tool/pull/162
- Fix flaky VirtualEntryTest by using JS click to bypass Playwright stability checks by @Copilot in https://github.com/niddelicious/parenting-tool/pull/164
- Add contextual help sections to page footers and a centralized Help page by @Copilot in https://github.com/niddelicious/parenting-tool/pull/165
- Mortgage table: responsive mobile layout + clickable name links by @Copilot in https://github.com/niddelicious/parenting-tool/pull/175
- Fix footer min-height to encompass entire footer including help sections by @Copilot in https://github.com/niddelicious/parenting-tool/pull/169
- Remove incorrect balance integration text from Credit Cards by @Copilot in https://github.com/niddelicious/parenting-tool/pull/167
- Add help section to Mortgage view page by @Copilot in https://github.com/niddelicious/parenting-tool/pull/173
- Add top-level Help navigation link and centralize help texts into a shared data module by @Copilot in https://github.com/niddelicious/parenting-tool/pull/177
Full Changelog: https://github.com/niddelicious/parenting-tool/compare/v1.5.0...v1.6.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.5.0 Stable
released this
2026-04-01 19:05:23 +00:00 | 170 commits to main since this releaseWhat's Changed
- add task reset jobs by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/136
- task reset job by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/137
- fix Purchases listing by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/138
- Fab adjustments by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/139
- FAB adjustments by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/140
- fix schedule by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/141
- tweaks and adjustment updates by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/142
- Combine template manage pages by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/143
- Expand UFAB by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/144
- Feat/quicknav by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/145
- expand currency settings by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/146
- quicknav and currency settings by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/147
Full Changelog: https://github.com/niddelicious/parenting-tool/compare/v1.4.1...v1.5.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.4.1 Stable
released this
2026-04-01 19:05:10 +00:00 | 201 commits to main since this releaseWhat's Changed
- fix unchanged category items by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/132
- fix manage category icon by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/133
- Feat/universal fab by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/134
- Universal FAB by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/135
Full Changelog: https://github.com/niddelicious/parenting-tool/compare/v1.4.0...v1.4.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.4.0 Stable
released this
2026-04-01 19:05:03 +00:00 | 209 commits to main since this releaseWhat's Changed
- feat: Add purchases feature by @google-labs-jules[bot] in https://github.com/niddelicious/parenting-tool/pull/126
- feat: Add purchases feature (#126) by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/127
- refactor categories and seeds by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/128
- Add Balance Service Sanity Test and Purchase Aggregation by @google-labs-jules[bot] in https://github.com/niddelicious/parenting-tool/pull/129
- add assertSee Test Mortgage by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/130
Full Changelog: https://github.com/niddelicious/parenting-tool/compare/v1.3.0...v1.4.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.3.0 Stable
released this
2026-01-08 13:50:57 +00:00 | 227 commits to main since this releaseNew features
- Unified Ledger page: One ledger for both incoming and outgoing finances
- Filter ledger for in/out
Changes
- Logged in users now automatically hit the Dashboard when navigating to the site
- Double Days in the Parental Leave calendar are diagonally split between the two parent colors.
- Years are no longer fixed and can be navigated freely
Full Changelog: https://github.com/niddelicious/parenting-tool/compare/v1.2.0...v1.3.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.2.0 Stable
released this
2025-12-12 00:38:18 +00:00 | 241 commits to main since this releaseWhat's Changed
- feat: Add global filter to Ledger page by @google-labs-jules[bot] in https://github.com/niddelicious/parenting-tool/pull/105
- redesign mortgage section of ledger by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/107
- show number of hidden items by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/109
- feat: Implement Task and Chore System (#110) by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/111
Full Changelog: https://github.com/niddelicious/parenting-tool/compare/v1.1.2...v1.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.1.2 Stable
released this
2025-12-08 16:36:06 +00:00 | 253 commits to main since this releaseWhat's Changed
- add transaction tweaks by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/104
Full Changelog: https://github.com/niddelicious/parenting-tool/compare/v1.1.1...v1.1.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- add transaction tweaks by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/104
-
v1.1.1 Stable
released this
2025-12-02 13:50:03 +00:00 | 257 commits to main since this releaseWhat's Changed
- show paydate by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/102
- ui enhancements by @niddelicious in https://github.com/niddelicious/parenting-tool/pull/103
Full Changelog: https://github.com/niddelicious/parenting-tool/compare/v1.1.0...v1.1.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.1.0 Stable
released this
2025-12-01 13:32:10 +00:00 | 262 commits to main since this releaseWhat's Changed
- Add Finance Root Page
- Add breadcrumbs to page headers
- Refactor Mortgage Interest Rates
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads