v1.3
📢 v1.3 of THRIFT has been released!
🆕 What's new:
- GUI massive overhaul! Your remaining balance, total expense and income for each month are now displayed on the GUI.
- Setting of your monthly budget with
budget
. - Updated
list
command to allow you to view different month's transactions and budget. tag
/untag
allow you to add/remove specific tag(s) from a transaction without typing the whole tag list viaupdate
.- Cloning an existing transaction with
clone
, which saves you the hassle of typing the whole insertion statement again. clone
also allows you to set repeated future transactions in daily, monthly or yearly frequencies.- You can now easily convert currencies around with
convert
, which shows you the denomination of one currency in one or more other currencies. - Search for keywords in your transactions' REMARK and DESCRIPTION fields with
find
. Undo
/Redo
now works forbudget
,clone
,tag
andupdate
.help
command can now print the usage syntax for any command in THRIFT.
✨ QoL:
- 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.
- Tags are now colour coded depending on the categories it belong to.
🪲 Bug-fixes:
- When updating or deleting similar transactions, the first occurrence would be affected instead of the intended transaction.
- Prefixes that only expect a single occurrence now checks the input for any duplicates.
- When inserting a transaction, changing the filtered view and running
undo
will cause the balance to be incorrect.