From 22d9db28ff130e0c2b2e0c88d7f1acdba96f6f47 Mon Sep 17 00:00:00 2001 From: hsoft Date: Sat, 3 Oct 2009 10:32:18 +0000 Subject: [PATCH] dgpe cocoa v1.7.6 --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40170 --- pe/cocoa/Info.plist | 2 +- pe/cocoa/py/dg_cocoa.py | 1 + pe/help/changelog.yaml | 9 +++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) 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: |