~ubuntu-branches/debian/squeeze/pyrenamer/squeeze

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Adolfo González Blázquez
  • Date: 2008-09-17 14:22:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080917142221-pa4xq3sowwkv0moo
Tags: 0.6.0-1
* New upstream release:
  - Fix crash when a id3 tag is not available or wrong, returning an
    empty filename (LP: #235161)
  - Fix crash while processing some bad exif tags, catching possible
    exceptions (LP: #261832)
  - Fix crash while starting, fixing src/treefilebrowser.py (LP: #237482)
* debian/control:
  - Build-Depends-Indep: removed 'python-eyed3'
  - Depends: changed 'python-eyed3' to 'python-hachoir-metadata|python-eyed3'
  - Bump up Standards-Version to 3.8.0
  - Descrition: changed 'Mass' to 'mass'
* debian/copyright: updated copyright year
* debian/watch: updated
* debian/pyrenamer.xpm: new icon file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2008-04-09  Adolfo González Blázquez <code@infinicode.org>
 
1
2008-09-17  Adolfo González Blázquez  <code@infinicode.org>
 
2
 
 
3
        * Version 0.6 released:
 
4
        * New features:
 
5
                - You can save your favorite patterns to reuse them
 
6
                - Undo/redo feature
 
7
                - Now you can rename more music formats (ogg, real... those supported by hachoir)
 
8
                - You can keep file extensions untouched while renaming
 
9
                - Now you can rename directories
 
10
                - Allow renaming files and moving them to another directory
 
11
                - Added some icons to identify file types
 
12
                - Added random number pattern {rand}
 
13
                - Added refresh option, to reload files and directories
 
14
                - Added autopreview option
 
15
                - Add option to fix duplicated symbols on filename
 
16
                - Add option to ignore next errors while renaming
 
17
                - Better explanations on error dialogs
 
18
                - New icon
 
19
        * Bug fixes:
 
20
                - Files don't appear duplicated anymore
 
21
                - The position of the window is now placed correctly when pyRenamer starts
 
22
                - Fixed bug when trying to display error dialog on bad preferences
 
23
                - Reverse elements on recursive listing, so we rename deeper files and directories first
 
24
                - Fix file capitalization
 
25
                - If root or active dir is hidden, pyrenamer fails no more
 
26
                - Use {myear} for getting an album year in music renaming, instead of {year}
 
27
                - Fix crash when a id3 tag is not available or wrong, returning an empty filename (LP: #235161)
 
28
                - Fix crash while processing some bad exif tags, catching possible exceptions (LP: #261832)
 
29
                - Fix crash while starting, fixing src/treefilebrowser.py (LP: #237482)
 
30
                - Fix crashing when extension or name are empty
 
31
                - Fixes on manual renaming: cleaning correctly and changing file with keyboard.
 
32
 
 
33
 
 
34
2008-04-09  Adolfo González Blázquez  <code@infinicode.org>
2
35
 
3
36
        * Version 0.5.0 Released
4
37
        * Added option to read new file names from a text file
7
40
        * Czech language accents replacement (thanks to Jan Virt)
8
41
        * Fixed pygtk imports (add pygtk.require())
9
42
 
10
 
2007-08-13  Adolfo González Blázquez <code@infinicode.org>
 
43
 
 
44
2007-08-13  Adolfo González Blázquez  <code@infinicode.org>
11
45
 
12
46
        * Version 0.4.1 Released
13
47
        * Check if directories set on Preferences are correct
15
49
        * Fix bug reading preferences from gconf
16
50
        * Activate Rename button on selection using keys
17
51
 
18
 
2007-08-08  Adolfo González Blázquez <code@infinicode.org>
 
52
 
 
53
2007-08-08  Adolfo González Blázquez  <code@infinicode.org>
19
54
 
20
55
        * Version 0.4 Released
21
56
        * Now you can start pyRenamer in the directory that you want
28
63
        * Better unicode support
29
64
        * Some GUI changes
30
65
        * Bug fixes
31
 
        
32
 
 
33
 
2007-07-30  Adolfo González Blázquez <code@infinicode.org>
 
66
 
 
67
 
 
68
2007-07-30  Adolfo González Blázquez  <code@infinicode.org>
34
69
 
35
70
        * Version 0.3 Released
36
71
        * Added internationalization support (english and spanish by now)
39
74
        * Set good default values for window pos/size (bugfix)
40
75
        * Bugfixes
41
76
 
42
 
        
43
 
2007-07-23  Adolfo González Blázquez <code@infinicode.org>
 
77
 
 
78
2007-07-23  Adolfo González Blázquez  <code@infinicode.org>
44
79
 
45
80
        * Version 0.2 Released
46
81
        * Added support for renaming images using their EXIF tags
49
84
        * Added context menu to tree widget, to show hidden directories
50
85
        * Some UI changes
51
86
        * Fixed several bugs
52
 
        
53
 
 
54
 
2007-06-14  Adolfo González Blázquez <code@infinicode.org>
 
87
 
 
88
 
 
89
2007-06-14  Adolfo González Blázquez  <code@infinicode.org>
55
90
 
56
91
        * Version 0.1 Released