diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4d0ac6e3..a7274a03 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,13 +3,43 @@ Changelog This document describes changes between each past release. -4.2 (2020-04-24) +5.0 (unreleased) ================ -- Add support for espanol latino america (es_419) +Breaking changes +---------------- + +- Drop support for Python 2 (#483) +- Drop support for Python 3.5 (#571) + +The minimum supported version is now Python 3.6 + +Added +----- + +- Add espanol latino america (es_419) translation +- Add German translation (#492) +- Allow to import previously exported json data (#518) +- Add new optional field "external link" in bill form (#429) +- Add new statistics showing monthly expenses (#526) +- Add pagination to the list of bills (#480) +- Add sorting, pagination, and searching to the admin dashboard (#538) +- Add Project History page that records all changes (#553) +- Add token-based authentication to the API (#504) + +Changed +------- + - Use the external debts lib to solve settlements (#476) - Remove balance column in statistics view (#323) - Remove requirements files in favor of setup.cfg pinning (#558) +- Make language choice persistent (#547) + +Fixed +----- + +- Improve input of email addresses when inviting people to join a project (#133) +- Fix datepicker that was displayed twice on some browsers (#221) 4.1.3 (2019-09-18) ================== diff --git a/ihatemoney/translations/cs/LC_MESSAGES/messages.mo b/ihatemoney/translations/cs/LC_MESSAGES/messages.mo index 58260758..28294b91 100644 Binary files a/ihatemoney/translations/cs/LC_MESSAGES/messages.mo and b/ihatemoney/translations/cs/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/de/LC_MESSAGES/messages.mo b/ihatemoney/translations/de/LC_MESSAGES/messages.mo index 8cf55064..7b3299a0 100644 Binary files a/ihatemoney/translations/de/LC_MESSAGES/messages.mo and b/ihatemoney/translations/de/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.mo b/ihatemoney/translations/el/LC_MESSAGES/messages.mo index 69086172..66868a6c 100644 Binary files a/ihatemoney/translations/el/LC_MESSAGES/messages.mo and b/ihatemoney/translations/el/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo b/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo index 97e55c96..98926c0d 100644 Binary files a/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo and b/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo new file mode 100644 index 00000000..c357ef99 Binary files /dev/null and b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.mo b/ihatemoney/translations/id/LC_MESSAGES/messages.mo index ad2962c1..800866bc 100644 Binary files a/ihatemoney/translations/id/LC_MESSAGES/messages.mo and b/ihatemoney/translations/id/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo index ae0a3ca3..94d8e7cd 100644 Binary files a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo and b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo index 7ce4bd35..f04a3dbf 100644 Binary files a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo and b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo index b8383048..b5e2df5d 100644 Binary files a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo and b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/uk/LC_MESSAGES/messages.mo b/ihatemoney/translations/uk/LC_MESSAGES/messages.mo index 699828d9..5ad1457b 100644 Binary files a/ihatemoney/translations/uk/LC_MESSAGES/messages.mo and b/ihatemoney/translations/uk/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo index 89f8f302..74990ea5 100644 Binary files a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo and b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo differ