Releases: SFTtech/abrechnung
Releases · SFTtech/abrechnung
v1.0.0
What's Changed
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
Full Changelog: v0.14.0...v1.0.0
v0.14.0
What's Changed
- Numeric input by @TheJJ in #214
- Ensure two decimal places for currency values by @CollinAlpert in #215
- more dependencies is more good by @TheJJ in #219
- frontend dependency bumps by @TheJJ in #218
- enable typescript strict: true compiler option for web by @mikonse in #221
- fix(web): #209 fix position usages not being updated properly by @mikonse in #222
New Contributors
- @CollinAlpert made their first contribution in #215
Full Changelog: v0.13.3...v0.14.0
v0.13.3
What's Changed
- feat(web): add purchase for account from account detail page by @mikonse in #208
- fix(web): copied positions retained original position id by @mikonse in #211
- chore: remove not recommended (and not needed) docker compose links by @mikonse in #212
- dependency upgrades by @mikonse in #213
Full Changelog: v0.13.2...v0.13.3
v0.13.2
Full Changelog: v0.13.1...v0.13.2
- fix frontend docker container startup
v0.13.1
What's Changed
- enable multi arch docker builds by @mikonse in #189
- refactor(frontend): remove recoil from web by @mikonse in #190
- add german translations by @mikonse in #191
- Export transactions as CSV by @ymeiron in #197
- Dynamically change Nginx configuration by @RicardoJeronimo in #199
New Contributors
- @RicardoJeronimo made their first contribution in #199
Full Changelog: v0.12.1...v0.13.1
v0.12.1
Full Changelog: v0.12.0...v0.12.1
v0.12.0
What's Changed
- First fully automated release of the android app
- refactor: split up database code and revisions by @mikonse in #174
- Add client side compression of images by @Raupinger in #176
- Honour group currency in new transactions by @ymeiron in #182
New Contributors
- @Raupinger made their first contribution in #176
- @ymeiron made their first contribution in #182
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- beautify authors file by @TheJJ in #148
- switch to fastapi by @mikonse in #152
- validation improvements and more by @mikonse in #153
- fix(web): correct balance graph handling by @mikonse in #154
- fix balance graph for empty history by @mikonse in #159
- correct page titles by @mikonse in #160
- fix(web): fix event copy button, some layouting by @mikonse in #161
- feat(web): improved position validation, better transfer creation by @mikonse in #164
- feat(web): improve sidebar overflow, back buttons by @mikonse in #166
- implement group settlements by @mikonse in #168
Full Changelog: v0.10.1...v0.11.0
v0.10.1
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- chore: add docker build and publish
- improved clearing accounts
- add api version compatibility check
- fix password and email recovery / change flows
- improved routing
- add new abrechnung icon and initial translation setup
Full Changelog: v0.9.0...v0.10.0