Update to 4.1.1

This commit is contained in:
Andrew Senetar 2021-03-21 22:50:33 -05:00
parent 035cdc23b1
commit 4a40b346a4
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
2 changed files with 10 additions and 1 deletions

View File

@ -1,2 +1,2 @@
__version__ = "4.1.0"
__version__ = "4.1.1"
__appname__ = "dupeGuru"

View File

@ -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)