mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-08 09:49:51 +00:00
dgpe cocoa v1.7.6
--HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40170
This commit is contained in:
parent
f5c20b149b
commit
22d9db28ff
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user