1
0
зеркало из https://github.com/arsenetar/dupeguru.git synced 2025-07-03 22:13:20 +00:00
Этот коммит содержится в:
Virgil Dupras 2011-01-24 15:40:01 +01:00
родитель 41fbeb7ec9
Коммит 4083b60ff3
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,2 +1,2 @@
__version__ = '2.12.3'
__version__ = '3.0.0'
__appname__ = 'dupeGuru'

Просмотреть файл

@ -1,3 +1,9 @@
=== 3.0.0 (2011-01-24)
* Re-designed the UI. (#129)
* Internationalized dupeGuru and localized it to french. (#32)
* Changed the format of the help file. (#130)
=== 2.12.3 (2011-01-01)
* Fixed bug causing results to be corrupted after a scan cancellation. (#120)