1
0
зеркало из https://github.com/arsenetar/dupeguru.git synced 2026-03-19 06:01:37 +00:00
Этот коммит содержится в:
Virgil Dupras
2014-10-12 10:47:18 -04:00
родитель 162378bb0a
Коммит 91be1c7336
2 изменённых файлов: 10 добавлений и 1 удалений

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

@@ -1,2 +1,2 @@
__version__ = '2.10.0'
__version__ = '2.10.1'
__appname__ = 'dupeGuru Picture Edition'

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

@@ -1,3 +1,12 @@
=== 2.10.1 (2014-10-12)
* Catch MemoryError better in block matching algo. (#264)
* Fix crash when reading some EXIF tags. [Mac] (#263, #265)
* Fixed ``AttributeError: 'ComboboxModel' object has no attribute 'reset'``.
[Linux, Windows] (#254)
* Fixed a build problem introduced by Sphinx 1.2.3.
* Updated German localisation, by Frank Weber.
=== 2.10.0 (2014-05-03)
* This is mostly a dependencies upgrade.