IHateMoney v5.2.0 Release Notes

Release Date: 2022-04-07 // about 2 years ago
  • โž• Added

    • ๐Ÿณ Make docker image production-ready: support PostgreSQL, allow customizing port, PUID, PGID (#919)
    • ๐Ÿ‘ List supported currencies in API under api/currencies (#961)
    • ๐Ÿ‘ Allow to import bills in CSV format, compatible with Cospend (#951) Note that there is a known issue with this new feature

    ๐Ÿ†• New settings

    ๐Ÿ”„ Changed settings

    • 0๏ธโƒฃ MAIL_DEFAULT_SENDER is now a string instead of a tuple. The old syntax is still accepted but support will be dropped on the next major release (#1007)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix support for project IDs with uppercase characters (#925, #934)
    • Purge project history on deletion (#989)
    • Prevent large integer inputs to avoid crash (#994)
    • ๐ŸŽ [Performance] Get weight sum along with bills to scale (#949)
    • Do not require a captcha when using the API (#931)
    • ๐Ÿ›  Fix default "legal link" value in docker (#950)
    • ๐Ÿ›  Fix showcase images in case of subdir installation (#974)
    • ๐Ÿ‘ Check that chosen language is in the supported list (#971)

    ๐Ÿ”„ Changed

    • ๐Ÿ›  User interface fixes, especially for mobile devices (#901, #904, #905, #929, #943, #944, #945, #991)
    • Always display topmost buttons in the list of bills: new bill button & pagination (#956)
    • Display monthly statistics for the range of months where the project was active (#885)
    • Hide "each" amount when there's only one recipient (#1008)
    • Display admin email in error message for password reminder (#965)
    • Send an email when the project is created via the API (#938)
    • โž• Add compatibility with Python 3.10 (#921)
    • ๐Ÿ‘Œ Support WTForms 3 (#916)

Previous changes from v5.1.1

    • ๐Ÿš€ No actual change, fixup release because 5.1.0 did not upload to pypi