Releases: ananthakumaran/paisa
v0.5.8
0.5.8 (2023-11-18)
- Add the ability to specify the rate, target date, or monthly contribution to savings goal
- Improve price page
- Bug fixes
v0.5.7
0.5.7 (2023-11-11)
- 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
v0.5.6
0.5.6 (2023-11-04)
- 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
v0.5.5
0.5.5 (2023-10-07)
- Support account icon customization
- Add beancount ledger client support
v0.5.4
0.5.4 (2023-10-07)
- Add calendar view to recurring page
- Support recurring period configuration
- Support European number format
- Bug fixes
v0.5.3
0.5.3 (2023-09-30)
- 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";
v0.5.2
- Add Desktop app
- Support password-protected PDFs on the import page
- Bug fixes
Breaking Changes 🚨
The structure of the price code configuration has been updated to make it easier to add more price providers in the future. In addition to the code, the provider name also has to be added. Refer the configuration reference for more details.
type: mutualfund
- code: 122639
+ price:
+ provider: in-mfapi
+ code: 122639
harvest: 365
v0.5.0
- Add config page
- Embed ledger binary inside paisa
- Bug fixes
v0.4.9
- Add search query support in transaction page
- Spends at the child accounts level would be included in the budget of
parent account. - Fix the Windows build, which was broken by the recent changes to
ledger import - Bug fixes
v0.4.8
- Add budget
- Add hierarchical cash flow
- Switch from float64 to decimal
- Bug fixes