diff --git a/pe/cocoa/Info.plist b/pe/cocoa/Info.plist index 99b9a2b5..6960d416 100644 --- a/pe/cocoa/Info.plist +++ b/pe/cocoa/Info.plist @@ -23,7 +23,7 @@ CFBundleSignature hsft CFBundleVersion - 1.7.5 + 1.7.6 NSMainNibFile MainMenu NSPrincipalClass diff --git a/pe/cocoa/py/dg_cocoa.py b/pe/cocoa/py/dg_cocoa.py index 66e1ec01..150998b1 100644 --- a/pe/cocoa/py/dg_cocoa.py +++ b/pe/cocoa/py/dg_cocoa.py @@ -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 diff --git a/pe/help/changelog.yaml b/pe/help/changelog.yaml index a48e6836..e2f6186f 100644 --- a/pe/help/changelog.yaml +++ b/pe/help/changelog.yaml @@ -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: |