Change version to 4.1.0

Cette révision appartient à :
glubsy 2020-12-06 20:13:03 +01:00
Parent 32d66cd19b
révision 6bc619055e
3 fichiers modifiés avec 6 ajouts et 5 suppressions

Voir le fichier

@ -24,8 +24,8 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. Windows 10 / OSX 10.15 / Ubuntu 20.04]
- Version [e.g. 4.0.5]
- OS: [e.g. Windows 10 / OSX 10.15 / Ubuntu 20.04 / Arch Linux]
- Version [e.g. 4.1.0]
**Additional context**
Add any other context about the problem here. You may include the debug log although it is normally best to attach it as a file.

Voir le fichier

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

Voir le fichier

@ -1,4 +1,4 @@
=== 4.0.5 (2020-10-27)
=== 4.1.0 (2020-12-06)
* Use tabs instead of floating windows (#688)
* Add image comparison features to details dialog (#683)
@ -14,7 +14,8 @@
* Add shortcut description to mark selected action (#656)
* Fix row trimming being too aggressive. (#655, #654)
* Add a preference option to disable bold font on reference row (#646)
* Various building and packaging issues
* Use relative icon path for themes to override more easily (#746)
* Fix various building and packaging issues
=== 4.0.4 (2019-05-13)