Releases: squell/id3
Releases · squell/id3
0.81
New in this release
-s
,-u
and-E
switches now also work without a preceding -1/-2/-3 switch, working on whatever tag is present; note that-E
is the default for ID3v2/Lyrics3 (i.e. these tags wil be edited if present, but not added if not already present)- Added a
--list-genres
/-L
switch (ID3v1), added some new ID3v1 genres - Added a
-X
option to disable internal wildcard handling - Support for reading/writeing POPM frames (ID3v2)
- Code has been given a thorough bug hunting
Files
- id3-0.81.tar.gz: Sourcecode ("upstream" tarball)
- id3-081s.zip: Sourcecode (CR/LF line endings)
- id3-081w.zip: Win32 binary (compiled with Visual Studio 2022)
- id3-081macOS.zip: MacOS binary (Apple silicon)
- id3mtag_0.81-1_amd64.deb: Binary package for 64-bit Debian/Ubuntu
- id3mtag_0.81-1_i386.deb: Binary package for 32-bit Debian/Ubuntu
v0.80
New in this release
- Added --long-options (see id3 --help)
- Using -v/--verbose to view tags will show detailed information
- Added support for bash completion (installed with make install-full)
- Bugfix: ID3v2.4 will now really be overwritten and converted
- Bugfix: Reading/writing of TXXX/COMM frames.
- Portability improvements & other bug fixes
Files
- id3-0.80.tar.gz: Sourcecode ("upstream" tarball)
- id3-080s.zip: Sourcecode (CR/LF line endings)
- id3-080w.zip: Win32 binary (compiled with Visual Studio Express 2010)
- id3-080macOS.zip: MacOS binary (experimental)
- id3mtag_0.80-1_amd64.deb: Binary package for 64-bit Debian/Ubuntu
- id3mtag_0.80-1_i386.deb: Binary package for 32-bit Debian/Ubuntu
v0.79
New in this release
- Default operation is now to list tag information
- Will by default read and modify ID3v2, if a file is already tagged with it.
- Can read ID3v2.4 tags (but these will be converted back to ID3v2.3 upon writing)
- FreeBSD/MacOS: supports for non-UTF-8 locales (using iconv)
- Windows: support for UNC pathnames
- Other small bug fixes and quality improvements
Files
- id3-0.79.tar.gz: Sourcecode ("upstream" tarball)
- id3-079s.zip: Sourcecode (CR/LF line endings)
- id3-079w.zip: Win32 binary (compiled with Visual Studio Express 2010)
- id3mtag_0.79-1_amd64.deb: Binary package for 64-bit Debian/Ubuntu
- id3mtag_0.79-1_i386.deb: Binary package for 32-bit Debian/Ubuntu