Removed dependencies for yaml everywhere except for the documentation generation (it's going to be converted to sphinx).

--HG--
rename : help_me/changelog.yaml => help_me/CHANGELOG
rename : help_pe/changelog.yaml => help_pe/CHANGELOG
This commit is contained in:
Virgil Dupras 2011-01-11 16:21:36 +01:00
parent eefe464fba
commit 8bea978715
13 changed files with 1177 additions and 1288 deletions

View File

@ -8,7 +8,7 @@ run.py
*.pbxuser
*.tm_build_errors
*.pyd
conf.yaml
conf.json
build
dist
install

View File

@ -11,10 +11,10 @@ import sys
import os
import os.path as op
import shutil
import json
from setuptools import setup
from distutils.extension import Extension
import yaml
from hscommon import helpgen
from hscommon.build import add_to_pythonpath, print_and_do, build_all_qt_ui, copy_packages
@ -120,7 +120,7 @@ def build_pe_modules(ui):
move('_block_qt.pyd', op.join('qt', 'pe', '_block_qt.pyd'))
def main():
conf = yaml.load(open('conf.yaml'))
conf = json.load(open('conf.json'))
edition = conf['edition']
ui = conf['ui']
dev = conf['dev']

View File

@ -9,8 +9,7 @@
import sys
from optparse import OptionParser
import yaml
import json
def main(edition, ui, dev):
if edition not in ('se', 'me', 'pe'):
@ -24,7 +23,7 @@ def main(edition, ui, dev):
'ui': ui,
'dev': dev,
}
yaml.dump(conf, open('conf.yaml', 'w'))
json.dump(conf, open('conf.json', 'w'))
if __name__ == '__main__':
usage = "usage: %prog [options]"

589
help_me/CHANGELOG Normal file
View File

@ -0,0 +1,589 @@
=== 5.10.4 (2010-12-30)
* Fixed bug causing results to be corrupted after a scan cancellation. (#120)
* Fixed crash when fetching Fairware unpaid hours. (#121)
* Fixed crash when replacing files with hardlinks. (#122)
* Fixed crash when reading malformed aiff files. (#123)
=== 5.10.3 (2010-11-21)
* Fixed crash when reading malformed mp4 files. (#117 #118)
=== 5.10.2 (2010-10-06)
* Fixed delta column colors which were broken since 5.10.0.
* Fixed column sorting crash. (#108)
* Fixed occasional crash during scan. (#106)
=== 5.10.1 (2010-09-30)
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
=== 5.10.0 (2010-09-27)
* Improved UI with a little revamp.
* Added the possibility to place hardlinks to references after having deleted duplicates. [Mac OS X, Linux] (#91)
* Added an option to ignore duplicates hardlinking to the same file. [Mac OS X, Linux] (#92)
* Added multiple selection in the "Add Directory" dialog. [Mac OS X] (#105)
* Fixed a bug preventing drag & drop from working in the Directories panel. [Windows, Linux]
* Fixed a crash on some badly formed Id3v2 tags. (#107)
=== 5.9.1 (2010-08-24)
* Fixed HTML exporting which was broken in 5.9.0.
* Fixed Xing-encoded mpeg decoding which was broken in 5.9.0.
=== 5.9.0 (2010-08-20)
* Added the ability to save results (and reload them) at arbitrary locations.
* Improved the way reference files in dupe groups are chosen. (#15)
* Remember size/position of all windows between launches. (#102)
* Fixed a bug sometimes preventing dupeGuru from reloading previous results.
* Fixed a bug sometimes causing the progress dialog to be stuck there. [Mac OS X] (#103)
* Removed the Creation Date column, which wasn't displaying the correct value anyway. (#101)
=== 5.8.1 (2010-07-16)
* Fixed a couple of crashes. (#95, #97, #100)
=== 5.8.0 (2010-04-14)
* Improved error messages when files can't be sent to trash, moved or copied.
* Added a custom command invocation action. (#12)
* Filters are now applied on whole paths. (#4)
=== 5.7.2 (2010-02-13)
* Fixed a crash upon quitting when support folder is not present. (#83)
* Fixed a crash during sorting. (#85)
* Fixed selection glitches, especially while renaming. (#93)
=== 5.7.1 (2010-01-19)
* The Mac OS X version of dupeGuru ME is now 64-bit!
* Improved memory usage for Contents scans. (#75)
* Improved scanning speed when ref directories are involved. (#77)
* Show a message dialog at the end of the scan if no duplicates are found. (#81)
* Re-added the "Remove Dead Tracks in iTunes" menu item which got lost in 5.7.0.
=== 5.7.0 (2009-12-18)
* Added drag & drop support in the Directories panel. (#9)
* Fixed a bug causing dupeGuru to be confused if a scanned file was moved during the scan. (#72)
* Clarified how directories' state are set by painting a combo box in the state cells. [Windows] (#76)
* Fixed some crashes. (#78 and #79)
* Dropped Mac OS X Tiger support.
=== 5.6.6 (2009-10-14)
* Improved directory selection in the Directories panel (Windows). (#56)
* Fixed a bug preventing dupeGuru from starting on certain machines (Windows). (#68)
* Fixed a crash during very big scans. (#70)
=== 5.6.5 (2009-10-04)
* 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)
=== 5.6.4 (2009-09-07)
* Re-introduced the Export to XHTML feature to Windows.
* Improved Export to XHTML speed.
* Improved the grouping algorithm to reduce the number of discarded files in non-exact scans.
* Stopped showing the same file on the 2 sides of the details panel when a ref file is selected.
* Fixed crashes in the Directories panel.
=== 5.6.3 (2009-06-19)
* Fixed bugs with selection being jumpy during "Make Reference" actions and Power Marker switches.
* Fixed crash happening when a file with non-roman characters couldn't be analyzed.
* Fixed crash sometimes happening during the file collection phase in scanning.
* Restored double-click and right-click behavior lost in the PyQt move (Windows).
=== 5.6.2 (2009-06-10)
* Fixed an occasional crash on Copy/Move operations.
* Fixed bugs with iTunes integration.
=== 5.6.1 (2009-05-30)
* Fixed a bug causing a GUI freeze at the beginning of a scan with a lot of files.
* Fixed a bug that sometimes caused a crash when an action was cancelled, and then started again.
=== 5.6.0 (2009-05-23)
* Converted the Windows GUI to Qt.
* Improved the reliability of the scanning process.
=== 5.5.2 (2009-03-28)
* **Fixed** an occasional crash caused by permission issues.
* **Fixed** a bug where the "X discarded" notice would show a too large number of discarded duplicates.
=== 5.5.1 (2008-09-28)
* **Improved** support for AIFF files.
* **Improved** Remove Dead Tracks in iTunes for very large library (Mac OS X).
=== 5.5.0 (2008-09-10)
* **Added** support for AIFF files.
* **Added** a notice in the status bar when matches were discarded during the scan.
* **Improved** duplicate prioritization (smartly chooses which file you will keep).
* **Improved** scan progress feedback.
* **Improved** responsiveness of the user interface for certain actions.
=== 5.4.3 (2008-08-07)
* **Improved** the "Remove Dead Tracks in iTunes" feature.
* **Improved** the speed of results loading and saving.
* **Fixed** a crash sometimes occurring during duplicate deletion.
=== 5.4.2 (2008-06-20)
* **Improved** unicode handling for filenames and tags. dupeGuru ME will now find a lot more duplicates if your files have non-ascii characters in it.
* **Improved** MPEG files duration detection.
* **Fixed** "Clear Ignore List" crash in Windows.
=== 5.4.1 (2008-01-15)
* **Improved** scan, delete and move speed in situations where there were a lot of duplicates.
* **Fixed** occasional crashes when moving a lot of files at once.
=== 5.4.0 (2007-12-06)
* **Added** customizable tag scans.
* **Improved** the handling of low memory situations.
* **Improved** the directory panel. The "Remove" button changes to "Put Back" when an excluded directory is selected.
=== 5.3.2 (2007-11-26)
* **Added** the "Remove empty folders" option.
* **Fixed** results load/save issues.
* **Fixed** occasional status bar inaccuracies when the results are filtered.
=== 5.3.1 (2007-08-12)
* **Fixed** a crash with copy and move.
=== 5.3.0 (2007-07-01)
* **Added** post scan filtering.
* **Fixed** a small issue with AAC decoding.
* **Fixed** issues with the rename feature under Windows.
* **Fixed** some user interface annoyances under Windows.
=== 5.2.7 (2007-03-31)
* **Fixed** a crash sometimes happening while loading results.
=== 5.2.6 (2007-03-25)
* **Improved** UI responsiveness (using threads) under Mac OS X.
* **Improved** result load/save speed and memory usage.
* **Fixed** a "bad file descriptor" error occasionally popping up.
* **Fixed** a bug with non-latin directory names.
* **Fixed** a column mixup under Windows. The Artist column couldn't be shown.
* **Fixed** a bug causing the sorting under Power Marker mode not to work under Mac OS X.
=== 5.2.5 (2007-02-14)
* **Added** Re-orderable columns. In fact, I re-added the feature which was lost in the C# conversion in 5.2.0 (Windows).
* **Changed** the behavior of the scanning engine when setting the hardness to 100. It will now only match files that have their words in the same order.
* **Fixed** a bug with all the Delete/Move/Copy actions with certain kinds of files.
=== 5.2.4 (2007-01-10)
* **Fixed** a bug with the Move action.
* **Fixed** a "ghosting" bug. Dupes deleted by dupeGuru would sometimes come back in subsequent scans (Windows).
* **Fixed** a bug introduced in the last version that caused the status bar not to update when dupes were marked (Windows).
=== 5.2.3 (2007-01-04)
* **Fixed** bugs sometimes making dupeGuru crash when marking a dupe (Windows).
* **Fixed** some minor visual glitches (Windows).
=== 5.2.2 (2006-12-21)
* **Improved** Id3v2.4 tags decoding to support some malformed tags that iTunes sometimes produce.
* **Improved** the rename file dialog to exclude the extension from the original selection (so when you start typing your new filename, it doesn't overwrite it) (Windows).
* **Changed** some menu key shortcuts that created conflicts (Windows).
* **Fixed** a bug preventing files from "reference" directories to be displayed in blue in the results (Windows).
* **Fixed** a bug preventing some files to be sent to the recycle bin (Windows).
* **Fixed** a bug with the "Remove" button of the directories panel (Windows).
* **Fixed** a bug in the packaging preventing certain Windows configurations to start dupeGuru at all.
=== 5.2.1 (2006-11-18)
* **Fixed** a bug with directory states.
=== 5.2.0 (2006-11-17)
* **Changed** the Windows interface. It is now .NET based.
* **Added** an auto-update feature to the windows version.
* **Changed** the way power marking works. It is now a mode instead of a separate window.
* **Removed** the min word length/count options. These came from Mp3 Filter, and just aren't used anymore. Word weighting does pretty much the same job.
* **Fixed** a bug sometimes making delete and move operations stall.
=== 5.1.2 (2006-11-03)
* **Added** an auto-update feature in the Mac OS X version (with Sparkle).
* **Added** a "Remove Dead Tracks in iTunes" feature in the Mac OS X version.
* **Improved** speed and memory usage of the scanning engine, especially when the scan results in a lot of duplicates.
* **Improved** VBR mp3 support.
* **Fixed** a bug preventing some duplicate reports to be created correctly under Windows.
=== 5.1.1 (2006-09-29)
* **Fixed** a bug (no, not the same as in 5.1.0) preventing some duplicates to be found, especially in huge collections.
=== 5.1.0 (2006-09-26)
* **Added** XHTML export feature.
* **Fixed** a bug preventing some duplicates to be found when using the "Filename - Fields (No Order)" scan method.
=== 5.0.11 (2006-08-30)
* **Added** sticky columns.
* **Fixed** an issue with file caching between scans.
* **Fixed** an issue preventing some duplicates from being deleted/moved/copied.
=== 5.0.10 (2006-08-27)
* **Fixed** an issue with ignore list and unicode.
* **Fixed** an issue with file attribute fetching sometimes causing dupeGuru ME to crash.
* **Fixed** an issue in the directories panel under Windows.
=== 5.0.9 (2006-08-17)
* **Fixed** an issue in the duplicate seeking engine preventing some duplicates to be found.
* (Yeah, I'm in a bug fixing frenzy right now :) )
=== 5.0.8 (2006-08-16)
* **Fixed** an issue with the new track column occasionally causing crash.
* **Fixed** an issue with the handling of corrupted files that occasionally caused crash.
=== 5.0.7 (2006-08-12)
* **Improved** unicode support.
* **Improved** the "Reveal in Finder" ("Open Containing Folder" in Windows) feature so it selects the file in the folder it opens.
=== 5.0.6 (2006-08-08)
* **Added** the the Track Number detail column.
* **Improved** the ignore list system.
* **Fixed** a bug in the mp3 metadata decoding unit.
* dupeGuru Music Edition is now a Universal application on Mac OS X.
=== 5.0.5 (2006-07-28)
* **Improved** VBR mp3 metadata decoding.
* **Fixed** an issue that occasionally made dupeGuru ME crash on startup.
=== 5.0.4 (2006-06-26)
* **Fixed** an issue with Move and Copy features.
=== 5.0.3 (2006-06-17)
* **Improved** duplicate scanning speed.
* **Added** a warning that a file couldn't be renamed if a file with the same name already exists.
=== 5.0.2 (2006-06-06)
* **Added** "Rename Selected" feature.
* **Improved** MP3 metadata decoding.
* **Fixed** some minor issues with "Reload Last Results" feature.
* **Fixed** ignore list issues.
=== 5.0.1 (2006-05-26)
* **Fixed** occasional progress bar woes under Windows.
* Nothing has been changed in the Mac OS X version, but I want to keep version in sync.
=== 5.0.0 (2006-05-19)
* Complete rewrite
* Changed "Mp3 Filter" name to "dupeGuru Music Edition"
* Now runs on Mac OS X.
=== 4.2.6 (2006-04-13)
* **Fixed** a critical bug introduced in 4.2.5: Files couldn't be deleted anymore!
* **Fixed** some more issues with WMA decoding.
* **Fixed** an issue with profile wizard.
=== 4.2.5 (2006-04-11)
* **Added** a test zone in the Exclusions profile section.
* **Fixed** a bug with exclusion patterns.
* **Fixed** an issue occuring when reading some kinds of WMA files.
=== 4.2.4 (2006-02-16)
* **Fixed** MPL occasional issues when saving.
* **Fixed** m4p (protected AAC files) bitrate reading.
=== 4.2.3 (2005-10-15)
* **Improved** Added the "Add Custom Extension" button in the File Priority section of the profile editor.
=== 4.2.2 (2005-10-07)
* **Improved** Results management by adding the possibility to remove selected (not only checked) duplicates from the list.
* **Fixed** An issue with the "Switch with reference" feature.
* **Fixed** A stability issue with the result pane.
=== 4.2.1 (2005-09-06)
* **Fixed** A little bug with M4A/M4P support.
=== 4.2.0 (2005-08-30)
* **Added** M4A/M4P (iTunes format) support.
* **Added** "Field order doesn't matter" option in Comparison Options.
* **Added** A "Open directory containing this file" option in the result window's context menu.
* **Fixed** Some bugs with the "Load last results" function.
=== 4.1.5 (2005-03-22)
* **Fixed** Nasty bug in the wizard system.
* **Fixed** Yet another nasty bug in the Move/Copy option of the result pane.
=== 4.1.4 (2004-11-10)
* **Added** "Load last results" function.
* **Added** Customizable columns in the results window.
* **Fixed** A bug related to special characters in the XML profiles.
* **Fixed** The result window scroll didn't move properly on "Switch with ref.".
* **Fixed** A bug with the WMA plugin.
=== 4.1.3 (2004-10-30)
* **Added** Profile summary in the main window.
* **Added** An (Artist + title) ID3 tag comparison type.
* **Improved** The profile system by making it XML based.
=== 4.1.2 (2004-09-28)
* **Improved** Changed the ID3 tag comparison from (Artist + Title) to (Artist + Title + Album).
=== 4.1.1 (2004-09-22)
* **Fixed** A couple of bugs.
=== 4.1.0 (2004-08-28)
* **Added** A "special selection" wizard in the results window.
* **Improved** Changed the File content comparison system.
* **Fixed** A sorting bug in the directory tree displays
=== 4.0.6 (2004-08-10)
* **Improved** Redesigned the configuration wizard (again!).
=== 4.0.5 (2004-07-23)
* **Improved** Redesigned the profile directory frame.
* **Fixed** A quite big bug with file priority system.
* **Fixed** A bug with offline registration.
=== 4.0.4 (2004-07-15)
* **Fixed** A couple of minor bugs with profile directories/priorities.
* **Improved** Reduced, thus clarified, most of the text in the profile wizard.
=== 4.0.3 (2004-07-12)
* **Fixed** An issue with "Similar word threshold" setting, and boosted it's performance.
* **Fixed** Some issues with the registering system.
=== 4.0.2 (2004-07-10)
* **Fixed** A couple of obscure bugs.
* **Improved** Changed a couple of minor things in this help file.
=== 4.0.1 (2004-07-07)
* **Fixed** A couple of issues with the configuration wizard.
* **Fixed** A bug with the View Details button when not using WinXP.
=== 4.0.0 (2004-07-05)
Mp3 Filter has been rebuilt from scratch for this version. It features a completely new interface, a profile system and a redesigned configuration wizard.
=== 3.20 (2002-12-31)
I never made a history entry for this version, although it has been the version that went without changes for the most time (1 year and a half). I also lost track of when I made it, but a quick fix (3.20.0.5) has been made on 2002/12/31.
=== 3.16 (2002-08-14)
Enhanced the Mp3 List system with locking and improved searching.
=== 3.15 (2002-08-13)
Added Wizard, tips and installation program.
=== 3.14 (2002-08-12)
Added funny animation plugin and Windows Explorer shell extension.
=== 3.12 (2002-08-11)
Minor bugfixes + changed the Edit tag interface.
=== 3.11 (2002-08-10)
Added Import list feature + first 5kb of the files comparison.
=== 3.10 (2002-07-26)
Added extension plugins.
=== 3.01 (2002-01-30)
Fixed the ID3 Tag editor a bit. Changed the way comparison works: it now can use ID3 Tags.
=== 3.00 (2002-01-29)
The interface simply has been C-O-M-P-L-E-T-E-L-Y redesigned. Customization level is at it's maximum, too cool.
=== 2.21 (2002-01-28)
Added some speed ONCE AGAIN, improved the memory management and added a "favourite directories" feature. I also removed some confusing options. The final result is quite cute!
=== 2.20 (2002-01-27)
Interface has been COMPLETELY rebuilt. Now there are MUCH more place for everything! Several minor bugs has also been fixed Added mass ID3 tag editing.
=== 2.10 (2001-12-02)
Shareware again. Fixed some major bugs. Rebuilt (again) the mp3 list system, it's now much more flexible. Added a configuration wizard. Added a renaming preview. Well, it's a good update after all eh!
=== 2.01 (2001-12-01)
Added multi-language support. Added a "Send to recycle bin" option. Enhanced rename feature. Corrected some bugs with rename function. Enhanced list search function.
=== 2.00 (2001-11-30)
As 11 Sept 2001 entered in the History, the release date of this program will too! Ok, here is the list of Mp3 Filter version 2.00 godly features:
* **SPEED!!!!!!!!!!!!** Forget about what I said before. Previous versions were TURTLES compared to that one. (Imagine what other programs are eh! :P). What took 1 minute take 3-5 seconds now, and the more files you have to compare together, the better will be the files/time ratio will be!
* Multi-list system. It is now easier than ever to exchange lists with your friends and select songs!
* Cuter interface.
=== 1.61 (2001-06-29)
There was some stability issues with the internal player I was using. Mp3 Filter is now using Winamp. Thus, all files playable by Winamp are now playable by Mp3 Filter. Fixed some minor bugs. Changed the way word exclusion system work. AND added a song selection system. Now you can select songs from your mp3 list and copy them to your hard drive without having to worry about where are these songs.
=== 1.60 (2001-06-28)
The main theme of this update is efficiency. Mp3 Filter v1.53 was already pure speed, you will NOT believe this version''s one. 60% faster on ALL comparisons! Do not search for God anymore, you found Him and He even got an e-mail address: cathedly@hotmail.com :P. Ok, to tell you the truth I did not make Mp3 Filter 60 % faster, I made it 60% less slow. My previous algorithm wasn't bad, but I thought about another one (this one) that has much better performances. ALSO: Created an option form. Changed the results display (Added some info along with the results (size,length,bitrate). Added a word excluding system. Also added a backup system (Instead of deleting it, you can now move your file to the Mp3 Filter backup directory (Mp3 filter does not compare files in the backup directory).
=== 1.53 (2001-06-27)
Damnit, big update. Added the conditional file searching, file copying, and rethought the Mp3List system. That new Mp3List system is damn cool! It load instantly, even with HUGE lists, and it reduces the comparing time with list by 30 godly % !!! You're not gonna believe it! This program is now PURE SPEED!
=== 1.52 (2001-05-05)
Quite cool update too. This version now can check if new versions are available. I also grouped all options in the same menu. I moved the search function. This function is now a lot cooler. Instead of giving you a list of matching results, it shows you, in the Mp3 List Stats form, where the song is by positioning itself in the List Tree.
=== 1.51 (2001-05-04)
Waa! I'm so happy! I implemented a poll system to Mp3 Filter! Now you can answer my questions directly on the program! I can't wait to see if you, people, will answer!
=== 1.50 (2001-05-03)
MAJOR UPDATE. This one is quite cool :). You ever used the "Edit Mp3 List" feature? I improved it a lot. Now, when you add a CD to your list, it not only saves the CD name, but it also saves the whole CD directory system. So when you use 'Edit Mp3 List' now, you can browse your CDs as if you would browse anything. (There's only one problem: you must REbuild your mp3 list to make it fit with v1.5)
=== 1.46 (2001-05-02)
Added an equalizer. This equalizer has been a good reason to add an INI file to the program to store changed parameters.
=== 1.45 (2001-05-01)
Added a Banlist to the program. You write down a list of unwanted songs in your ban list and start a scan. This function will not compare as the rest does. If ALL words contained in a banlist line are in a filename, it will match.
=== 1.44 (2001-04-30)
I made the Mp3 Filter window to minimize when it compares so it can do it faster (a LOT faster). I also modified the program so it checks the playlist integrity each time there's a file deleted after a comparison). There was a bug with the v1.43. When you had the ID3 Tag window up and you closed the program, it would crash. Fixed that.
=== 1.43 (2001-04-29)
I noticed some days ago that people who had a good resolution but the option to enlarge the icons on, Mp3 Filter had some big problems to display its main form right. Since you cant resize the form without having the objects in to resize too, I had to fix it. I also implemented a MUCH faster file searching system. It takes less than 2 seconds to find all mp3 on my hard disk now.
=== 1.42 (2001-04-09)
Added some fun and useful feats. First, I made a cute playlist right-clickmenu with Play File, Edit Tag, Locate, Remove from list and delete from disk.I also added a recursive function to add songs to the playlist (Why didn't I thinkabout it before?? I have no clue...). I also made the Shuffle thing less.... random. (It builds a random list and play it, so before a song play again, all songs will be played (I added that feat some time after v1.41 release, but I didn't thought that it worth a version change, so I only announce it on 1.42))
=== 1.41 (2001-04-08)
I can't avoid it. there is always some bugs after a major update. I didn't thought about the fact that it was possible to make a playlist with unplayable files :) fixed that.
=== 1.40 (2001-04-07)
MAJOR UPDATE! You wanted a playlist. You got it in this version. Those big buttons were ugly? Made a cute standard menu. You didn't seem to want to buy that program. I gave up. Here is it. Freeware again.
=== 1.36 (2001-03-16)
Made it possible to play files that are listed after a "Find all Mp3 on this drive". It also tells what song is currently playing on the main title bar.
=== 1.35 (2001-03-15)
Added a system icon. Wow! it almost looks like winamp!
=== 1.34 (2001-03-14)
Added music progress bar and made the music playing continuous.
=== 1.33 (2001-03-13)
Added mass renaming functions.
=== 1.32 (2001-03-12)
Fixed some bugs with those useful function :) (and made the program shareware)
=== 1.31 (2001-03-11)
Added some useful functions.
=== 1.30 (2001-03-10)
MAJOR CHANGE. yeah! I scrapped those radio buttons, and extended the "recurse" function. Now, you only have 2 choices. Or you compare with your list, or you compare within the folder (and sub-folders). With that system, you can tell the program to just compare ALL mp3 in your hard drive. You just have to select your drive root, and press "Find dupe files in this folder" having "Recurse" checked.
=== 1.23 (2001-03-09)
Added the Music Control panel. I just love it. do you?
=== 1.22 (2001-03-08)
Fixed some inaccuracy with folder to folder comparison. (Will I be done fixing someday??) and made mp3 search slightly faster.
=== 1.21 (2001-03-07)
Added Mp3 Player (Didn't know it was so easy to include in a program! I woulda done this before if I knew...) and ID3 Tag Editor. Hum, The Mp3 Player has some problems reading some mp3s... know that.
=== 1.20 (2001-03-04)
When I removed the "find mp3 in my list" thing, some people told me it was useful. However, I still think that the old way to search mp3 was too messed up, so I just added a little textbox and a search button for quick search.
=== 1.18 (2001-03-03)
Damnit! why didn't I see it? There was a bug with displaying the right filename on the result boxes with List comparing. The results were switched! Thus, deleting was impossible after a List compare. Corrected it in 1.18.
=== 1.19 (2001-03-03)
When I read Yippee review (www.yippee.net thanks for review), I tried to somewhat improve it. What changed? This:
* Compare engine is less strict. if one word contains the other, it now match (now, "Limp Bizkit" and "Limp Bizkitt" would match)
* Removed some useless features to simplify the interface. "Save as..." (why did I put this on???) and "Find file in my list" (Easier to find a song with "Edit List")
* Added some hints to buttons and some explicative labels.
* "List Stats" changed to "Edit List" so you don't have to "hard change" your mp3 list.
=== 1.17 (2001-02-06)
I never thought that a software history would be useful for such a small program, but since Mp3 filter won't stop improving, I decided to start it. So 1.17 is the base version.

View File

@ -1,653 +0,0 @@
- date: 2010-12-30
version: 5.10.4
description: |
* Fixed bug causing results to be corrupted after a scan cancellation. (#120)
* Fixed crash when fetching Fairware unpaid hours. (#121)
* Fixed crash when replacing files with hardlinks. (#122)
* Fixed crash when reading malformed aiff files. (#123)
- date: 2010-11-21
version: 5.10.3
description: |
* Fixed crash when reading malformed mp4 files. (#117 #118)
- date: 2010-10-06
version: 5.10.2
description: |
* Fixed delta column colors which were broken since 5.10.0.
* Fixed column sorting crash. (#108)
* Fixed occasional crash during scan. (#106)
- date: 2010-09-30
version: 5.10.1
description: |
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
- date: 2010-09-27
version: 5.10.0
description: |
* Improved UI with a little revamp.
* Added the possibility to place hardlinks to references after having deleted duplicates. [Mac OS X, Linux] (#91)
* Added an option to ignore duplicates hardlinking to the same file. [Mac OS X, Linux] (#92)
* Added multiple selection in the "Add Directory" dialog. [Mac OS X] (#105)
* Fixed a bug preventing drag & drop from working in the Directories panel. [Windows, Linux]
* Fixed a crash on some badly formed Id3v2 tags. (#107)
- date: 2010-08-24
version: 5.9.1
description: |
* Fixed HTML exporting which was broken in 5.9.0.
* Fixed Xing-encoded mpeg decoding which was broken in 5.9.0.
- date: 2010-08-20
version: 5.9.0
description: |
* Added the ability to save results (and reload them) at arbitrary locations.
* Improved the way reference files in dupe groups are chosen. (#15)
* Remember size/position of all windows between launches. (#102)
* Fixed a bug sometimes preventing dupeGuru from reloading previous results.
* Fixed a bug sometimes causing the progress dialog to be stuck there. [Mac OS X] (#103)
* Removed the Creation Date column, which wasn't displaying the correct value anyway. (#101)
- date: 2010-07-16
version: 5.8.1
description: |
* Fixed a couple of crashes. (#95, #97, #100)
- date: 2010-04-14
version: 5.8.0
description: |
* Improved error messages when files can't be sent to trash, moved or copied.
* Added a custom command invocation action. (#12)
* Filters are now applied on whole paths. (#4)
- date: 2010-02-13
version: 5.7.2
description: |
* Fixed a crash upon quitting when support folder is not present. (#83)
* Fixed a crash during sorting. (#85)
* Fixed selection glitches, especially while renaming. (#93)
- date: 2010-01-19
version: 5.7.1
description: |
* The Mac OS X version of dupeGuru ME is now 64-bit!
* Improved memory usage for Contents scans. (#75)
* Improved scanning speed when ref directories are involved. (#77)
* Show a message dialog at the end of the scan if no duplicates are found. (#81)
* Re-added the "Remove Dead Tracks in iTunes" menu item which got lost in 5.7.0.
- date: 2009-12-18
version: 5.7.0
description: |
* Added drag & drop support in the Directories panel. (#9)
* Fixed a bug causing dupeGuru to be confused if a scanned file was moved during the scan. (#72)
* Clarified how directories' state are set by painting a combo box in the state cells. [Windows]
(#76)
* Fixed some crashes. (#78 and #79)
* Dropped Mac OS X Tiger support.
- date: 2009-10-14
version: 5.6.6
description: |
* Improved directory selection in the Directories panel (Windows). (#56)
* Fixed a bug preventing dupeGuru from starting on certain machines (Windows). (#68)
* Fixed a crash during very big scans. (#70)
- date: 2009-10-04
version: 5.6.5
description: |
* 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: 5.6.4
description: |
* Re-introduced the Export to XHTML feature to Windows.
* Improved Export to XHTML speed.
* Improved the grouping algorithm to reduce the number of discarded files in non-exact scans.
* Stopped showing the same file on the 2 sides of the details panel when a ref file is selected.
* Fixed crashes in the Directories panel.
- date: 2009-06-19
version: 5.6.3
description: |
* Fixed bugs with selection being jumpy during "Make Reference" actions and Power Marker
switches.
* Fixed crash happening when a file with non-roman characters couldn't be analyzed.
* Fixed crash sometimes happening during the file collection phase in scanning.
* Restored double-click and right-click behavior lost in the PyQt move (Windows).
- date: 2009-06-10
version: 5.6.2
description: |
* Fixed an occasional crash on Copy/Move operations.
* Fixed bugs with iTunes integration.
- date: 2009-05-30
version: 5.6.1
description: |
* Fixed a bug causing a GUI freeze at the beginning of a scan with a lot of files.
* Fixed a bug that sometimes caused a crash when an action was cancelled, and then started again.
- date: 2009-05-23
version: 5.6.0
description: |
* Converted the Windows GUI to Qt.
* Improved the reliability of the scanning process.
- date: 2009-03-28
version: 5.5.2
description: |
* **Fixed** an occasional crash caused by permission issues.
* **Fixed** a bug where the "X discarded" notice would show a too large number of discarded duplicates.
- date: 2008-09-28
version: 5.5.1
description: |
* **Improved** support for AIFF files.
* **Improved** Remove Dead Tracks in iTunes for very large library (Mac OS X).
- date: 2008-09-10
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> support for AIFF files.</li>\n\t\
\t\t\t\t\t<li><b>Added</b> a notice in the status bar when matches were discarded\
\ during the scan.</li>\n\t\t\t\t\t\t<li><b>Improved</b> duplicate prioritization\
\ (smartly chooses which file you will keep).</li>\n\t\t\t\t\t\t<li><b>Improved</b>\
\ scan progress feedback.</li>\n\t\t\t\t\t\t<li><b>Improved</b> responsiveness\
\ of the user interface for certain actions.</li>\n\t\t </ul>"
version: 5.5.0
- date: 2008-08-07
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> the \"Remove Dead Tracks in\
\ iTunes\" feature.</li>\n\t\t\t\t\t\t<li><b>Improved</b> the speed of results\
\ loading and saving.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a crash sometimes occurring\
\ during duplicate deletion.</li>\n\t\t </ul>"
version: 5.4.3
- date: 2008-06-20
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> unicode handling for filenames\
\ and tags. dupeGuru ME will now find a lot more duplicates if your files have\
\ non-ascii characters in it.</li>\n\t\t\t\t\t\t<li><b>Improved</b> MPEG files\
\ duration detection.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> \"Clear Ignore List\"\
\ crash in Windows.</li>\n\t\t </ul>"
version: 5.4.2
- date: 2008-01-15
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> scan, delete and move speed\
\ in situations where there were a lot of duplicates.</li>\n\t\t\t\t\t\t<li><b>Fixed</b>\
\ occasional crashes when moving a lot of files at once.</li>\n\t\t \
\ </ul>"
version: 5.4.1
- date: 2007-12-06
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> customizable tag scans.</li>\n\t\
\t\t\t\t\t<li><b>Improved</b> the handling of low memory situations.</li>\n\t\t\
\t\t\t\t<li><b>Improved</b> the directory panel. The \"Remove\" button changes\
\ to \"Put Back\" when an excluded directory is selected.</li>\n\t\t \
\ </ul>"
version: 5.4.0
- date: 2007-11-26
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> the \"Remove empty folders\" option.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> results load/save issues.</li>\n\t\t\t\t\t\t<li><b>Fixed</b>\
\ occasional status bar inaccuracies when the results are filtered.</li>\n\t\t\
\ </ul>"
version: 5.3.2
- date: 2007-08-12
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a crash with copy and move.</li>\n\
\t\t </ul>"
version: 5.3.1
- date: 2007-07-01
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> post scan filtering.</li>\n\t\t\
\t\t\t\t<li><b>Fixed</b> a small issue with AAC decoding.</li>\n\t\t\t\t\t\t<li><b>Fixed</b>\
\ issues with the rename feature under Windows</li>\n\t\t\t\t\t\t<li><b>Fixed</b>\
\ some user interface annoyances under Windows</li>\n\t\t </ul>"
version: 5.3.0
- date: 2007-03-31
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a crash sometimes happening while\
\ loading results.</li>\n\t\t </ul>"
version: 5.2.7
- date: 2007-03-25
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> UI responsiveness (using threads)\
\ under Mac OS X.</li>\n\t\t\t\t\t\t<li><b>Improved</b> result load/save speed\
\ and memory usage.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a \"bad file descriptor\"\
\ error occasionally popping up.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug with\
\ non-latin directory names.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a column mixup\
\ under Windows. The Artist column couldn't be shown.</li>\n\t\t\t\t\t\t<li><b>Fixed</b>\
\ a bug causing the sorting under Power Marker mode not to work under Mac OS X.</li>\n\
\t\t </ul>"
version: 5.2.6
- date: 2007-02-14
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> Re-orderable columns. In fact,\
\ I re-added the feature which was lost in the C# conversion in 5.2.0 (Windows).</li>\n\
\t\t\t\t\t\t<li><b>Changed</b> the behavior of the scanning engine when setting\
\ the hardness to 100. It will now only match files that have their words in the\
\ same order.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug with all the Delete/Move/Copy\
\ actions with certain kinds of files.</li>\n\t\t </ul>"
version: 5.2.5
- date: 2007-01-10
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug with the Move action.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> a \"ghosting\" bug. Dupes deleted by dupeGuru would\
\ sometimes come back in subsequent scans (Windows).</li>\n\t\t\t\t\t\t<li><b>Fixed</b>\
\ a bug introduced in the last version that caused the status bar not to update\
\ when dupes were marked (Windows).</li>\n\t\t </ul>"
version: 5.2.4
- date: 2007-01-04
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> bugs sometimes making dupeGuru\
\ crash when marking a dupe (Windows).</li>\n\t\t\t\t\t\t<li><b>Fixed</b> some\
\ minor visual glitches (Windows).</li>\n\t\t </ul>"
version: 5.2.3
- date: 2006-12-21
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> Id3v2.4 tags decoding to support\
\ some malformed tags that iTunes sometimes produce.</li>\n\t\t\t\t\t\t<li><b>Improved</b>\
\ the rename file dialog to exclude the extension from the original selection\
\ (so when you start typing your new filename, it doesn't overwrite it) (Windows).</li>\n\
\t\t\t\t\t\t<li><b>Changed</b> some menu key shortcuts that created conflicts\
\ (Windows).</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug preventing files from \"\
reference\" directories to be displayed in blue in the results (Windows).</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> a bug preventing some files to be sent to the recycle\
\ bin (Windows).</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug with the \"Remove\"\
\ button of the directories panel (Windows).</li>\n\t\t\t\t\t\t<li><b>Fixed</b>\
\ a bug in the packaging preventing certain Windows configurations to start dupeGuru\
\ at all.</li>\n\t\t </ul>"
version: 5.2.2
- date: 2006-11-18
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug with directory states.</li>\n\
\t\t </ul>"
version: 5.2.1
- date: 2006-11-17
description: "<ul>\n\t\t\t\t\t\t<li><b>Changed</b> the Windows interface. It is\
\ now .NET based.</li>\n\t\t\t\t\t\t<li><b>Added</b> an auto-update feature to\
\ the windows version.</li>\n\t\t\t\t\t\t<li><b>Changed</b> the way power marking\
\ works. It is now a mode instead of a separate window.</li>\n\t\t\t\t\t\t<li><b>Removed</b>\
\ the min word length/count options. These came from Mp3 Filter, and just aren't\
\ used anymore. Word weighting does pretty much the same job.</li>\n\t\t\t\t\t\
\t<li><b>Fixed</b> a bug sometimes making delete and move operations stall.</li>\n\
\t\t </ul>"
version: 5.2.0
- date: 2006-11-03
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> an auto-update feature in the Mac\
\ OS X version (with Sparkle).</li>\n\t\t\t\t\t\t<li><b>Added</b> a \"Remove Dead\
\ Tracks in iTunes\" feature in the Mac OS X version.</li>\n\t\t\t\t\t\t<li><b>Improved</b>\
\ speed and memory usage of the scanning engine, especially when the scan results\
\ in a lot of duplicates.</li>\n\t\t\t\t\t\t<li><b>Improved</b> VBR mp3 support.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> a bug preventing some duplicate reports to be created\
\ correctly under Windows.</li>\n\t\t </ul>"
version: 5.1.2
- date: 2006-09-29
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug (no, not the same as in 5.1.0)\
\ preventing some duplicates to be found, especially in huge collections.</li>\n\
\t\t </ul>"
version: 5.1.1
- date: 2006-09-26
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> XHTML export feature.</li>\n\t\t\
\t\t\t\t<li><b>Fixed</b> a bug preventing some duplicates to be found when using\
\ the \"Filename - Fields (No Order)\" scan method.</li>\n\t\t </ul>"
version: 5.1.0
- date: 2006-08-30
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> sticky columns.</li>\n\t\t\t\t\t\
\t<li><b>Fixed</b> an issue with file caching between scans.</li>\n\t\t\t\t\t\t\
<li><b>Fixed</b> an issue preventing some duplicates from being deleted/moved/copied.</li>\n\
\t\t </ul>"
version: 5.0.11
- date: 2006-08-27
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue with ignore list and unicode.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> an issue with file attribute fetching sometimes causing\
\ dupeGuru ME to crash.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue in the directories\
\ panel under Windows.</li>\n\t\t </ul>"
version: 5.0.10
- date: 2006-08-17
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue in the duplicate seeking\
\ engine preventing some duplicates to be found.</li>\n\t\t\t\t\t\t<li>(Yeah,\
\ I'm in a bug fixing frenzy right now :) )</li>\n\t\t </ul>"
version: 5.0.9
- date: 2006-08-16
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue with the new track column\
\ occasionally causing crash.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue with\
\ the handling of corrupted files that occasionally caused crash.</li>\n\t\t \
\ </ul>"
version: 5.0.8
- date: 2006-08-12
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> unicode support.</li>\n\t\t\t\
\t\t\t<li><b>Improved</b> the \"Reveal in Finder\" (\"Open Containing Folder\"\
\ in Windows) feature so it selects the file in the folder it opens.</li>\n\t\t\
\ </ul>"
version: 5.0.7
- date: 2006-08-08
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> the the Track Number detail column.</li>\n\
\t\t\t\t\t\t<li><b>Improved</b> the ignore list system.</li>\n\t\t\t\t\t\t<li><b>Fixed</b>\
\ a bug in the mp3 metadata decoding unit.</li>\n\t\t\t\t\t\t<li>dupeGuru Music\
\ Edition is now a Universal application on Mac OS X.</li>\n\t\t </ul>"
version: 5.0.6
- date: 2006-07-28
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> VBR mp3 metadata decoding.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> an issue that occasionally made dupeGuru ME crash\
\ on startup.</li>\n\t\t </ul>"
version: 5.0.5
- date: 2006-06-26
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue with Move and Copy features.</li>\n\
\t\t </ul>"
version: 5.0.4
- date: 2006-06-17
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> duplicate scanning speed.</li>\n\
\t\t\t\t\t\t<li><b>Added</b> a warning that a file couldn't be renamed if a file\
\ with the same name already exists.</li>\n\t\t </ul>"
version: 5.0.3
- date: 2006-06-06
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> \"Rename Selected\" feature.</li>\n\
\t\t \t<li><b>Improved</b> MP3 metadata decoding.</li>\n\t\t\t\t\t\t\
<li><b>Fixed</b> some minor issues with \"Reload Last Results\" feature.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> ignore list issues.</li>\n\t\t </ul>"
version: 5.0.2
- date: 2006-05-26
description: "<ul>\n\t\t \t<li><b>Fixed</b> occasional progress bar woes\
\ under Windows.</li>\n\t\t\t\t\t\t<li>Nothing has been changed in the Mac OS\
\ X version, but I want to keep version in sync.</li>\n\t\t </ul>"
version: 5.0.1
- date: 2006-05-19
description: "<ul>\n\t\t <li>Complete rewrite</li>\n\t\t\t\t\t\t\
<li>Changed \"Mp3 Filter\" name to \"dupeGuru Music Edition\"</li>\n\t\t\t\t\t\
\t<li>Now runs on Mac OS X.</li>\n\t\t </ul>"
version: 5.0.0
- date: 2006-04-13
description: "<ul>\n\t\t <li><b>*fixed*</b> a critical bug introduced\
\ in 4.2.5: Files couldn't be deleted anymore!</li>\n\t\t <li><b>*fixed*</b>\
\ some more issues with WMA decoding.</li>\n\t\t <li><b>*fixed*</b>\
\ an issue with profile wizard.</li>\n\t\t </ul>"
version: 4.2.6
- date: 2006-04-11
description: "<ul>\n\t\t <li><b>*added*</b> a test zone in the Exclusions\
\ profile section.</li>\n\t\t <li><b>*fixed*</b> a bug with exclusion\
\ patterns.</li>\n\t\t <li><b>*fixed*</b> an issue occuring when\
\ reading some kinds of WMA files.</li>\n\t\t </ul>"
version: 4.2.5
- date: 2006-02-16
description: "<ul>\n\t\t <li><b>*fixed*</b> MPL occasional issues\
\ when saving.</li>\n\t\t <li><b>*fixed*</b> m4p (protected AAC\
\ files) bitrate reading.</li>\n\t\t </ul>"
version: 4.2.4
- date: 2005-10-15
description: "<ul>\n\t\t <li><b>*improved*</b> Added the \"Add Custom\
\ Extension\" button in the File Priority section of the profile editor.</li>\n\
\t\t </ul>"
version: 4.2.3
- date: 2005-10-07
description: "<ul>\n\t\t <li><b>*improved*</b> Results management\
\ by adding the possibility to remove selected (not only checked) duplicates from\
\ the list.</li>\n\t\t <li><b>*fixed*</b> An issue with the \"\
Switch with reference\" feature.</li>\n\t\t <li><b>*fixed*</b>\
\ A stability issue with the result pane.</li>\n\t\t </ul>"
version: 4.2.2
- date: 2005-09-06
description: "<ul>\n\t\t <li><b>*fixed*</b> A little bug with M4A/M4P\
\ support.</li>\n\t\t </ul>"
version: 4.2.1
- date: 2005-08-30
description: "<ul>\n\t\t <li><b>*added*</b> M4A/M4P (iTunes format)\
\ support.</li>\n\t\t <li><b>*added*</b> \"Field order doesn't\
\ matter\" option in Comparison Options.</li>\n\t\t <li><b>*added*</b>\
\ A \"Open directory containing this file\" option in the result window's context\
\ menu.</li>\n\t\t \t<li><b>*fixed*</b> Some bugs with the \"Load last\
\ results\" function.</li>\n\t\t </ul>"
version: 4.2.0
- date: 2005-03-22
description: "<ul>\n\t\t \t<li><b>*fixed*</b> Nasty bug in the wizard\
\ system.</li>\n\t\t \t<li><b>*fixed*</b> Yet another nasty bug in\
\ the Move/Copy option of the result pane.</li>\n\t\t </ul>"
version: 4.1.5
- date: 2004-11-10
description: "<ul>\n\t\t \t<li><b>*added*</b> \"Load last results\" function.</li>\n\
\t\t \t<li><b>*added*</b> Customizable columns in the results window.</li>\n\
\t\t \t<li><b>*fixed*</b> A bug related to special characters in the\
\ XML profiles.</li>\n\t\t \t<li><b>*fixed*</b> The result window scroll\
\ didn't move properly on \"Switch with ref.\".</li>\n\t\t \t<li><b>*fixed*</b>\
\ A bug with the WMA plugin.</li>\n\t\t </ul>"
version: 4.1.4
- date: 2004-10-30
description: "<ul>\n\t\t \t<li><b>*added*</b> Profile summary in the\
\ main window.</li>\n\t\t \t<li><b>*added*</b> An (Artist + title)\
\ ID3 tag comparison type.</li>\n\t\t \t<li><b>*improved*</b> The profile\
\ system by making it XML based.</li>\n\t\t </ul>"
version: 4.1.3
- date: 2004-09-28
description: "<ul>\n\t\t \t<li><b>*improved*</b> Changed the ID3 tag\
\ comparison from (Artist + Title) to (Artist + Title + Album).</li>\n\t\t \
\ </ul>"
version: 4.1.2
- date: 2004-09-22
description: "<ul>\n\t\t \t<li><b>*fixed*</b> A couple of bugs.</li>\n\
\t\t </ul>"
version: 4.1.1
- date: 2004-08-28
description: "<ul>\n\t\t \t<li><b>*added*</b> A \"special selection\"\
\ wizard in the results window.</li>\n\t\t \t<li><b>*improved*</b>\
\ Changed the File content comparison system.</li>\n\t\t \t<li><b>*fixed*</b>\
\ A sorting bug in the directory tree displays</li>\n\t\t </ul>"
version: 4.1.0
- date: 2004-08-10
description: "<ul>\n\t\t \t<li><b>*improved*</b> Redesigned the configuration\
\ wizard (again!).</li>\n\t\t </ul>"
version: 4.0.6
- date: 2004-07-23
description: "<ul>\n\t\t \t<li><b>*improved*</b> Redesigned the profile\
\ directory frame.</li>\n\t\t <li><b>*fixed*</b> A quite big bug\
\ with file priority system.</li>\n\t\t <li><b>*fixed*</b> A bug\
\ with offline registration.</li>\n\t\t </ul>"
version: 4.0.5
- date: 2004-07-15
description: "<ul>\n\t\t <li><b>*fixed*</b> A couple of minor bugs\
\ with profile directories/priorities.</li>\n\t\t <li><b>*improved*</b>\
\ Reduced, thus clarified, most of the text in the profile wizard.</li>\n\t\t\
\ </ul>"
version: 4.0.4
- date: 2004-07-12
description: "<ul>\n\t\t <li><b>*fixed*</b> An issue with \"Similar\
\ word threshold\" setting, and boosted it's performance.</li>\n\t\t \
\ <li><b>*fixed*</b> Some issues with the registering system.</li>\n\t\t\
\ </ul>"
version: 4.0.3
- date: 2004-07-10
description: "<ul>\n\t\t <li><b>*fixed*</b> A couple of obscure bugs.</li>\n\
\t\t <li><b>*improved*</b> Changed a couple of minor things in\
\ this help file.</li>\n\t\t </ul>"
version: 4.0.2
- date: 2004-07-07
description: "<ul>\n\t\t <li><b>*fixed*</b> A couple of issues with\
\ the configuration wizard.</li>\n\t\t <li><b>*fixed*</b> A bug\
\ with the View Details button when not using WinXP.</li>\n\t\t </ul>"
version: 4.0.1
- date: 2004-07-05
description: Mp3 Filter has been rebuilt from scratch for this version. It features
a completely new interface, a profile system and a redesigned configuration wizard.
version: 4.0.0
- date: 2002-12-31
description: I never made a history entry for this version, although it has been
the version that went without changes for the most time (1 year and a half). I
also lost track of when I made it, but a quick fix (3.20.0.5) has been made on
2002/12/31.
version: '3.20'
- date: 2002-08-14
description: Enhanced the Mp3 List system with locking and improved searching.
version: '3.16'
- date: 2002-08-13
description: Added Wizard, tips and installation program.
version: '3.15'
- date: 2002-08-12
description: Added funny animation plugin and Windows Explorer shell extension.
version: '3.14'
- date: 2002-08-11
description: Minor bugfixes + changed the Edit tag interface.
version: '3.12'
- date: 2002-08-10
description: Added Import list feature + first 5kb of the files comparison.
version: '3.11'
- date: 2002-07-26
description: Added extension plugins.
version: '3.10'
- date: 2002-01-30
description: 'Fixed the ID3 Tag editor a bit. Changed the way comparison works:
it now can use ID3 Tags.'
version: '3.01'
- date: 2002-01-29
description: The interface simply has been C-O-M-P-L-E-T-E-L-Y redesigned. Customization
level is at it's maximum, too cool.
version: '3.00'
- date: 2002-01-28
description: Added some speed ONCE AGAIN, improved the memory management and added
a "favourite directories" feature. I also removed some confusing options. The
final result is quite cute!
version: '2.21'
- date: 2002-01-27
description: Interface has been COMPLETELY rebuilt. Now there are MUCH more place
for everything! Several minor bugs has also been fixed Added mass ID3 tag editing.
version: '2.20'
- date: 2001-12-02
description: Shareware again. Fixed some major bugs. Rebuilt (again) the mp3 list
system, it's now much more flexible. Added a configuration wizard. Added a renameing
preview. Well, it's a good update after all eh!
version: '2.10'
- date: 2001-12-01
description: Added multi-language support. Added a "Send to recycle bin" option.
Enhanced rename feature. Corrected some bugs with rename function. Enhanced list
search function.
version: '2.01'
- date: 2001-11-30
description: "As 11 Sept 2001 entered in the History, the release date of this program\
\ will too! Ok, here is the list of Mp3 Filter version 2.00 godly features:\r\n\
\r\n* **SPEED!!!!!!!!!!!!** Forget about what I said before. Previous versions\
\ were TURTLES compared to that one. (Imagine what other programs are eh! :P).\
\ What took 1 minute take 3-5 seconds now, and the more files you have to compare\
\ together, the better will be the files/time ratio will be!\r\n* Multi-list system.\
\ It is now easier than ever to exchange lists with your friends and select songs!\r\
\n* Cuter interface."
version: '2.00'
- date: 2001-06-29
description: There was some stability issues with the internal player I was using.
Mp3 Filter is now using Winamp. Thus, all files playable by Winamp are now playable
by Mp3 Filter. Fixed some minor bugs. Changed the way word exclusion system work.
AND added a song selection system. Now you can select songs from your mp3 list
and copy them to your hard drive without having to worry about where are these
songs.
version: '1.61'
- date: 2001-06-28
description: 'The main theme of this update is efficiency. Mp3 Filter v1.53 was
already pure speed, you will NOT believe this version''s one. 60% faster on ALL
comparisons! Do not search for God anymore, you found Him and He even got an e-mail
adress: cathedly@hotmail.com :P. Ok, to tell you the truth I did not make Mp3
Filter 60 % faster, I made it 60% less slow. My previous algorithm wasn''t bad,
but I thought about another one (this one) that has much better performances.
ALSO: Created an option form. Changed the results display (Added some info along
with the results (size,length,bitrate). Added a word excluding system. Also added
a backup system (Instead of deleting it, you can now move your file to the Mp3
Filter backup directory (Mp3 filter does not compare files in the backup directory).'
version: '1.60'
- date: 2001-06-27
description: Damnit, big update. Added the conditional file searching, file copying,
and rethought the Mp3List system. That new Mp3List system is damn cool! It load
instantly, even with HUGE lists, and it reduces the comparing time with list by
30 godly % !!! You're not gonna believe it! This program is now PURE SPEED!
version: '1.53'
- date: 2001-05-05
description: Quite cool update too. This version now can check if new versions are
available. I also grouped all options in the same menu. I moved the search function.
This function is now a lot cooler. Instead of giving you a list of matching results,
it shows you, in the Mp3 List Stats form, where the song is by positioning itself
in the List Tree.
version: '1.52'
- date: 2001-05-04
description: Waa! I'm so happy! I implemented a poll system to Mp3 Filter! Now you
can answer my questions directly on the program! I can't wait to see if you, people,
will answer!
version: '1.51'
- date: 2001-05-03
description: 'MAJOR UPDATE. This one is quite cool :). You ever used the "Edit Mp3
List" feature? I improved it a lot. Now, when you add a CD to your list, it not
only saves the CD name, but it also saves the whole CD directory system. So when
you use ''Edit Mp3 List'' now, you can browse your CDs as if you would browse
anything. (There''s only one problem: you must REbuild your mp3 list to make it
fit with v1.5)'
version: '1.50'
- date: 2001-05-02
description: Added an equalizer. This equalizer has been a good reason to add an
INI file to the program to store changed parameters.
version: '1.46'
- date: 2001-05-01
description: Added a Banlist to the program. You write down a list of unwanted songs
in your ban list and start a scan. This function will not compare as the rest
does. If ALL words contained in a banlist line are in a filename, it will match.
version: '1.45'
- date: 2001-04-30
description: I made the Mp3 Filter window to minimize when it compares so it can
do it faster (a LOT faster). I also modified the program so it checks the playlist
integrity each time there's a file deleted after a comparison). There was a bug
with the v1.43. When you had the ID3 Tag window up and you closed the program,
it would crash. Fixed that.
version: '1.44'
- date: 2001-04-29
description: I noticed some days ago that people who had a good resolution but the
option to enlarge the icons on, Mp3 Filter had some big problems to display its
main form right. Since you cant resize the form without having the objects in
to resize too, I had to fix it. I also implemented a MUCH faster file searching
system. It takes less than 2 seconds to find all mp3 on my hard disk now.
version: '1.43'
- date: 2001-04-09
description: Added some fun and useful feats. First, I made a cute playlist right-click
menu with Play File, Edit Tag, Locate, Remove from list and delete from disk.
I also added a recursive function to add songs to the playlist (Why didn't I think
about it before?? I have no clue...). I also made the Shuffle thing less.... random.
(It builds a random list and play it, so before a song play again, all songs will
be played (I added that feat some time after v1.41 release, but I didn't thought
that it worth a version change, so I only announce it on 1.42))
version: '1.42'
- date: 2001-04-08
description: I can't avoid it. there is always some bugs after a major update. I
didn't thought about the fact that it was possible to make a playlist with unplayable
files :) fixed that.
version: '1.41'
- date: 2001-04-07
description: MAJOR UPDATE! You wanted a playlist. You got it in this version. Those
big buttons were ugly? Made a cute standard menu. You didn't seem to want to buy
that program. I gave up. Here is it. Freeware again.
version: '1.40'
- date: 2001-03-16
description: Made it possible to play files that are listed after a "Find all Mp3
on this drive". It also tells what song is currently playing on the main title
bar.
version: '1.36'
- date: 2001-03-15
description: Added a system icon. Wow! it almost looks like winamp!
version: '1.35'
- date: 2001-03-14
description: Added music progress bar and made the music playing continuous.
version: '1.34'
- date: 2001-03-13
description: Added mass renaming functions.
version: '1.33'
- date: 2001-03-12
description: Fixed some bugs with those useful function :) (and made the program
shareware)
version: '1.32'
- date: 2001-03-11
description: Added some useful functions.
version: '1.31'
- date: 2001-03-10
description: MAJOR CHANGE. yeah! I scrapped those radio buttons, and extended the
"recurse" function. Now, you only have 2 choices. Or you compare with your list,
or you compare within the folder (and sub-folders). With that system, you can
tell the program to just compare ALL mp3 in your hard drive. You just have to
select your drive root, and press "Find dupe files in this folder" having "Recurse"
checked.
version: '1.30'
- date: 2001-03-09
description: Added the Music Control panel. I just love it. do you?
version: '1.23'
- date: 2001-03-08
description: Fixed some inaccuracy with folder to folder comparison. (Will I be
done fixing someday??) and made mp3 search slightly faster.
version: '1.22'
- date: 2001-03-07
description: Added Mp3 Player (Didn't know it was so easy to include in a program!
I woulda done this before if I knew...) and ID3 Tag Editor. Hum, The Mp3 Player
has some problems reading some mp3s... know that.
version: '1.21'
- date: 2001-03-04
description: When I removed the "find mp3 in my list" thing, some people told me
it was useful. However, I still think that the old way to search mp3 was too messed
up, so I just added a little textbox and a search button for quick search.
version: '1.20'
- date: 2001-03-03
description: Damnit! why didn't I see it? There was a bug with displaying the right
filename on the result boxes with List comparing. The results were switched! Thus,
deleting was impossible after a List compare. Corrected it in 1.18.
version: '1.18'
- date: 2001-03-03
description: "When I read Yippee review (www.yippee.net thanks for review), I tried\
\ to somewhat improve it. What changed? This:\r\n\r\n* Compare engine is less\
\ strict. if one word contains the other, it now match (now, \"Limp Bizkit\" and\
\ \"Limp Bizkitt\" would match)\r\n* Removed some useless features to simplify\
\ the interface. \"Save as...\" (why did I put this on???) and \"Find file in\
\ my list\" (Easier to find a song with \"Edit List\")\r\n* Added some hints to\
\ buttons and some explicative labels.\r\n* \"List Stats\" changed to \"Edit\
\ List\" so you don't have to \"hard change\" your mp3 list."
version: '1.19'
- date: 2001-02-06
description: I never thought that a software history would be useful for such a
small program, but since Mp3 filter won't stop improving, I decided to start it.
So 1.17 is the base version.
version: '1.17'

View File

@ -1,6 +1,6 @@
base:
pages: en/pages.yaml
skeleton: skeleton
changelog: changelog.yaml
changelog: CHANGELOG
tixurl: "https://hardcoded.lighthouseapp.com/projects/31699-dupeguru/tickets/{0}"
firstpage_meta: "<meta name=\"AppleTitle\" content=\"dupeGuru ME Help\"></meta>"

276
help_pe/CHANGELOG Normal file
View File

@ -0,0 +1,276 @@
=== 1.11.3 (2010-12-31)
* Fixed bug causing results to be corrupted after a scan cancellation. (#120)
* Fixed crash when fetching Fairware unpaid hours. (#121)
* Fixed crash when replacing files with hardlinks. (#122)
* Fixed crash when iPhoto can't be found. (#125)
=== 1.11.2 (2010-10-07)
* Fixed delta column colors which were broken since 1.11.0.
* Fixed column sorting crash. (#108)
* Fixed occasional crash during scan. (#106)
=== 1.11.1 (2010-09-30)
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
=== 1.11.0 (2010-09-27)
* Improved UI with a little revamp.
* Added the possibility to place hardlinks to references after having deleted duplicates. [Mac OS X, Linux] (#91)
* Added an option to ignore duplicates hardlinking to the same file. [Mac OS X, Linux] (#92)
* Added multiple selection in the "Add Directory" dialog. [Mac OS X] (#105)
* Fixed a bug preventing drag & drop from working in the Directories panel. [Windows, Linux]
=== 1.10.0 (2010-08-21)
* Added the ability to save results (and reload them) at arbitrary locations.
* Improved the way reference files in dupe groups are chosen. (#15)
* Remember size/position of all windows between launches. (#102)
* Fixed a bug sometimes preventing dupeGuru from reloading previous results.
* Fixed a bug sometimes causing the progress dialog to be stuck there. [Mac OS X] (#103)
* Removed the Creation Date column, which wasn't displaying the correct value anyway. (#101)
=== 1.9.1 (2010-07-17)
* Fixed a couple of crashes. (#95, #96, #97, #100)
=== 1.9.0 (2010-04-15)
* Improved error messages when files can't be sent to trash, moved or copied.
* Added a custom command invocation action. (#12)
* Filters are now applied on whole paths. (#4)
=== 1.8.6 (2010-04-08)
* Fixed a crash when performing very big scans.
* Fixed a rare crash during results loading. (#90)
=== 1.8.5 (2010-03-01)
* Fixed a bug preventing some iPhoto Libraries to be read. [Mac OS X]
* Improved results loading and saving speed.
=== 1.8.4 (2010-02-18)
* Fixed a glitch in the details panel causing it to sometimes show the wrong pictures.
=== 1.8.3 (2010-02-11)
* Fixed a crash when reading certain pictures. [Mac OS X] (#94)
* Fixed selection glitches, especially while renaming. (#93)
=== 1.8.2 (2010-02-06)
* 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)
=== 1.8.1 (2010-01-15)
* Improved scanning speed when ref directories are involved. (#77)
* Show a message dialog at the end of the scan if no duplicates are found. (#81)
* Fixed a crash when adding the iPhoto library twice. [Mac OS X] (#80)
=== 1.8.0 (2009-12-16)
* Added drag & drop support in the Directories panel. (#9)
* Fixed a bug causing dupeGuru to be confused if a scanned file was moved during the scan. (#72)
* Clarified how directories' state are set by painting a combo box in the state cells. [Windows] (#76)
* Fixed some crashes. (#78 and #79)
* Dropped Mac OS X Tiger support.
=== 1.7.8 (2009-10-24)
* Fixed a bug sometimes causing some duplicates to be ignored during the scans. (#73)
=== 1.7.7 (2009-10-14)
* Improved directory selection in the Directories panel (Windows). (#56)
* Fixed a bug preventing dupeGuru from starting on certain machines (Windows). (#68)
* Fixed a crash during very big scans. (#70)
=== 1.7.6 (2009-10-03)
* Fixed a bug causing memory error when scanning a lot of pictures. (#58)
* Fixed bugs preventing some duplicates to be found. (#64 #67)
* 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)
=== 1.7.5 (2009-09-07)
* Re-introduced the Export to XHTML feature to Windows.
* Improved Export to XHTML speed.
* Improved the grouping algorithm to reduce the number of discarded files in non-exact scans.
* Stopped showing the same file on the 2 sides of the details panel when a ref file is selected.
* Fixed crashes in the Directories panel.
=== 1.7.4 (2009-06-20)
* Fixed bugs with selection being jumpy during "Make Reference" actions and Power Marker switches.
* Fixed crash happening when a file with non-roman characters couldn't be analyzed.
* Fixed crash sometimes happening during the file collection phase in scanning.
* Fixed bugs with iPhoto integration.
* Restored double-click and right-click behavior lost in the PyQt move (Windows).
=== 1.7.3 (2009-06-07)
* Fixed an occasional crash on Copy/Move operations.
* Fixed bugs with iPhoto integration.
=== 1.7.2 (2009-05-27)
* Fixed a bug causing '.jpeg' files not to be scanned.
* Fixed a bug causing a GUI freeze at the beginning of a scan with a lot of files.
* Fixed a bug that sometimes caused a crash when an action was cancelled, and then started again.
* Improved scanning speed.
=== 1.7.1 (2009-05-26)
* Fixed a bug causing the "Match Scaled" preference to be inverted.
=== 1.7.0 (2009-05-20)
* Fixed the bug from 1.6.0 preventing PowerPC macs from running the application.
* Converted the Windows GUI to Qt, thus enabling multiprocessing and making the scanning process
faster.
=== 1.6.0 (2009-03-24)
* **Improved** scanning speed, mainly on OS X where all cores of the CPU are now used.
* **Fixed** an occasional crash caused by permission issues.
* **Fixed** a bug where the "X discarded" notice would show a too large number of discarded duplicates.
=== 1.5.0 (2008-09-10)
* **Added** a notice in the status bar when matches were discarded during the scan.
* **Improved** duplicate prioritization (smartly chooses which file you will keep).
* **Improved** scan progress feedback.
* **Improved** responsiveness of the user interface for certain actions.
=== 1.4.2 (2008-07-28)
* **Improved** iPhoto compatibility on Mac OS X.
* **Improved** the speed of results loading and saving.
* **Fixed** a crash sometimes occurring during duplicate deletion.
=== 1.4.1 (2008-04-12)
* **Improved** iPhoto Library loading feedback on Mac OS X.
* **Fixed** the directory selection dialog. Bundles can be selected again on Mac OS X.
* **Fixed** "Clear Ignore List" crash in Windows.
=== 1.4.0 (2008-02-20)
* **Added** iPhoto Library support on Mac OS X.
* **Fixed** occasional crashes when scanning corrupted pictures.
=== 1.3.4 (2008-01-12)
* **Improved** scan, delete and move speed in situations where there were a lot of duplicates.
* **Fixed** occasional crashes when moving a lot of files at once.
* **Fixed** an issue sometimes preventing the application from starting at all.
=== 1.3.3 (2007-12-03)
* **Improved** the handling of low memory situations.
* **Improved** the directory panel. The "Remove" button changes to "Put Back" when an excluded directory is selected.
* **Fixed** the directory selection dialog. iPhoto '08 library files can now be selected.
=== 1.3.2 (2007-11-24)
* **Added** the "Remove empty folders" option.
* **Fixed** results load/save issues.
* **Fixed** occasional status bar inaccuracies when the results are filtered.
=== 1.3.1 (2007-10-21)
* **Improved** results loading speed.
* **Improved** details panel's picture loading (made it asynchronous).
* **Fixed** a bug where the stats line at the bottom would sometimes go confused while having a filter active.
* **Fixed** a bug under Windows where some duplicate markings would be lost.
=== 1.3.0 (2007-09-22)
* **Added** post scan filtering.
* **Fixed** issues with the rename feature under Windows.
* **Fixed** some user interface annoyances under Windows.
=== 1.2.1 (2007-05-19)
* **Improved** UI responsiveness (using threads) under Mac OS X.
* **Improved** result load/save speed and memory usage.
=== 1.2.0 (2007-03-17)
* **Changed** the picture decoding libraries for both Mac OS X and Windows. The Mac OS X version uses the Core Graphics library and the Windows version uses the .NET framework imaging capabilities. This results in much faster scans. As a bonus, the Mac OS X version of dupeGuru PE now supports RAW images.
=== 1.1.6 (2007-02-11)
* **Added** Re-orderable columns. In fact, I re-added the feature which was lost in the C# conversion in 1.1.0 (Windows).
* **Fixed** a bug with all the Delete/Move/Copy actions with certain kinds of files.
=== 1.1.5 (2007-01-11)
* **Fixed** a bug with the Move action.
=== 1.1.4 (2007-01-09)
* **Fixed** a "ghosting" bug. Dupes deleted by dupeGuru would sometimes come back in subsequent scans (Windows).
* **Fixed** bugs sometimes making dupeGuru crash when marking a dupe (Windows).
* **Fixed** some minor visual glitches (Windows).
=== 1.1.3 (2006-12-23)
* **Improved** the caching system. This makes duplicate scans significantly faster.
* **Improved** the rename file dialog to exclude the extension from the original selection (so when you start typing your new filename, it doesn't overwrite it) (Windows).
* **Changed** some menu key shortcuts that created conflicts (Windows).
* **Fixed** a bug preventing files from "reference" directories to be displayed in blue in the results (Windows).
* **Fixed** a bug preventing some files to be sent to the recycle bin (Windows).
* **Fixed** a bug with the "Remove" button of the directories panel (Windows).
* **Fixed** a bug in the packaging preventing certain Windows configurations to start dupeGuru at all.
=== 1.1.2 (2006-11-18)
* **Fixed** a bug with directory states.
=== 1.1.1 (2006-11-17)
* **Fixed** a bug causing the ignore list not to be saved.
* **Fixed** a bug with selection under Power Marker mode.
=== 1.1.0 (2006-11-15)
* **Changed** the Windows interface. It is now .NET based.
* **Added** an auto-update feature to the windows version.
* **Changed** the way power marking works. It is now a mode instead of a separate window.
* **Changed** the "Size (MB)" column for a "Size (KB)" column. The values are now "ceiled" instead of rounded. Therefore, a size "0" is now really 0 bytes, not just a value too small to be rounded up. It is also the case for delta values.
* **Fixed** a bug sometimes making delete and move operations stall.
=== 1.0.5 (2006-10-12)
* **Added** an auto-update feature in the Mac OS X version (with Sparkle).
* **Fixed** a bug sometimes causing inaccuracies of the Match %.
=== 1.0.4 (2006-09-21)
* **Fixed** a bug with the cache system.
=== 1.0.3 (2006-09-15)
* **Added** the ability to search for scaled duplicates.
* **Added** a cache system for faster scans.
* **Improved** speed of the scanning engine.
=== 1.0.2 (2006-09-11)
* **Improved** speed of the scanning engine.
* **Improved** the display of pictures in the details panel (Windows).
=== 1.0.0 (2006-09-08)
* Initial release.

View File

@ -1,286 +0,0 @@
- date: 2010-12-31
version: 1.11.3
description: |
* Fixed bug causing results to be corrupted after a scan cancellation. (#120)
* Fixed crash when fetching Fairware unpaid hours. (#121)
* Fixed crash when replacing files with hardlinks. (#122)
* Fixed crash when iPhoto can't be found. (#125)
- date: 2010-10-07
version: 1.11.2
description: |
* Fixed delta column colors which were broken since 1.11.0.
* Fixed column sorting crash. (#108)
* Fixed occasional crash during scan. (#106)
- date: 2010-09-30
version: 1.11.1
description: |
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
- date: 2010-09-27
version: 1.11.0
description: |
* Improved UI with a little revamp.
* Added the possibility to place hardlinks to references after having deleted duplicates. [Mac OS X, Linux] (#91)
* Added an option to ignore duplicates hardlinking to the same file. [Mac OS X, Linux] (#92)
* Added multiple selection in the "Add Directory" dialog. [Mac OS X] (#105)
* Fixed a bug preventing drag & drop from working in the Directories panel. [Windows, Linux]
- date: 2010-08-21
version: 1.10.0
description: |
* Added the ability to save results (and reload them) at arbitrary locations.
* Improved the way reference files in dupe groups are chosen. (#15)
* Remember size/position of all windows between launches. (#102)
* Fixed a bug sometimes preventing dupeGuru from reloading previous results.
* Fixed a bug sometimes causing the progress dialog to be stuck there. [Mac OS X] (#103)
* Removed the Creation Date column, which wasn't displaying the correct value anyway. (#101)
- date: 2010-07-17
version: 1.9.1
description: |
* Fixed a couple of crashes. (#95, #96, #97, #100)
- date: 2010-04-15
version: 1.9.0
description: |
* Improved error messages when files can't be sent to trash, moved or copied.
* Added a custom command invocation action. (#12)
* Filters are now applied on whole paths. (#4)
- date: 2010-04-08
version: 1.8.6
description: |
* Fixed a crash when performing very big scans.
* Fixed a rare crash during results loading. (#90)
- date: 2010-03-01
version: 1.8.5
description: |
* Fixed a bug preventing some iPhoto Libraries to be read. [Mac OS X]
* Improved results loading and saving speed.
- date: 2010-02-18
version: 1.8.4
description: |
* Fixed a glitch in the details panel causing it to sometimes show the wrong pictures.
- date: 2010-02-11
version: 1.8.3
description: |
* Fixed a crash when reading certain pictures. [Mac OS X] (#94)
* Fixed selection glitches, especially while renaming. (#93)
- 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
version: 1.8.1
description: |
* Improved scanning speed when ref directories are involved. (#77)
* Show a message dialog at the end of the scan if no duplicates are found. (#81)
* Fixed a crash when adding the iPhoto library twice. [Mac OS X] (#80)
- date: 2009-12-16
version: 1.8.0
description: |
* Added drag & drop support in the Directories panel. (#9)
* Fixed a bug causing dupeGuru to be confused if a scanned file was moved during the scan. (#72)
* Clarified how directories' state are set by painting a combo box in the state cells. [Windows]
(#76)
* Fixed some crashes. (#78 and #79)
* Dropped Mac OS X Tiger support.
- date: 2009-10-24
version: 1.7.8
description: |
* Fixed a bug sometimes causing some duplicates to be ignored during the scans. (#73)
- date: 2009-10-14
version: 1.7.7
description: |
* Improved directory selection in the Directories panel (Windows). (#56)
* Fixed a bug preventing dupeGuru from starting on certain machines (Windows). (#68)
* Fixed a crash during very big scans. (#70)
- date: 2009-10-03
version: 1.7.6
description: |
* Fixed a bug causing memory error when scanning a lot of pictures. (#58)
* Fixed bugs preventing some duplicates to be found. (#64 #67)
* 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: |
* Re-introduced the Export to XHTML feature to Windows.
* Improved Export to XHTML speed.
* Improved the grouping algorithm to reduce the number of discarded files in non-exact scans.
* Stopped showing the same file on the 2 sides of the details panel when a ref file is selected.
* Fixed crashes in the Directories panel.
- date: 2009-06-20
version: 1.7.4
description: |
* Fixed bugs with selection being jumpy during "Make Reference" actions and Power Marker
switches.
* Fixed crash happening when a file with non-roman characters couldn't be analyzed.
* Fixed crash sometimes happening during the file collection phase in scanning.
* Fixed bugs with iPhoto integration.
* Restored double-click and right-click behavior lost in the PyQt move (Windows).
- date: 2009-06-07
version: 1.7.3
description: |
* Fixed an occasional crash on Copy/Move operations.
* Fixed bugs with iPhoto integration.
- date: 2009-05-27
version: 1.7.2
description: |
* Fixed a bug causing '.jpeg' files not to be scanned.
* Fixed a bug causing a GUI freeze at the beginning of a scan with a lot of files.
* Fixed a bug that sometimes caused a crash when an action was cancelled, and then started again.
* Improved scanning speed.
- date: 2009-05-26
version: 1.7.1
description: |
* Fixed a bug causing the "Match Scaled" preference to be inverted.
- date: 2009-05-20
version: 1.7.0
description: |
* Fixed the bug from 1.6.0 preventing PowerPC macs from running the application.
* Converted the Windows GUI to Qt, thus enabling multiprocessing and making the scanning process
faster.
- date: 2009-03-24
version: 1.6.0
description: |
* **Improved** scanning speed, mainly on OS X where all cores of the CPU are now used.
* **Fixed** an occasional crash caused by permission issues.
* **Fixed** a bug where the "X discarded" notice would show a too large number of discarded duplicates.
- date: 2008-09-10
version: 1.5.0
description: |
* **Added** a notice in the status bar when matches were discarded during the scan.
* **Improved** duplicate prioritization (smartly chooses which file you will keep).
* **Improved** scan progress feedback.
* **Improved** responsiveness of the user interface for certain actions.
- date: 2008-07-28
version: 1.4.2
description: |
* **Improved** iPhoto compatibility on Mac OS X.
* **Improved** the speed of results loading and saving.
* **Fixed** a crash sometimes occurring during duplicate deletion.
- date: 2008-04-12
version: 1.4.1
description: |
* **Improved** iPhoto Library loading feedback on Mac OS X.
* **Fixed** the directory selection dialog. Bundles can be selected again on Mac OS X.
* **Fixed** "Clear Ignore List" crash in Windows.
- date: 2008-02-20
version: 1.4.0
description: |
* **Added** iPhoto Library support on Mac OS X.
* **Fixed** occasional crashes when scanning corrupted pictures.
- date: 2008-01-12
version: 1.3.4
description: |
* **Improved** scan, delete and move speed in situations where there were a lot of duplicates.
* **Fixed** occasional crashes when moving a lot of files at once.
* **Fixed** an issue sometimes preventing the application from starting at all.
- date: 2007-12-03
version: 1.3.3
description: |
* **Improved** the handling of low memory situations.
* **Improved** the directory panel. The "Remove" button changes to "Put Back" when an excluded directory is selected.
* **Fixed** the directory selection dialog. iPhoto '08 library files can now be selected.
- date: 2007-11-24
version: 1.3.2
description: |
* **Added** the "Remove empty folders" option.
* **Fixed** results load/save issues.
* **Fixed** occasional status bar inaccuracies when the results are filtered.
- date: 2007-10-21
version: 1.3.1
description: |
* **Improved** results loading speed.
* **Improved** details panel's picture loading (made it asynchronous).
* **Fixed** a bug where the stats line at the bottom would sometimes go confused while having a filter active.
* **Fixed** a bug under Windows where some duplicate markings would be lost.
- date: 2007-09-22
version: 1.3.0
description: |
* **Added** post scan filtering.
* **Fixed** issues with the rename feature under Windows.
* **Fixed** some user interface annoyances under Windows.
- date: 2007-05-19
version: 1.2.1
description: |
* **Improved** UI responsiveness (using threads) under Mac OS X.
* **Improved** result load/save speed and memory usage.
- date: 2007-03-17
version: 1.2.0
description: |
* **Changed** the picture decoding libraries for both Mac OS X and Windows. The Mac OS X version
uses the Core Graphics library and the Windows version uses the .NET framework imaging
capabilities. This results in much faster scans. As a bonus, the Mac OS X version of dupeGuru
PE now supports RAW images.
- date: 2007-02-11
version: 1.1.6
description: |
* **Added** Re-orderable columns. In fact, I re-added the feature which was lost in the C#
conversion in 1.1.0 (Windows).
* **Fixed** a bug with all the Delete/Move/Copy actions with certain kinds of files.
- date: 2007-01-11
version: 1.1.5
description: |
* **Fixed** a bug with the Move action.
- date: 2007-01-09
version: 1.1.4
description: |
* **Fixed** a "ghosting" bug. Dupes deleted by dupeGuru would sometimes come back in subsequent scans (Windows).
* **Fixed** bugs sometimes making dupeGuru crash when marking a dupe (Windows).
* **Fixed** some minor visual glitches (Windows).
- date: 2006-12-23
version: 1.1.3
description: |
* **Improved** the caching system. This makes duplicate scans significantly faster.
* **Improved** the rename file dialog to exclude the extension from the original selection (so
when you start typing your new filename, it doesn't overwrite it) (Windows).
* **Changed** some menu key shortcuts that created conflicts (Windows).
* **Fixed** a bug preventing files from "reference" directories to be displayed in blue in the results (Windows).
* **Fixed** a bug preventing some files to be sent to the recycle bin (Windows).
* **Fixed** a bug with the "Remove" button of the directories panel (Windows).
* **Fixed** a bug in the packaging preventing certain Windows configurations to start dupeGuru at all.
- date: 2006-11-18
version: 1.1.2
description: |
* **Fixed** a bug with directory states.
- date: 2006-11-17
version: 1.1.1
description: |
* **Fixed** a bug causing the ignore list not to be saved.
* **Fixed** a bug with selection under Power Marker mode.
- date: 2006-11-15
version: 1.1.0
description: |
* **Changed** the Windows interface. It is now .NET based.
* **Added** an auto-update feature to the windows version.
* **Changed** the way power marking works. It is now a mode instead of a separate window.
* **Changed** the "Size (MB)" column for a "Size (KB)" column. The values are now "ceiled"
instead of rounded. Therefore, a size "0" is now really 0 bytes, not just a value too small to
be rounded up. It is also the case for delta values.
* **Fixed** a bug sometimes making delete and move operations stall.
- date: 2006-10-12
version: 1.0.5
description: |
* **Added** an auto-update feature in the Mac OS X version (with Sparkle).
* **Fixed** a bug sometimes causing inaccuracies of the Match %.
- date: 2006-09-21
version: 1.0.4
description: |
* **Fixed** a bug with the cache system.
- date: 2006-09-15
version: 1.0.3
description: |
* **Added** the ability to search for scaled duplicates.
* **Added** a cache system for faster scans.
* **Improved** speed of the scanning engine.
- date: 2006-09-11
version: 1.0.2
description: |
* **Improved** speed of the scanning engine.
* **Improved** the display of pictures in the details panel (Windows).
- date: 2006-09-08
version: 1.0.0
description: |
* Initial release.

View File

@ -1,6 +1,6 @@
base:
pages: en/pages.yaml
skeleton: skeleton
changelog: changelog.yaml
changelog: CHANGELOG
tixurl: "https://hardcoded.lighthouseapp.com/projects/31699-dupeguru/tickets/{0}"
firstpage_meta: "<meta name=\"AppleTitle\" content=\"dupeGuru Help\"></meta>"

300
help_se/CHANGELOG Normal file
View File

@ -0,0 +1,300 @@
=== 2.12.3 (2011-01-01)
* Fixed bug causing results to be corrupted after a scan cancellation. (#120)
* Fixed crash when fetching Fairware unpaid hours. (#121)
* Fixed crash when replacing files with hardlinks. (#122)
=== 2.12.2 (2010-10-05)
* Fixed delta column colors which were broken since 2.12.0.
* Fixed column sorting crash. (#108)
* Fixed occasional crash during scan. (#106)
=== 2.12.1 (2010-09-30)
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
=== 2.12.0 (2010-09-26)
* Improved UI with a little revamp.
* Added the possibility to place hardlinks to references after having deleted duplicates. [Mac OS X, Linux] (#91)
* Added an option to ignore duplicates hardlinking to the same file. [Mac OS X, Linux] (#92)
* Added multiple selection in the "Add Directory" dialog. [Mac OS X] (#105)
* Fixed a bug preventing drag & drop from working in the Directories panel. [Windows, Linux]
=== 2.11.1 (2010-08-26)
* Fixed HTML exporting which was broken in 2.11.0.
=== 2.11.0 (2010-08-18)
* Added the ability to save results (and reload them) at arbitrary locations.
* Improved the way reference files in dupe groups are chosen. (#15)
* Remember size/position of all windows between launches. (#102)
* Fixed a bug sometimes preventing dupeGuru from reloading previous results.
* Fixed a bug sometimes causing the progress dialog to be stuck there. [Mac OS X] (#103)
* Removed the Creation Date column, which wasn't displaying the correct value anyway. (#101)
=== 2.10.1 (2010-07-15)
* Fixed a couple of crashes. (#95, #97, #100)
=== 2.10.0 (2010-04-13)
* Improved error messages when files can't be sent to trash, moved or copied.
* Added a custom command invocation action. (#12)
* Filters are now applied on whole paths. (#4)
=== 2.9.2 (2010-02-10)
* dupeGuru is now 64-bit on Mac OS X!
* Fixed a crash upon quitting when support folder is not present. (#83)
* Fixed a crash during sorting. (#85)
* Fixed selection glitches, especially while renaming. (#93)
=== 2.9.1 (2010-01-13)
* Improved memory usage for Contents scans. (#75)
* Improved scanning speed when ref directories are involved. (#77)
* Show a message dialog at the end of the scan if no duplicates are found. (#81)
* Fixed a bug sometimes causing the small files threshold pref to be ignored. [Mac OS X] (#75)
=== 2.9.0 (2009-11-03)
* Significantly improved speed and memory usage of big contents-based scans.
* Added drag & drop support in the Directories panel. (#9)
* Fixed a bug causing dupeGuru to be confused if a scanned file was moved during the scan. (#72)
* Dropped support for Mac OS X 10.4 (Tiger)
=== 2.8.2 (2009-10-14)
* Improved directory selection in the Directories panel (Windows). (#56)
* Fixed a bug preventing dupeGuru from starting on certain machines (Windows). (#68)
* Fixed a crash during very big scans. (#70)
=== 2.8.1 (2009-10-02)
* 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 are applied. (Mac OS X) (#55)
* Improved error handling during delete/move/copy actions. (#62 #65)
=== 2.8.0 (2009-09-07)
* Added support for all kinds of bundle (not just applications) (Mac OS X) (#11)
* Re-introduced the Export to XHTML feature to Windows. (#14)
* Improved Export to XHTML speed. (#14)
* Improved Contents scanning speed for large files. (#33)
* Improved the grouping algorithm to reduce the number of discarded files in non-exact scans. (#51)
* Stopped showing the same file on the 2 sides of the details panel when a ref file is selected. (#50)
* Fixed crashes in the Directories panel. (#46)
=== 2.7.3 (2009-06-20)
* Fixed bugs with selection being jumpy during "Make Reference" actions and Power Marker
switches. (#3)
* Fixed crash happening when a file with non-roman characters couldn't be analyzed. (#30)
* Fixed crash sometimes happening during the file collection phase in scanning. (#38)
* Restored double-click and right-click behavior lost in the PyQt move (Windows). (#34 #35)
=== 2.7.2 (2009-06-10)
* Fixed an occasional crash on Copy/Move operations. (#16)
* Added automatic exclusion for sensible folders (like system folders). (#20)
* Fixed an occasional crash when application files were part of the results (Mac OS X). (#25)
=== 2.7.1 (2009-05-29)
* Fixed a bug causing crashes when having application files in the results.
* Fixed a bug causing a GUI freeze at the beginning of a scan with a lot of files.
* Fixed a bug that sometimes caused a crash when an action was cancelled, and then started again.
=== 2.7.0 (2009-05-25)
* Converted the Windows GUI to Qt.
* Improved the reliability of the scanning process.
=== 2.6.1 (2009-03-27)
* **Fixed** an occasional crash caused by permission issues.
* **Fixed** a bug where the "X discarded" notice would show a too large number of discarded
duplicates.
=== 2.6.0 (2008-09-10)
* **Added** a small file threshold preference.* **Added** a notice in the status bar when matches were discarded during the scan.
* **Improved** duplicate prioritization (smartly chooses which file you will keep).
* **Improved** scan progress feedback.
* **Improved** responsiveness of the user interface for certain actions.
=== 2.5.4 (2008-08-10)
* **Improved** the speed of results loading and saving.
* **Fixed** a crash sometimes occurring during duplicate deletion.
=== 2.5.3 (2008-07-08)
* **Improved** unicode handling for filenames. dupeGuru will now find a lot more duplicates if your files have non-ascii characters in it.
* **Fixed** "Clear Ignore List" crash in Windows.
=== 2.5.2 (2008-01-10)
* **Improved** the handling of low memory situations.
* **Improved** the directory panel. The "Remove" button changes to "Put Back" when an excluded directory is selected.
* **Improved** scan, delete and move speed in situations where there were a lot of duplicates.
* **Fixed** occasional crashes when moving bundles (such as .app files).
* **Fixed** occasional crashes when moving a lot of files at once.
=== 2.5.1 (2007-11-22)
* **Added** the "Remove empty folders" option.
* **Fixed** results load/save issues.
* **Fixed** occasional status bar inaccuracies when the results are filtered.
=== 2.5.0 (2007-09-15)
* **Added** post scan filtering.
* **Fixed** issues with the rename feature under Windows
* **Fixed** some user interface annoyances under Windows
=== 2.4.8 (2007-04-14)
* **Improved** UI responsiveness (using threads) under Mac OS X.
* **Improved** result load/save speed and memory usage.
=== 2.4.7 (2007-03-10)
* **Fixed** a "bad file descriptor" error occasionally popping up.* **Fixed** a bug with non-latin directory names.
=== 2.4.6 (2007-02-10)
* **Added** Re-orderable columns. In fact, I re-added the feature which was lost in the C# conversion in 2.4.0 (Windows).
* **Changed** the behavior of the scanning engine when setting the hardness to 100. It will now only match files that have their words in the same order.
* **Fixed** a bug with all the Delete/Move/Copy actions with certain kinds of files.
=== 2.4.5 (2007-01-11)
* **Fixed** a bug with the Move action.
=== 2.4.4 (2007-01-07)
* **Fixed** a "ghosting" bug. Dupes deleted by dupeGuru would sometimes come back in subsequent scans (Windows).
* **Fixed** bugs sometimes making dupeGuru crash when marking a dupe (Windows).
* **Fixed** some minor visual glitches (Windows).
=== 2.4.3 (2006-12-08)
* **Fixed** a mishandling of ".app" files (OS X).
* **Fixed** a bug preventing files from "reference" directories to be displayed in blue in the results (Windows).
* **Fixed** a bug preventing some files to be sent to the recycle bin (Windows).
* **Fixed** a bug in the packaging preventing certain Windows configurations to start dupeGuru at all.
=== 2.4.2 (2006-11-18)
* **Fixed** a bug with directory states.
=== 2.4.1 (2006-11-15)
* **Fixed** a bug causing the ignore list not to be saved.
* **Fixed** a bug sometimes making delete and move operations stall.
=== 2.4.0 (2006-11-10)
* **Changed** the Windows interface. It is now .NET based.
* **Added** an auto-update feature to the windows version.
* **Changed** the way power marking works. It is now a mode instead of a separate window.
* **Changed** the "Size (MB)" column for a "Size (KB)" column. The values are now "ceiled" instead of rounded. Therefore, a size "0" is now really 0 bytes, not just a value too small to be rounded up. It is also the case for delta values.
* **Removed** the min word length/count options. These came from Mp3 Filter, and just aren't used anymore. Word weighting does pretty much the same job.
=== 2.3.4 (2006-11-07)
* **Improved** speed and memory usage of the scanning engine, again. Does it mean there was a lot of improvements to be made? Nah...
=== 2.3.3 (2006-11-02)
* **Improved** speed and memory usage of the scanning engine, especially when the scan results in a lot of duplicates.
* Now I wonder if Sparkle is going to work well...
=== 2.3.2 (2006-10-16)
* **Added** an auto-update feature in the Mac OS X version (with Sparkle).* **Fixed** a bug preventing some duplicate reports to be created correctly under Windows.
=== 2.3.1 (2006-10-02)
* **Fixed** a bug preventing some duplicates to be found, especially when scanning lots of files.
=== 2.3.0 (2006-09-22)
* **Added** XHTML export feature.
=== 2.2.10 (2006-08-31)
* **Added** sticky columns.
* **Fixed** an issue with file caching between scans.
* **Fixed** an issue preventing some duplicates from being deleted/moved/copied.
=== 2.2.9 (2006-08-27)
* **Fixed** an issue with ignore list and unicode.
* **Fixed** an issue with file attribute fetching sometimes causing dupeGuru to crash.* **Fixed** an issue in the directories panel under Windows.
=== 2.2.8 (2006-08-17)
* **Fixed** an issue in the duplicate seeking engine preventing some duplicates to be found.
=== 2.2.7 (2006-08-12)
* **Improved** unicode support.
* **Improved** the "Reveal in Finder" ("Open Containing Folder" in Windows) feature so it selects the file in the folder it opens.
=== 2.2.6 (2006-08-07)
* **Improved** the ignore list system.
* dupeGuru is now a Universal application on Mac OS X.
=== 2.2.5 (2006-07-26)
* **Improved** application (.app) dupe detection on Mac OS X.
* **Fixed** an issue that occasionally made dupeGuru crash on startup.
=== 2.2.4 (2006-06-27)
* **Fixed** an issue with Move and Copy features.
=== 2.2.3 (2006-06-15)
* **Improved** duplicate scanning speed.
* **Added** a warning that a file couldn't be renamed if a file with the same name already exists.
=== 2.2.2 (2006-06-07)
* **Added** "Rename Selected" feature.
* **Fixed** some minor issues with "Reload Last Results" feature.
* **Fixed** ignore list issues.
=== 2.2.1 (2006-05-22)
* **Fixed** occasional progress bar woes under Windows.
* **Fixed** a bug in the registration system under Windows.* Nothing has been changed in the Mac OS X version, but I want to keep version in sync.
=== 2.2.0 (2006-05-10)
* **Added** destination path re-creation options.
* **Added** an ignore list.
* **Changed** the main icon.
* **Improved** dramatically the delta values feature.
=== 2.1.2 (2006-04-18)
* **Added** the "Match similar words" option.
* **Fixed** Power marking issues under Mac.
=== 2.1.1 (2006-04-14)
* **Added** the "Display delta values" option.
* **Improved** Power marking sorting speed under Mac.
* **Fixed** Power marking sorting issues.
=== 2.1.0 (2006-04-03)
* **Added** the Power Marker feature.
* **Fixed** a column sorting bug. The results would sometimes lose their sort order.
* **Fixed** a bug with the Make Reference feature. The results sometimes wasn't correctly refreshed after the reference switch.
=== 2.0.1 (2006-03-23)
* **Fixed** an issue occasionally occurring when trying to reload results from removable media that is no longer present.
=== 2.0.0 (2006-03-17)
* Complete rewrite.
* Now runs on Mac OS X.
=== 1.0.0 (2004-09-24)
* Initial release.

View File

@ -1,335 +0,0 @@
- date: 2011-01-01
version: 2.12.3
description: |
* Fixed bug causing results to be corrupted after a scan cancellation. (#120)
* Fixed crash when fetching Fairware unpaid hours. (#121)
* Fixed crash when replacing files with hardlinks. (#122)
- date: 2010-10-05
version: 2.12.2
description: |
* Fixed delta column colors which were broken since 2.12.0.
* Fixed column sorting crash. (#108)
* Fixed occasional crash during scan. (#106)
- date: 2010-09-30
version: 2.12.1
description: |
* Re-licensed dupeGuru to BSD and made it [Fairware](http://open.hardcoded.net/about/)
- date: 2010-09-26
version: 2.12.0
description: |
* Improved UI with a little revamp.
* Added the possibility to place hardlinks to references after having deleted duplicates. [Mac OS X, Linux] (#91)
* Added an option to ignore duplicates hardlinking to the same file. [Mac OS X, Linux] (#92)
* Added multiple selection in the "Add Directory" dialog. [Mac OS X] (#105)
* Fixed a bug preventing drag & drop from working in the Directories panel. [Windows, Linux]
- date: 2010-08-26
version: 2.11.1
description: |
* Fixed HTML exporting which was broken in 2.11.0.
- date: 2010-08-18
version: 2.11.0
description: |
* Added the ability to save results (and reload them) at arbitrary locations.
* Improved the way reference files in dupe groups are chosen. (#15)
* Remember size/position of all windows between launches. (#102)
* Fixed a bug sometimes preventing dupeGuru from reloading previous results.
* Fixed a bug sometimes causing the progress dialog to be stuck there. [Mac OS X] (#103)
* Removed the Creation Date column, which wasn't displaying the correct value anyway. (#101)
- date: 2010-07-15
version: 2.10.1
description: |
* Fixed a couple of crashes. (#95, #97, #100)
- date: 2010-04-13
version: 2.10.0
description: |
* Improved error messages when files can't be sent to trash, moved or copied.
* Added a custom command invocation action. (#12)
* Filters are now applied on whole paths. (#4)
- date: 2010-02-10
version: 2.9.2
description: |
* dupeGuru is now 64-bit on Mac OS X!
* Fixed a crash upon quitting when support folder is not present. (#83)
* Fixed a crash during sorting. (#85)
* Fixed selection glitches, especially while renaming. (#93)
- date: 2010-01-13
version: 2.9.1
description: |
* Improved memory usage for Contents scans. (#75)
* Improved scanning speed when ref directories are involved. (#77)
* Show a message dialog at the end of the scan if no duplicates are found. (#81)
* Fixed a bug sometimes causing the small files threshold pref to be ignored. [Mac OS X] (#75)
- date: 2009-11-03
version: 2.9.0
description: |
* Significantly improved speed and memory usage of big contents-based scans.
* Added drag & drop support in the Directories panel. (#9)
* Fixed a bug causing dupeGuru to be confused if a scanned file was moved during the scan. (#72)
* Dropped support for Mac OS X 10.4 (Tiger)
- date: 2009-10-14
version: 2.8.2
description: |
* Improved directory selection in the Directories panel (Windows). (#56)
* Fixed a bug preventing dupeGuru from starting on certain machines (Windows). (#68)
* Fixed a crash during very big scans. (#70)
- date: 2009-10-02
version: 2.8.1
description: |
* 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 are applied. (Mac OS X) (#55)
* Improved error handling during delete/move/copy actions. (#62 #65)
- date: 2009-09-07
version: 2.8.0
description: |
* Added support for all kinds of bundle (not just applications) (Mac OS X) (#11)
* Re-introduced the Export to XHTML feature to Windows. (#14)
* Improved Export to XHTML speed. (#14)
* Improved Contents scanning speed for large files. (#33)
* Improved the grouping algorithm to reduce the number of discarded files in non-exact scans. (#51)
* Stopped showing the same file on the 2 sides of the details panel when a ref file is selected. (#50)
* Fixed crashes in the Directories panel. (#46)
- date: 2009-06-20
version: 2.7.3
description: |
* Fixed bugs with selection being jumpy during "Make Reference" actions and Power Marker
switches. (#3)
* Fixed crash happening when a file with non-roman characters couldn't be analyzed. (#30)
* Fixed crash sometimes happening during the file collection phase in scanning. (#38)
* Restored double-click and right-click behavior lost in the PyQt move (Windows). (#34 #35)
- date: 2009-06-10
version: 2.7.2
description: |
* Fixed an occasional crash on Copy/Move operations. (#16)
* Added automatic exclusion for sensible folders (like system folders). (#20)
* Fixed an occasional crash when application files were part of the results (Mac OS X). (#25)
- date: 2009-05-29
version: 2.7.1
description: |
* Fixed a bug causing crashes when having application files in the results.
* Fixed a bug causing a GUI freeze at the beginning of a scan with a lot of files.
* Fixed a bug that sometimes caused a crash when an action was cancelled, and then started again.
- date: 2009-05-25
version: 2.7.0
description: |
* Converted the Windows GUI to Qt.
* Improved the reliability of the scanning process.
- date: 2009-03-27
version: 2.6.1
description: |
* **Fixed** an occasional crash caused by permission issues.
* **Fixed** a bug where the "X discarded" notice would show a too large number of discarded
duplicates.
- date: 2008-09-10
description: "* **Added** a small file threshold preference.\r\n* **Added** a notice\
\ in the status bar when matches were discarded during the scan.\r\n* **Improved**\
\ duplicate prioritization (smartly chooses which file you will keep).\r\n* **Improved**\
\ scan progress feedback.\r\n* **Improved** responsiveness of the user interface\
\ for certain actions."
version: 2.6.0
- date: 2008-08-10
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> the speed of results loading\
\ and saving.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a crash sometimes occurring during\
\ duplicate deletion.</li>\n\t\t </ul>"
version: 2.5.4
- date: 2008-07-08
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> unicode handling for filenames.\
\ dupeGuru will now find a lot more duplicates if your files have non-ascii characters\
\ in it.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> \"Clear Ignore List\" crash in Windows.</li>\n\
\t\t </ul>"
version: 2.5.3
- date: 2008-01-10
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> the handling of low memory situations.</li>\n\
\t\t\t\t\t\t<li><b>Improved</b> the directory panel. The \"Remove\" button changes\
\ to \"Put Back\" when an excluded directory is selected.</li>\n\t\t\t\t\t\t<li><b>Improved</b>\
\ scan, delete and move speed in situations where there were a lot of duplicates.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> occasional crashes when moving bundles (such as .app\
\ files).</li>\n\t\t\t\t\t\t<li><b>Fixed</b> occasional crashes when moving a\
\ lot of files at once.</li>\n\t\t </ul>"
version: 2.5.2
- date: 2007-11-22
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> the \"Remove empty folders\" option.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> results load/save issues.</li>\n\t\t\t\t\t\t<li><b>Fixed</b>\
\ occasional status bar inaccuracies when the results are filtered.</li>\n\t\t\
\ </ul>"
version: 2.5.1
- date: 2007-09-15
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> post scan filtering.</li>\n\t\t\
\t\t\t\t<li><b>Fixed</b> issues with the rename feature under Windows</li>\n\t\
\t\t\t\t\t<li><b>Fixed</b> some user interface annoyances under Windows</li>\n\
\t\t </ul>"
version: 2.5.0
- date: 2007-04-14
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> UI responsiveness (using threads)\
\ under Mac OS X.</li>\n\t\t\t\t\t\t<li><b>Improved</b> result load/save speed\
\ and memory usage.</li>\n\t\t </ul>"
version: 2.4.8
- date: 2007-03-10
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a \"bad file descriptor\" error\
\ occasionally popping up.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug with non-latin\
\ directory names.</li>\n\t\t </ul>"
version: 2.4.7
- date: 2007-02-10
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> Re-orderable columns. In fact,\
\ I re-added the feature which was lost in the C# conversion in 2.4.0 (Windows).</li>\n\
\t\t\t\t\t\t<li><b>Changed</b> the behavior of the scanning engine when setting\
\ the hardness to 100. It will now only match files that have their words in the\
\ same order.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug with all the Delete/Move/Copy\
\ actions with certain kinds of files.</li>\n\t\t </ul>"
version: 2.4.6
- date: 2007-01-11
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug with the Move action.</li>\n\
\t\t </ul>"
version: 2.4.5
- date: 2007-01-07
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a \"ghosting\" bug. Dupes deleted\
\ by dupeGuru would sometimes come back in subsequent scans (Windows).</li>\n\t\
\t\t\t\t\t<li><b>Fixed</b> bugs sometimes making dupeGuru crash when marking a\
\ dupe (Windows).</li>\n\t\t\t\t\t\t<li><b>Fixed</b> some minor visual glitches\
\ (Windows).</li>\n\t\t </ul>"
version: 2.4.4
- date: 2006-12-08
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a mishandling of \".app\" files\
\ (OS X).</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug preventing files from \"reference\"\
\ directories to be displayed in blue in the results (Windows).</li>\n\t\t\t\t\
\t\t<li><b>Fixed</b> a bug preventing some files to be sent to the recycle bin\
\ (Windows).</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug in the packaging preventing\
\ certain Windows configurations to start dupeGuru at all.</li>\n\t\t \
\ </ul>"
version: 2.4.3
- date: 2006-11-18
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug with directory states.</li>\n\
\t\t </ul>"
version: 2.4.2
- date: 2006-11-15
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug causing the ignore list not\
\ to be saved.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug sometimes making delete\
\ and move operations stall.</li>\n\t\t </ul>"
version: 2.4.1
- date: 2006-11-10
description: "<ul>\n\t\t\t\t\t\t<li><b>Changed</b> the Windows interface. It is\
\ now .NET based.</li>\n\t\t\t\t\t\t<li><b>Added</b> an auto-update feature to\
\ the windows version.</li>\n\t\t\t\t\t\t<li><b>Changed</b> the way power marking\
\ works. It is now a mode instead of a separate window.</li>\n\t\t\t\t\t\t<li><b>Changed</b>\
\ the \"Size (MB)\" column for a \"Size (KB)\" column. The values are now \"ceiled\"\
\ instead of rounded. Therefore, a size \"0\" is now really 0 bytes, not just\
\ a value too small to be rounded up. It is also the case for delta values.</li>\n\
\t\t\t\t\t\t<li><b>Removed</b> the min word length/count options. These came from\
\ Mp3 Filter, and just aren't used anymore. Word weighting does pretty much the\
\ same job.</li>\n\t\t </ul>"
version: 2.4.0
- date: 2006-11-07
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> speed and memory usage of the\
\ scanning engine, again. Does it mean there was a lot of improvements to be made?\
\ Nah...</li>\n\t\t </ul>"
version: 2.3.4
- date: 2006-11-02
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> speed and memory usage of the\
\ scanning engine, especially when the scan results in a lot of duplicates.</li>\n\
\t\t\t\t\t\t<li>Now I wonder if Sparkle is going to work well...</li>\n\t\t \
\ </ul>"
version: 2.3.3
- date: 2006-10-16
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> an auto-update feature in the Mac\
\ OS X version (with Sparkle).</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug preventing\
\ some duplicate reports to be created correctly under Windows.</li>\n\t\t \
\ </ul>"
version: 2.3.2
- date: 2006-10-02
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug preventing some duplicates\
\ to be found, especially when scanning lots of files.</li>\n\t\t </ul>"
version: 2.3.1
- date: 2006-09-22
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> XHTML export feature.</li>\n\t\t\
\ </ul>"
version: 2.3.0
- date: 2006-08-31
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> sticky columns.</li>\n\t\t\t\t\t\
\t<li><b>Fixed</b> an issue with file caching between scans.</li>\n\t\t\t\t\t\t\
<li><b>Fixed</b> an issue preventing some duplicates from being deleted/moved/copied.</li>\n\
\t\t </ul>"
version: 2.2.10
- date: 2006-08-27
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue with ignore list and unicode.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> an issue with file attribute fetching sometimes causing\
\ dupeGuru to crash.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue in the directories\
\ panel under Windows.</li>\n\t\t </ul>"
version: 2.2.9
- date: 2006-08-17
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue in the duplicate seeking\
\ engine preventing some duplicates to be found.</li>\n\t\t </ul>"
version: 2.2.8
- date: 2006-08-12
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> unicode support.</li>\n\t\t\t\
\t\t\t<li><b>Improved</b> the \"Reveal in Finder\" (\"Open Containing Folder\"\
\ in Windows) feature so it selects the file in the folder it opens.</li>\n\t\t\
\ </ul>"
version: 2.2.7
- date: 2006-08-07
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> the ignore list system.</li>\n\
\t\t\t\t\t\t<li>dupeGuru is now a Universal application on Mac OS X.</li>\n\t\t\
\ </ul>"
version: 2.2.6
- date: 2006-07-26
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> application (.app) dupe detection\
\ on Mac OS X.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue that occasionally made\
\ dupeGuru crash on startup.</li>\n\t\t </ul>"
version: 2.2.5
- date: 2006-06-27
description: "<ul>\n\t\t\t\t\t\t<li><b>Fixed</b> an issue with Move and Copy features.</li>\n\
\t\t </ul>"
version: 2.2.4
- date: 2006-06-15
description: "<ul>\n\t\t\t\t\t\t<li><b>Improved</b> duplicate scanning speed.</li>\n\
\t\t\t\t\t\t<li><b>Added</b> a warning that a file couldn't be renamed if a file\
\ with the same name already exists.</li>\n\t\t </ul>"
version: 2.2.3
- date: 2006-06-07
description: "<ul>\n\t\t\t\t\t\t<li><b>Added</b> \"Rename Selected\" feature.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> some minor issues with \"Reload Last Results\" feature.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> ignore list issues.</li>\n\t\t </ul>"
version: 2.2.2
- date: 2006-05-22
description: "<ul>\n\t\t \t<li><b>Fixed</b> occasional progress bar woes\
\ under Windows.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug in the registration\
\ system under Windows.</li>\n\t\t\t\t\t\t<li>Nothing has been changed in the\
\ Mac OS X version, but I want to keep version in sync.</li>\n\t\t \
\ </ul>"
version: 2.2.1
- date: 2006-05-10
description: "<ul>\n\t\t \t<li><b>Added</b> destination path re-creation\
\ options.</li>\n\t\t\t\t\t\t<li><b>Added</b> an ignore list.</li>\n\t\t\t\t\t\
\t<li><b>Changed</b> the main icon.</li>\n\t\t\t\t\t\t<li><b>Improved</b> dramatically\
\ the delta values feature.</li>\n\t\t </ul>"
version: 2.2.0
- date: 2006-04-18
description: "<ul>\n\t\t \t<li><b>Added</b> the \"Match similar words\"\
\ option.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> Power marking issues under Mac.</li>\n\
\t\t </ul>"
version: 2.1.2
- date: 2006-04-14
description: "<ul>\n\t\t \t<li><b>Added</b> the \"Display delta values\"\
\ option.</li>\n\t\t\t\t\t\t<li><b>Improved</b> Power marking sorting speed under\
\ Mac.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> Power marking sorting issues.</li>\n\
\t\t </ul>"
version: 2.1.1
- date: 2006-04-03
description: "<ul>\n\t\t \t<li><b>Added</b> the Power Marker feature.</li>\n\
\t\t\t\t\t\t<li><b>Fixed</b> a column sorting bug. The results would sometimes\
\ lose their sort order.</li>\n\t\t\t\t\t\t<li><b>Fixed</b> a bug with the Make\
\ Reference feature. The results sometimes wasn't correctly refreshed after the\
\ reference switch.</li>\n\t\t </ul>"
version: 2.1.0
- date: 2006-03-23
description: "<ul>\n\t\t \t<li><b>Fixed</b> an issue occasionally occurring\
\ when trying to reload results from removable media that is no longer present.</li>\n\
\t\t </ul>"
version: 2.0.1
- date: 2006-03-17
description: "<ul>\n\t\t \t<li>Complete rewrite.</li>\n\t\t \
\ \t<li>Now runs on Mac OS X.</li>\n\t\t </ul>"
version: 2.0.0
- date: 2004-09-24
description: "<ul>\n\t\t \t<li>Initial release.</li>\n\t\t \
\ </ul>"
version: 1.0.0

View File

@ -1,6 +1,6 @@
base:
pages: en/pages.yaml
skeleton: skeleton
changelog: changelog.yaml
changelog: CHANGELOG
tixurl: "https://hardcoded.lighthouseapp.com/projects/31699-dupeguru/tickets/{0}"
firstpage_meta: "<meta name=\"AppleTitle\" content=\"dupeGuru Help\"></meta>"

View File

@ -13,8 +13,7 @@ import os.path as op
import compileall
import shutil
import importlib
import yaml
import json
from hscommon.build import (build_dmg, add_to_pythonpath, print_and_do, copy_packages,
build_debian_changelog, copy_qt_plugins)
@ -100,11 +99,11 @@ def package_debian(edition):
shutil.copy(op.join(qtsrcpath, 'QtCore.so'), qtdestpath)
shutil.copy(op.join(qtsrcpath, 'QtGui.so'), qtdestpath)
shutil.copytree(ed('debian_{0}'), op.join(destpath, 'debian'))
yaml_path = op.join(help_src, 'changelog.yaml')
changelogpath = op.join(help_src, 'CHANGELOG')
changelog_dest = op.join(destpath, 'debian', 'changelog')
project_name = ed('dupeguru-{0}')
from_version = {'se': '2.9.2', 'me': '5.7.2', 'pe': '1.8.5'}[edition]
build_debian_changelog(yaml_path, changelog_dest, project_name, from_version=from_version)
build_debian_changelog(changelogpath, changelog_dest, project_name, from_version=from_version)
help_name = {'se': 'dupeguru_help', 'me': 'dupeguru_me_help', 'pe': 'dupeguru_pe_help'}[edition]
shutil.copytree(op.join(help_src, help_name), op.join(srcpath, 'help'))
shutil.copy(op.join('images', ed('dg{0}_logo_128.png')), srcpath)
@ -113,7 +112,7 @@ def package_debian(edition):
os.system("dpkg-buildpackage")
def main():
conf = yaml.load(open('conf.yaml'))
conf = json.load(open('conf.json'))
edition = conf['edition']
ui = conf['ui']
dev = conf['dev']