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)