Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/spendly/changelog/0.8.0-beta.md
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion content/spendly/changelog/0.9.0-beta.md
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion content/spendly/changelog/0.9.1-beta.md
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
4 changes: 2 additions & 2 deletions content/spendly/changelog/0.9.2-beta.md
Original file line number Diff line number Diff line change
@@ -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/"
---

Expand Down
33 changes: 33 additions & 0 deletions content/spendly/changelog/0.9.4.md
Original file line number Diff line number Diff line change
@@ -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)
35 changes: 35 additions & 0 deletions content/spendly/changelog/0.9.5.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 3 additions & 1 deletion content/spendly/changelog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ 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.


## 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/)
Expand Down
Loading