Releases: SFTtech/abrechnung
Releases · SFTtech/abrechnung
v1.6.0
What's Changed
Features
- add alternative split modes: evenly, unevenly - by shares, unevenly - by percentage, unevenly - by amount
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
Features
- add group export and import via json dumps
- allow empty valid until in group invite links
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
Features
- enable Russian and Bulgarian translations
- make valid until field of invite links fully optional
- persist filter and sort settings of list views across page navigations
New Contributors
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
Features
- select accounts as "owned" to set a default payer for purchases and transfers as well as
displaying balance effects directly - fetch current currency conversion rates from external api
- various UI polishes and improvements
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
Features
- add transaction history display
- add multi currency support
- add support for math expressions in numeric inputs
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
Features
- add optional prometheus metrics endpoint
- make mailer service tolerant to database restarts
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
BREAKING CHANGES
- changed config structure to only include the reverse-proxy base_url once in the
apisection - removed frontend config via separate
config.jsonin 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