Skip to content

Releases: spiral-project/ihatemoney

4.1.5 - 2020-07-26

26 Jul 19:47
Compare
Choose a tag to compare

This release fixes a serious security issue (CVE-2020-15120).

All users are encouraged to upgrade.

Fixed

Changed

  • Change mobile icon link (#598)
  • Improve French translation of email templates (#593)

Added

  • Add translations for Portuguese (Brazil), Tamil, Hindi

4.1.4 - 2020-06-07

17 Jul 19:56
Compare
Choose a tag to compare

This is a bugfix-only release. It is almost certainly the last release to support Python 2: you should upgrade to Python 3!

Fixed

  • Fix failed installation because dependencies were not being pinned (#540, #545, #558)
  • backend: Trim usernames to remove leading or trailing spaces. This avoids a situation where different names can be visually identical (#367)
  • backend: Fix API to forbid project creation when the ALLOW_PUBLIC_PROJECT_CREATION setting is set to false (#496)
  • backend: Fix crash when a localized email template is missing (#592)
  • backend: Fix language code parsing (#589)
  • backend: Improve error handling when sending emails (#595)
  • UI: Fix datepicker that was being displayed twice on some browsers (#221)
  • UI: Fix "Submit and add a new one" button that had no effect when adding a bill (#498)
  • UI: Prevent bill cancellation when cancelling autocomplete (#506)
  • UI: Fix responsive width of homepage on small screns (#549)
  • UI: Fix color of the "Add a member" button (#499)
  • UI: Fix missing HTML tag (#583)
  • UI: Fix a small typo in the french project-reminder email (#486)
  • UI: Fix typo on message displayed when adding a member (#575)
  • UI: Fix incorrect tool-tip message about the private code (#623)

Added

  • Add translations for German, Spanish (latin-america), Norwegian (bokmål), Indonesian, Polish, Russian, Chinese, Turkish, Ukrainian
  • Update translations for all languages

4.0

24 Jan 14:15
Compare
Choose a tag to compare
4.0

Added

Add CORS headers in the API (#407)
Document database migrations (#390)
Allow basic math operations in amount field (#413)
Add bill.creation_date field (#327)
Document PostgreSQL configuration (#415)

Fixed

Do not allow negative weights on users (#366)
Fix docker image (#398)
minor documentation changes

Changed

Update API project list (#405)