diff options
author | wiz <wiz@pkgsrc.org> | 2003-10-05 09:24:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-10-05 09:24:04 +0000 |
commit | 76e19911a8cfa0c3de4a1dd6b9667281fa50fd45 (patch) | |
tree | 639d9019f7266480ec459ba6bab994e282269858 /audio | |
parent | 599995b05b25e0f8c50652feedb676821a929ba4 (diff) | |
download | pkgsrc-76e19911a8cfa0c3de4a1dd6b9667281fa50fd45.tar.gz |
Update to 0.30:
0.30 - September 8th, 2003 :
============================
* Added an option to define the number of characters to use for the Track
field (see Misc tab),
* Added a button in the browser to jump to the parent directory,
* Pressing the Enter key in the tag entries set the focus to the next entry,
* The selection of files in the search window select also the corresponding
files in the main list,
* Added ability to select files of the same directory by double clicking
over the list, triple clicking select all files,
* The tree browser is sorted again after renaming a directory,
* The tree browser is sorted ignoring the word case,
* Content of the clipboard is automatically set in the 'Words' field of the
CDDB window and Search window, when opening them,
* Added button in the CDDB window to filtrate the 'red' lines in the albums
list,
* Added button in the CDDB window to select/unselect all lines and invert
the selection in the tracks album list,
* Fixed position in the list when selecting a file with the mouse (use of
the next or previous button select the wrong line),
* Fixed state of the Undo and Redo buttons when using the command to select
all files and invert the selection,
* Czech translation updated (thanks to Milan Siebenburger),
* German translation updated (thanks to Götz Waschk).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag/Makefile | 4 | ||||
-rw-r--r-- | audio/easytag/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index 6ae81bb11c0..01faf8aa05d 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2003/09/04 11:47:23 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2003/10/05 09:24:04 wiz Exp $ # -DISTNAME= easytag-0.29 +DISTNAME= easytag-0.30 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easytag/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo index 95460d50a80..d2ad815559e 100644 --- a/audio/easytag/distinfo +++ b/audio/easytag/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.18 2003/09/04 11:47:24 wiz Exp $ +$NetBSD: distinfo,v 1.19 2003/10/05 09:24:04 wiz Exp $ -SHA1 (easytag-0.29.tar.bz2) = 858857646108237a4d1dbd743e942a86c9470e5b -Size (easytag-0.29.tar.bz2) = 1098841 bytes +SHA1 (easytag-0.30.tar.bz2) = 2eee7b4bb064ff1fa94285816c643b5ae9c346b3 +Size (easytag-0.30.tar.bz2) = 1094337 bytes |