1
0
réplica de https://github.com/arsenetar/dupeguru.git synced 2025-09-11 17:58:17 +00:00
Este commit está contenido en:
Virgil Dupras 2010-02-06 09:09:40 +01:00
padre 8e2953aef6
commit 69838c44af
Se han modificado 3 ficheros con 8 adiciones y 2 borrados

Ver fichero

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

Ver fichero

@ -1,3 +1,9 @@
- date: 2010-02-06
version: 1.8.2
description: |
* dupeGuru Picture Edition is now 64-bit on Mac OS X!
* Improved scanning speed.
* Fixed a crash upon quitting when support folder is not present. (#83)
- date: 2010-01-15 - date: 2010-01-15
version: 1.8.1 version: 1.8.1
description: | description: |

Ver fichero

@ -56,7 +56,7 @@ class File(fs.File):
class DupeGuru(DupeGuruBase): class DupeGuru(DupeGuruBase):
LOGO_NAME = 'logo_pe' LOGO_NAME = 'logo_pe'
NAME = 'dupeGuru Picture Edition' NAME = 'dupeGuru Picture Edition'
VERSION = '1.8.1' VERSION = '1.8.2'
DELTA_COLUMNS = frozenset([2, 5, 6]) DELTA_COLUMNS = frozenset([2, 5, 6])
def __init__(self): def __init__(self):