diff --git a/content/spendly/changelog/0.8.0-beta.md b/content/spendly/changelog/0.8.0-beta.md index 0f5efb6..44054fb 100644 --- a/content/spendly/changelog/0.8.0-beta.md +++ b/content/spendly/changelog/0.8.0-beta.md @@ -1,7 +1,7 @@ --- title: "0.8.0-beta" slug: "0.8.0-beta" -weight: 4 +weight: 6 date: "2025-12-22" description: "First beta milestone with core tracking, budgets, analytics, and app lock." prev: "/spendly/changelog/0.9.0-beta/" diff --git a/content/spendly/changelog/0.9.0-beta.md b/content/spendly/changelog/0.9.0-beta.md index ee7c3e0..e772b9e 100644 --- a/content/spendly/changelog/0.9.0-beta.md +++ b/content/spendly/changelog/0.9.0-beta.md @@ -1,7 +1,7 @@ --- title: "0.9.0-beta" slug: "0.9.0-beta" -weight: 3 +weight: 5 date: "2026-03-22" description: "Initial 0.9.x beta release metadata and version update." prev: "/spendly/changelog/0.9.1-beta/" diff --git a/content/spendly/changelog/0.9.1-beta.md b/content/spendly/changelog/0.9.1-beta.md index 0f87f84..bbb4657 100644 --- a/content/spendly/changelog/0.9.1-beta.md +++ b/content/spendly/changelog/0.9.1-beta.md @@ -1,7 +1,7 @@ --- title: "0.9.1-beta" slug: "0.9.1-beta" -weight: 2 +weight: 4 date: "2026-03-23" description: "Version bump and release metadata updates for 0.9.1-beta." prev: "/spendly/changelog/0.9.2-beta/" diff --git a/content/spendly/changelog/0.9.2-beta.md b/content/spendly/changelog/0.9.2-beta.md index ceaa444..1b6cf05 100644 --- a/content/spendly/changelog/0.9.2-beta.md +++ b/content/spendly/changelog/0.9.2-beta.md @@ -1,10 +1,10 @@ --- title: "0.9.2-beta" slug: "0.9.2-beta" -weight: 1 +weight: 3 date: "2026-03-24" description: "SMS parsing improvements, deduplication, and better account matching." -prev: "/spendly/changelog/" +prev: "/spendly/changelog/0.9.4/" next: "/spendly/changelog/0.9.1-beta/" --- diff --git a/content/spendly/changelog/0.9.4.md b/content/spendly/changelog/0.9.4.md new file mode 100644 index 0000000..8e9f983 --- /dev/null +++ b/content/spendly/changelog/0.9.4.md @@ -0,0 +1,33 @@ +--- +title: "0.9.4" +slug: "0.9.4" +weight: 2 +date: "2026-04-05" +description: "Mutual fund category improvements, dependency bumps, and release pipeline updates." +prev: "/spendly/changelog/0.9.5/" +next: "/spendly/changelog/0.9.2-beta/" +--- + +| Released on | Track | Link | +| --- | --- | --- | +| 2026-04-05 | Stable | [GitHub release](https://github.com/lanthoor/spendly/releases/tag/v0.9.4) | + +## Highlights +- Improved mutual fund investment category detection +- Android, CI, and dependency updates were rolled into this release +- Release preparation and docs cleanup were included alongside version updates + +### Changed +- feat: improve mutual fund investment category detection (#20) +- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#21) +- chore(deps): bump github/codeql-action from 4.31.9 to 4.35.1 (#24) +- chore(deps): bump androidx.biometric:biometric from 1.4.0-alpha05 to 1.4.0-alpha06 (#26) +- chore(deps): bump androidx.core:core-ktx from 1.17.0 to 1.18.0 (#23) +- chore(ci): release preparation pipeline (#28) +- chore: bump version to 0.9.3 +- chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.3 to 1.10.0 (#22) +- docs: minimize README and add AGPL + contributing guide (#29) +- chore(deps): bump android-actions/setup-android from 4.0.0 to 4.0.1 (#30) + +## Links +- [CHANGELOG source](https://github.com/lanthoor/spendly/blob/main/CHANGELOG.md) diff --git a/content/spendly/changelog/0.9.5.md b/content/spendly/changelog/0.9.5.md new file mode 100644 index 0000000..c4f7c4c --- /dev/null +++ b/content/spendly/changelog/0.9.5.md @@ -0,0 +1,35 @@ +--- +title: "0.9.5" +slug: "0.9.5" +weight: 1 +date: "2026-04-14" +description: "Architecture migration phases, hardening updates, and release housekeeping." +prev: "/spendly/changelog/" +next: "/spendly/changelog/0.9.4/" +--- + +| Released on | Track | Link | +| --- | --- | --- | +| 2026-04-14 | Stable | [GitHub release](https://github.com/lanthoor/spendly/releases/tag/v0.9.5) | + +## Highlights +- Architecture migration plan progressed through baseline, decomposition, isolation, and hardening phases +- Supply chain and release process resilience cleanup was included in this release +- Agent skills manifests and architecture status docs were aligned with implementation + +### Changed +- fix: cleanup and supply chain resilience (#31) +- docs: refactoring plan (#32) +- chore(architecture): phase 0 baseline and guardrails (#34) +- chore(architecture): phase 1 decompose utils ownership (#35) +- chore(architecture): phase 2 shared contracts decoupling (#36) +- chore(architecture): phase 3 file decomposition (#37) +- chore(architecture): phase 4 use case introduction (#38) +- chore(architecture): phase 5 package first isolation (#39) +- chore(architecture): phase 6 optional modularization (#40) +- chore(architecture): phase 7 hardening and cleanup (#41) +- docs: reconcile architecture migration plan status (#42) +- chore: add local agent skills manifests (#43) + +## Links +- [CHANGELOG source](https://github.com/lanthoor/spendly/blob/main/CHANGELOG.md) diff --git a/content/spendly/changelog/_index.md b/content/spendly/changelog/_index.md index 0127987..90a76ce 100644 --- a/content/spendly/changelog/_index.md +++ b/content/spendly/changelog/_index.md @@ -3,7 +3,7 @@ title: "Changelog" description: "Track all changes, updates, and improvements to Spendly" weight: 3 prev: "/spendly/features/" -next: "/spendly/changelog/0.9.2-beta/" +next: "/spendly/changelog/0.9.5/" --- Releases are organized by version number with the most recent changes appearing first. @@ -11,6 +11,8 @@ Releases are organized by version number with the most recent changes appearing ## Versions +- [0.9.5](/spendly/changelog/0.9.5/) +- [0.9.4](/spendly/changelog/0.9.4/) - [0.9.2-beta](/spendly/changelog/0.9.2-beta/) - [0.9.1-beta](/spendly/changelog/0.9.1-beta/) - [0.9.0-beta](/spendly/changelog/0.9.0-beta/)