From 42a737c98468e67f21416c72cce063b81851ea4c Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sun, 26 Apr 2020 19:20:39 +0200 Subject: [PATCH] Changelog for 4.1.4 --- CHANGELOG.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ccc407f3..43dbb23b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,34 @@ Changelog This document describes changes between each past release. +4.1.4 (unreleased) +================== + +This is a bugfix-only release, and probably the last release in the 4.x branch. + +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) +- 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) + +Added +----- + +- Add translations for German, Spanish, Norwegian, Indonesian, and Russian +- Update translations for all languages + 4.1.3 (2019-09-18) ==================