Skip to content

Releases: srineshr1/Paymenttracker

Spentd v1.2.3

Choose a tag to compare

@github-actions github-actions released this 27 Jul 17:14

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

  1. Download spentd-v1.2.3.apk below.
  2. On Android, open the file and allow Install unknown apps if asked.
  3. If Play Protect blocks it: More details → Install anyway.

Full Changelog: v1.2.2...v1.2.3

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 25 Jul 16:05

Full Changelog: v1.2.1...v1.2.2

Spentd v1.2.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 15:25

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

  1. Download spentd-v1.2.1.apk below.
  2. On Android, open the file and allow Install unknown apps if asked.
  3. If Play Protect blocks it: More details → Install anyway.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 18:50

Full Changelog: v1.1.6...v1.2.0

v1.1.6

Choose a tag to compare

@github-actions github-actions released this 23 Jul 17:25

Full Changelog: v1.1.4...v1.1.6

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 22 Jul 18:12

Full Changelog: v1.1.3...v1.1.5

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 21 Jul 18:41

Full Changelog: v1.1.3...v1.1.4

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 02:49

Full Changelog: v1.1.2...v1.1.3

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 20:06

Full Changelog: v1.0.0...v1.1.1

Spentd v1.0.0

Choose a tag to compare

@srineshr1 srineshr1 released this 20 Jul 18:31

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

  1. Download the APK below
  2. Open it on your Android phone
  3. Allow install from this source if asked

Notes

  • This is a release APK built from master
  • For development setup, see the README