mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-24 23:51:38 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57375f83f6 | ||
|
|
2d75ffefa7 | ||
|
|
87aa181e4b |
1
.hgtags
1
.hgtags
@@ -68,3 +68,4 @@ a2f7b7302e178f08725a6404ddc28464409510b1 se3.2.0
|
||||
6a08c1205dfe5e537e5c2dc99d05e05d1d3928f6 me6.2.1
|
||||
a619f313712e2923160b8f90d8250ee0e184c7b9 pe2.4.1
|
||||
fad463ae749b7189dce92f1e42a57ac4ee03987d se3.3.3
|
||||
236cf9b690a144392e7e86e7c9749fc834a8b271 me6.3.0
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
__version__ = '3.3.3'
|
||||
__version__ = '3.4.0'
|
||||
__appname__ = 'dupeGuru'
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
=== 3.4.0 (2012-03-29)
|
||||
|
||||
* Improved results window UI. [Windows, Linux]
|
||||
* Added a dialog to edit the Ignore List.
|
||||
* Added the ability to sort results by "marked" status.
|
||||
* Fixed "Open with default application". (#190)
|
||||
* Fixed a bug where there would be a false reporting of discarded matches. (#195)
|
||||
* Fixed various localization glitches.
|
||||
* Fixed hard crashes on crash reporting. (#196)
|
||||
* Fixed bug where the details panel would show up at inconvenient places in the screen. [Windows, Linux]
|
||||
|
||||
=== 3.3.3 (2012-02-01)
|
||||
|
||||
* Fixed crash on adding some folders. [Mac OS X]
|
||||
|
||||
@@ -25,7 +25,7 @@ import sys, os
|
||||
|
||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = []
|
||||
extensions = ['sphinx.ext.todo']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
Reference in New Issue
Block a user