BREAKING CHANGES
- changed config structure to only include the reverse-proxy base_url once in the
api
section - removed frontend config via separate
config.json
in favour of configuration in the backend config yaml - drop python 3.10 support
- add ubuntu 24.04 support and drop 22.04
- remove react native mobile app in favour of mobile optimized PWA
Features
- add Spanish, Tamil and Ukrainian as supported languages
- improve translations of datetimes
- rework group settings to just be a single page
- allow archiving of groups
- fix non-interactible transaction position shares #209
- web: add button to add a new purchase for an account from the account detail page
- fix frontend docker container startup
- Add CSV exports for transactions in web by @ymeiron
- Add german translations
- Add multi-arch docker builds
- Correctly filter out deleted transactions in balance computations