File: ChangeLog

package info (click to toggle)
tagtool 0.12.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,352 kB
  • ctags: 1,010
  • sloc: ansic: 9,013; sh: 3,571; makefile: 121
file content (141 lines) | stat: -rw-r--r-- 5,462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
0.12.2 (May 26 2005)
	- Fixed libglade signal autoconnect problems due to missing linker 
	  flag -export-dynamic (thanks to Felix Braun for pointing out the 
	  source of the problem)
	- Cleaned up some autoconf/automake stuff. Now using automake 1.9.
	- Added bg, lt, ua and ru translations.
	
0.12.1 (Mar 7 2005)
	- Added es, it, de and en_GB translations.
	- Added credits to the "About" dialog

0.12 (Feb 8 2005)
	- Internationalization support.  (Nickolay V. Shmyrev, me)
	- Added pt, fr, cs translations.
	- Very large directory scans now pop up a progress dialog with a 
	  stop button.
	- Fixed: don't rename file when required tag field is missing.
	- Fixed clearing Vorbis tags even when "Clear only ID3 v1/2" was 
	  selected.
	- Fixed <track> only accepting digits when tagging from file name.
	- Other minor fixes and UI improvements.
	
0.11.1 (Oct 31 2004)
	- Fixed text encoding errors with Vorbis tags in non-UTF8 locales.
	- Fixed compilation error on FreeBSD.  (Tom Pawlowski)
	- Removed direct access to the multi-file operations in the list 
	  context menu, because using them was error prone.
	- Other minor UI improvements.
	
0.11 (Oct 23 2004)
	- Major UI reorganization:
	   * File list is always visible
	   * The operation progress now pops up in a separate window
	   * Better GNOME HIG compliance
	   * Lots of other small changes
	- All multi-file operations can now optionally apply only to the 
	  selected files. This is the default if there is a selection in 
	  the file list.
	- All multi-file operations can now be interrupted.
	- The Clear Tags feature was moved to its own tab, with new 
	  options to clear all tags, only ID3v1 or only ID3v2.
	- Added a context menu to the file list.
	- New feature: Manual Rename (file list context menu).
	- New feature: Delete Selected Files (file list context menu).
	- Added a work-around for the id3lib link bugs to configure

0.10 (Aug 14 2004)
	- Ported to GTK 2.4
	- All internal text handling is now done in UTF-8.
	- Resources (icons, glade file, etc.) are now installed as 
	  separate files, not embedded in the executable.
	- Fixed sorting playlist by tag field
	- Removed C99-style declarations that cause syntax errors in gcc 
	  2.9x (again!)

0.9 (Mar 20 2004)
	- Added --disable-mp3 and --disable-vorbis options to configure.
	  Support for each format is also disabled automatically if the 
	  required libraries are not present.
	- Automatic tagging can now get information from the file's 
	  location, e.g "<artist>/<album>/<track>. <title>.mp3".
	- Added an advanced mode for editing ID3v2 tags.
	- Made some changes to Vorbis advanced mode to make it work the 
	  same way as ID3v2 advanced mode.
	- Added command line switch --version and fixed a bug in --dump.

0.8 (Feb 12 2004)
	- Added ID3 v2 support through ID3Lib.
	- New ID3 preferences dialog, controlling what ID3 versions to 
	  write when mass tagging.

0.7 (not released)
	- New Character Converisons dialog. Includes support for case 
	  conversions when tagging and renaming. Space conversions are 
	  also more flexible.
	- Added an "about" dialog.
	- Added the menu bar.
	- Fixed problem with gcc 3 dropping support for multiline strings.

0.6.1 (Dec 1 2002)
	- Advanced editing mode for Ogg Vorbis tags allows full control 
	  over Vorbis comment fields.
	- Better keyboard navigation in the browse/edit tab.
	- UI responsiveness improvements.
	- Keep window size between sessions
	- Accept command line parameters.

0.6 (Oct 21 2002)
	- Renamed project to Audio Tag Tool, due to...
	- Support for Ogg Vorbis files.
	- New option: "Sort across directories" in playlist maker, when 
	  sorting by tag field.
	- New option: "Convert underscores to spaces" when tagging.
	  (Tom Marshall)
	- When renaming, replace "/" with "-" in the file name (slash is 
	  not allowed in Unix file names.)
	- Use system locale (was missing call to gtk_set_locale)
	- Changes to autoconf stuff (now requires autoconf 2.5)

0.5.2 (Apr 16 2002)
	- Fixed the crash some people were experiencing when turning on
	  the "Include subdirectories" option.

0.5.1 (Apr 14 2002)
	- Guard against loops in the directory structure (avoid infinite 
	  recursion.)
	- Removed a C99'ism in the source that was causing syntax errors 
	  in gcc 2.9
	- Cleanup some minor memory problems detected by valgrind.

0.5 (Jan 26 2002)
	- File names are now case insensitive. This applies to automatic 
	  tagging and directory scanning (now you can see those files 
	  with upper-case extensions...)
	- The interface remembers more settings between sessions
	  (rewrote the preferences to handle arbitrary attributes.)
	- File move/rename will no longer overwrite existing files.  
	  (Fredrik Estreen)
	- Fixed a number of bugs in the playlist maker.

0.4 (Dec 26 2001)
	- New tab: Playlist maker.
	- New option: auto-increment track number when tagging.
	- Fixed memory corruption in dir_select.c

0.3 (Nov 18 2001)
	- The file rename operation was extended to allow directories
	  in the file name.  This means mp3 files can now be organized 
	  automatically into directories.
	- Created autoconf/automake framework.  (Chris Weyl)
	- Created spec file template for RPM packaging.  (Chris Weyl)
	- Created desktop file for GNOME.  (Chris Weyl)

0.2 (Nov 2 2001)
	- Added most recently used (MRU) dropdown lists to some of the 
	  fields.
	- Use an rc file (~/.tagtoolrc) to keep program settings.

0.1 (Oct 7 2001)
	- First release