Paisa Changelog

What's new in Paisa 0.6.6

Feb 10, 2024
  • Improve tables (sortable)
  • Show tabulated value on the allocation page
  • Show invested value on the goals page
  • Bug fixes

New in Paisa 0.6.5 (Feb 2, 2024)

  • Add Liabilities > Credit Card page
  • Support password protected XLSX file
  • Allow user to configure timezone
  • Bug fixes

New in Paisa 0.6.4 (Jan 23, 2024)

  • Add checking accounts balance to dashboard
  • Improve template management UI
  • Improve spinner and page transition
  • Bug fixes

New in Paisa 0.6.3 (Jan 13, 2024)

  • Introduce Sheets: A notepad calculator with access to your ledger
  • Remove flat option from cashflow > yearly page
  • Dockerimage now installs paisa to /usr/bin
  • Improve legends rendering on all pages
  • Allow user to cancel pdf password prompt
  • Add new warning for missing assets accounts from allocation target
  • Support hledger's balance assertion
  • Bug fixes

New in Paisa 0.6.2 (Dec 23, 2023)

  • New logo
  • Allow goals to be reordered
  • Show goals on the dashboard page
  • Bug fixes

New in Paisa 0.6.1 (Dec 16, 2023)

  • Add new price provider: Alpha Vantage
  • Make the first day of the week configurable
  • Support ledger strict mode
  • Add user login support, go to the User Accounts section on the configuration page to enable it
  • Show notes associated with a transaction/posting
  • Bug fixes

New in Paisa 0.6.0 (Dec 9, 2023)

  • Add individual account balance on the goals page
  • Add keyboard shortcuts to format/save file on editor page
  • Add the ability to search postings/transactions by note
  • Add an option to reverse the order of generated transactions on the import page
  • Add option to clear price cache
  • Bug fixes

New in Paisa 0.5.9 (Nov 26, 2023)

  • Improve postings page
  • Add income statement page (Cash Flow > Income Statement)
  • Bug fixes

New in Paisa 0.5.8 (Nov 18, 2023)

  • Add the ability to specify the rate, target date, or monthly contribution to savings goal
  • Improve price page
  • Bug fixes

New in Paisa 0.5.7 (Nov 11, 2023)

  • Add goals
  • Remove retirement page (available under goals)
  • Bug fixes
  • Breaking Changes:
  • Retirement page has been moved under goals. If you have used
  • retirement, you need to setup a new retirement goal

New in Paisa 0.5.6 (Nov 4, 2023)

  • Add support for Income:CapitalGains
  • Add option to control display precision
  • Add a new price provider for gold and silver (IBJA India)
  • Add option to disable budget rollover
  • Bug fixes

New in Paisa 0.5.5 (Oct 14, 2023)

  • Support account icon customization
  • Add beancount ledger client support

New in Paisa 0.5.4 (Oct 7, 2023)

  • Add calendar view to recurring page
  • Support recurring period configuration
  • Support European number format
  • Bug fixes

New in Paisa 0.5.3 (Oct 1, 2023)

  • Add Docker Image
  • Add Linux Application (deb package)
  • Move import templates to configuration file
  • Bug fixes
  • Breaking Changes:
  • User's custom import templates used to be stored in Database, which is a bad idea in hindsight. It's being moved to the configuration file. With this change, all the data in paisa.db would be transient and can be deleted and re created from the journal and configuration files without any data loss.
  • If you have custom template, take a backup before you upgrade and add it again via new version. If you have already upgraded, you can still get the data directly from the db file using the following query sqlite3 paisa.db "select * from templates";

New in Paisa 0.5.2 (Sep 25, 2023)

  • Add Desktop app
  • Support password-protected PDFs on the import page
  • Bug fixes