Releases: srineshr1/Paymenttracker
Releases · srineshr1/Paymenttracker
Release list
Spentd v1.2.3
Spentd 1.2.3
Added
- Payment category notifications: after SMS auto-import, Spentd guesses the category and shows a local notification with Yes (confirm / learn) or Select the right one (opens the expense in edit mode)
Fixed
- SBI “Dear UPI user … debited by 45.00” SMS (no ₹/Rs prefix) was skipped as “not a payment”; amount scoring also preferred the day-of-month over the real amount
Changed
- Removed optional cloud API from this monorepo (now a separate project:
spentd-api) - Docs: README / CONTRIBUTING describe local-first layout only
Changes
- chore: release v1.2.3 notes (d839efc)
- fix: improve SMS amount extraction for bare amounts (4037281)
- refactor: remove cloud API and update docs (db6f469)
Install
- Download
spentd-v1.2.3.apkbelow. - On Android, open the file and allow Install unknown apps if asked.
- If Play Protect blocks it: More details → Install anyway.
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Spentd v1.2.1
Spentd 1.2.1
Added
- Expense list search (merchant, notes, amount, UPI ref) plus category, source, direction, and date filters
- Merchant → category learning: edits teach future SMS / screenshot / manual entries
- Settings: forget learned categories; footer shows git-tag version and credit
Improved
- Shared pure search + merchant normalization helpers with tests
- SQLite schema v2 for on-device learned mappings (hashed merchant keys)
Changes
- feat: add expense filters and category suggestions (bd0383b)
- docs: rewrite README for end users and contributors (c2a5e7b)
- docs: rewrite README for local-first architecture (d222f3c)
- Remove Design section from README (aa120df)
- fix: biome format and style issues for quality CI (a628f21)
Install
- Download
spentd-v1.2.1.apkbelow. - On Android, open the file and allow Install unknown apps if asked.
- If Play Protect blocks it: More details → Install anyway.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.1
Spentd v1.0.0
Spentd v1.0.0
First public release of Spentd — privacy-first Android expense tracker.
Download
- spentd-1.0.0.apk — install on Android (allow unknown sources if prompted)
What's included
- PhonePe / GPay screenshot import (OCR)
- Bank / UPI SMS import
- Username + 6-digit passcode auth
- Budgets, cash tracking, cloud sync API
- Dark private-banking UI
Install
- Download the APK below
- Open it on your Android phone
- Allow install from this source if asked
Notes
- This is a release APK built from
master - For development setup, see the README