From 4a40b346a4a224cbebcaaefc2883620ace41d547 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Sun, 21 Mar 2021 22:50:33 -0500 Subject: [PATCH] Update to 4.1.1 --- core/__init__.py | 2 +- help/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/core/__init__.py b/core/__init__.py index 32f5a465..47d3f580 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -1,2 +1,2 @@ -__version__ = "4.1.0" +__version__ = "4.1.1" __appname__ = "dupeGuru" diff --git a/help/changelog b/help/changelog index 77d291fd..46f09acc 100644 --- a/help/changelog +++ b/help/changelog @@ -1,3 +1,12 @@ +=== 4.1.1 (2021-03-21) + +* Add Japanese +* Update internationalization and translations to be up to date with current UI. +* Minor translation and UI language updates +* Fix language selection issues on Windows (#760) +* Add some additional notes about builds on Linux based systems +* Add import from transifex export to build.py + === 4.1.0 (2020-12-29) * Use tabs instead of separate windows (#688)