Skip to content

Releases: SFTtech/abrechnung

v1.6.0

10 Jan 21:02

Choose a tag to compare

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

05 Jan 18:42

Choose a tag to compare

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

03 Jan 19:17

Choose a tag to compare

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

30 Dec 18:59

Choose a tag to compare

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

19 Jun 10:47

Choose a tag to compare

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

31 Jan 17:25

Choose a tag to compare

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

03 Jan 18:43

Choose a tag to compare

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

16 Aug 22:12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.3...v0.14.0

v0.13.3

02 Mar 11:06

Choose a tag to compare

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

11 Feb 09:12

Choose a tag to compare

Full Changelog: v0.13.1...v0.13.2

  • fix frontend docker container startup