Skip to content

v1.3

Compare
Choose a tag to compare
@limerencee limerencee released this 29 Oct 14:41
· 32 commits to master since this release
ba63c76

📢 v1.3 of THRIFT has been released!

🆕 What's new:

  1. GUI massive overhaul! Your remaining balance, total expense and income for each month are now displayed on the GUI.
  2. Setting of your monthly budget with budget.
  3. Updated list command to allow you to view different month's transactions and budget.
  4. tag/untag allow you to add/remove specific tag(s) from a transaction without typing the whole tag list via update.
  5. Cloning an existing transaction with clone, which saves you the hassle of typing the whole insertion statement again.
  6. clone also allows you to set repeated future transactions in daily, monthly or yearly frequencies.
  7. You can now easily convert currencies around with convert, which shows you the denomination of one currency in one or more other currencies.
  8. Search for keywords in your transactions' REMARK and DESCRIPTION fields with find.
  9. Undo/Redo now works for budget, clone, tag and update.
  10. help command can now print the usage syntax for any command in THRIFT.

QoL:

  1. View now scrolls into view whenever a transaction is in the current transaction list is affected. For example, updating a transaction in the middle of the list would result in the view scrolling to that affected transaction.
  2. Tags are now colour coded depending on the categories it belong to.

🪲 Bug-fixes:

  1. When updating or deleting similar transactions, the first occurrence would be affected instead of the intended transaction.
  2. Prefixes that only expect a single occurrence now checks the input for any duplicates.
  3. When inserting a transaction, changing the filtered view and running undo will cause the balance to be incorrect.