dgpe cocoa v1.7.6

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40170
This commit is contained in:
hsoft 2009-10-03 10:32:18 +00:00
parent f5c20b149b
commit 22d9db28ff
3 changed files with 11 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>hsft</string>
<key>CFBundleVersion</key>
<string>1.7.5</string>
<string>1.7.6</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@ -13,6 +13,7 @@ from dupeguru_pe import app_cocoa as app_pe_cocoa
from dupeguru import app, app_cocoa, data, directories, engine, export, ignore, results, scanner
from dupeguru_pe import block, cache, matchbase, data
from hsfs import auto, stats, tree
from hsutil import conflict
class PyApp(NSObject):
pass #fake class

View File

@ -1,3 +1,12 @@
- date: 2009-10-03
version: 1.7.6
description: |
* Fixed a bug preventing some duplicates to be found if transparency was involved. (Mac OS X) (#64)
* Fixed a bug preventing some iPhoto Libraries to be read. (Mac OS X) (#61)
* Fixed crash with filtering when regular expressions were enabled. (#60)
* Fixed crash when setting directories' state. (Mac OS X) (#66)
* Fixed crash with Make Reference when certain filters were applied. (Mac OS X) (#55)
* Improved error handling during delete/move/copy actions. (#62 #65)
- date: 2009-09-07
version: 1.7.5
description: |