Skip to content

Releases: piggyvault/piggyvault

0.35.0

05 Aug 12:01
Compare
Choose a tag to compare

Changed

  • Flutter version upgrade

Fixed

  • App crashing while opening on fold 5 by @abhith in #277

Full Changelog: 0.34.2...0.35.0

0.34.2

07 Mar 15:41
Compare
Choose a tag to compare

What's Changed

  • Calculator input style updated to match the transaction form

Full Changelog: 0.34.1...0.34.2

0.34.1

26 Dec 16:52
f0559a3
Compare
Choose a tag to compare

What's Changed

  • chore: bump flutter and packages by @abhith in #262
  • some old category icons may not be rendered since we upgraded the font_awesome_flutter package.

Full Changelog: 0.34.0...0.34.1

0.34.0

16 Apr 09:05
f7f0536
Compare
Choose a tag to compare

Added

Category icons

Transaction list

Screenshot_1650097928

Category list

Screenshot_1650097938

0.33.1

03 Apr 08:34
Compare
Choose a tag to compare

Fixed

  • Alignment of description in the transaction detail

Changed

  • API hosted domain from https://piggyvault.in to https://piggyvault.abhith.net

Full Changelog: 0.33.0...0.33.1

0.33.0

27 Mar 10:47
Compare
Choose a tag to compare

Added

Account archive support

  • Archived accounts will not be listed in the transaction form.
  • Add transaction fab will be hidden in the archived account details screen.
  • Archived toggle will be visible during account edit (not during account creation).

account-edit
archived-accounts

Calculator input for transaction amount field in transaction form.

11-add-transaction-calc

Changed

Transaction form UI

11-add-transaction

Account form UI

05-account-add

Category form UI

Screenshot_20220327-132750

Transaction details UI

13-transaction_details

Removed

  • Category icon support (associated plugin release with the fix is pending)

Full Changelog: 0.29.2...0.33.0

0.29.2

04 Aug 17:45
Compare
Choose a tag to compare

Changed

  • Category icon color on transaction listing is now based on transaction type
  • Daily transaction amount summary chips style in transaction listing
  • Category icon color on the category listing
  • Search bar in recent transactions, account details, and category-wise transaction details

09-recent

0.29.0

02 Aug 19:14
61d6f60
Compare
Choose a tag to compare

Added

  • Now you can assign icons for categories
  • Displays category icon in the category listing
  • Displays transaction category icons in the transaction listing

Screenshot_1627931398
Screenshot_1627931599
Screenshot_1627931642

Fixed

  • Category name null cases

0.28.0

02 Jul 20:02
Compare
Choose a tag to compare

Added

  • Transaction reminder #127

0.27.0

25 Jan 19:04
Compare
Choose a tag to compare

Added

  • Share SMS content to piggy to create a transaction. Shared content will become the description.
  • Navigate to accounts, categories from the user profile tab page.

Fixed

  • Active tab indicator on the bottom bar in case navigated to accounts from the drawer.