Skip to content

Commit a3058c4

Browse files
committed
meta: bump version to 0.5.0-rc1
1 parent edd497e commit a3058c4

File tree

13 files changed

+191
-122
lines changed

13 files changed

+191
-122
lines changed

data/app.drey.EarTag.metainfo.xml.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
</requires>
2626

2727
<releases>
28+
<release version="0.5.0-rc1" date="2023-09-17">
29+
<description>Added support for removing a cover image and setting the back cover image. Improved the accuracy of the file identification option.</description>
30+
</release>
2831
<release version="0.4.3" date="2023-08-17">
2932
<description>Fixes issue where covers could not be loaded. From 0.4.0 notes:
3033

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('eartag',
2-
version: '0.4.3',
2+
version: '0.5.0-rc1',
33
meson_version: '>= 0.56.0',
44
default_options: [ 'warning_level=2',
55
],

po/app.drey.EarTag.pot

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: app.drey.EarTag\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-09-17 17:17+0200\n"
11+
"POT-Creation-Date: 2023-09-17 17:24+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -43,54 +43,60 @@ msgstr ""
4343

4444
#: data/app.drey.EarTag.metainfo.xml.in:29
4545
msgid ""
46+
"Added support for removing a cover image and setting the back cover image. "
47+
"Improved the accuracy of the file identification option."
48+
msgstr ""
49+
50+
#: data/app.drey.EarTag.metainfo.xml.in:32
51+
msgid ""
4652
"Fixes issue where covers could not be loaded. From 0.4.0 notes: Added the "
4753
"ability to rename files using a specific pattern, file identification using "
4854
"AcoustID and the option to set a full release date."
4955
msgstr ""
5056

51-
#: data/app.drey.EarTag.metainfo.xml.in:34
52-
#: data/app.drey.EarTag.metainfo.xml.in:39
57+
#: data/app.drey.EarTag.metainfo.xml.in:37
58+
#: data/app.drey.EarTag.metainfo.xml.in:42
5359
msgid ""
5460
"Minor bugfix update. From 0.4.0 notes: Added the ability to rename files "
5561
"using a specific pattern, file identification using AcoustID and the option "
5662
"to set a full release date."
5763
msgstr ""
5864

59-
#: data/app.drey.EarTag.metainfo.xml.in:44
65+
#: data/app.drey.EarTag.metainfo.xml.in:47
6066
msgid ""
6167
"Added the ability to rename files using a specific pattern, file "
6268
"identification using AcoustID and the option to set a full release date."
6369
msgstr ""
6470

65-
#: data/app.drey.EarTag.metainfo.xml.in:54
71+
#: data/app.drey.EarTag.metainfo.xml.in:57
6672
msgid "Initial release."
6773
msgstr ""
6874

69-
#: data/app.drey.EarTag.metainfo.xml.in:62
75+
#: data/app.drey.EarTag.metainfo.xml.in:65
7076
msgid ""
7177
"Ear Tag is a simple audio file tag editor. It is primarily geared towards "
7278
"making quick edits or bulk-editing tracks in albums/EPs. Unlike other "
7379
"tagging programs, Ear Tag does not require the user to set up a music "
7480
"library folder. It can:"
7581
msgstr ""
7682

77-
#: data/app.drey.EarTag.metainfo.xml.in:64
83+
#: data/app.drey.EarTag.metainfo.xml.in:67
7884
msgid "Edit tags of MP3, WAV, M4A, FLAC, OGG and WMA files"
7985
msgstr ""
8086

81-
#: data/app.drey.EarTag.metainfo.xml.in:65
87+
#: data/app.drey.EarTag.metainfo.xml.in:68
8288
msgid "Modify metadata of multiple files at once"
8389
msgstr ""
8490

85-
#: data/app.drey.EarTag.metainfo.xml.in:66
91+
#: data/app.drey.EarTag.metainfo.xml.in:69
8692
msgid "Rename files using information from present tags"
8793
msgstr ""
8894

89-
#: data/app.drey.EarTag.metainfo.xml.in:67
95+
#: data/app.drey.EarTag.metainfo.xml.in:70
9096
msgid "Identify files using AcoustID"
9197
msgstr ""
9298

93-
#: data/app.drey.EarTag.metainfo.xml.in:69
99+
#: data/app.drey.EarTag.metainfo.xml.in:72
94100
msgid "Network access is only used for the \"Identify selected files\" option."
95101
msgstr ""
96102

po/de.po

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: app.drey.EarTag\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-09-17 17:17+0200\n"
10+
"POT-Creation-Date: 2023-09-17 17:24+0200\n"
1111
"PO-Revision-Date: 2023-09-13 17:29+0200\n"
1212
"Last-Translator: Jürgen Benvenuti <[email protected]>\n"
1313
"Language-Team: German <[email protected]>\n"
@@ -43,30 +43,36 @@ msgstr "music;audio;tag;tagging;tagger;Musik;Audio;Tag;Schlagwort;"
4343

4444
#: data/app.drey.EarTag.metainfo.xml.in:29
4545
msgid ""
46+
"Added support for removing a cover image and setting the back cover image. "
47+
"Improved the accuracy of the file identification option."
48+
msgstr ""
49+
50+
#: data/app.drey.EarTag.metainfo.xml.in:32
51+
msgid ""
4652
"Fixes issue where covers could not be loaded. From 0.4.0 notes: Added the "
4753
"ability to rename files using a specific pattern, file identification using "
4854
"AcoustID and the option to set a full release date."
4955
msgstr ""
5056

51-
#: data/app.drey.EarTag.metainfo.xml.in:34
52-
#: data/app.drey.EarTag.metainfo.xml.in:39
57+
#: data/app.drey.EarTag.metainfo.xml.in:37
58+
#: data/app.drey.EarTag.metainfo.xml.in:42
5359
msgid ""
5460
"Minor bugfix update. From 0.4.0 notes: Added the ability to rename files "
5561
"using a specific pattern, file identification using AcoustID and the option "
5662
"to set a full release date."
5763
msgstr ""
5864

59-
#: data/app.drey.EarTag.metainfo.xml.in:44
65+
#: data/app.drey.EarTag.metainfo.xml.in:47
6066
msgid ""
6167
"Added the ability to rename files using a specific pattern, file "
6268
"identification using AcoustID and the option to set a full release date."
6369
msgstr ""
6470

65-
#: data/app.drey.EarTag.metainfo.xml.in:54
71+
#: data/app.drey.EarTag.metainfo.xml.in:57
6672
msgid "Initial release."
6773
msgstr ""
6874

69-
#: data/app.drey.EarTag.metainfo.xml.in:62
75+
#: data/app.drey.EarTag.metainfo.xml.in:65
7076
msgid ""
7177
"Ear Tag is a simple audio file tag editor. It is primarily geared towards "
7278
"making quick edits or bulk-editing tracks in albums/EPs. Unlike other "
@@ -79,23 +85,23 @@ msgstr ""
7985
"nicht notwendig, dass der Benutzer einen Ordner für die Musikbibliothek "
8086
"einrichtet. Ear Tag kann:"
8187

82-
#: data/app.drey.EarTag.metainfo.xml.in:64
88+
#: data/app.drey.EarTag.metainfo.xml.in:67
8389
msgid "Edit tags of MP3, WAV, M4A, FLAC, OGG and WMA files"
8490
msgstr "Tags von MP3-, WAV-, M4A-, FLAC-, OGG- oder WMA-Dateien bearbeiten"
8591

86-
#: data/app.drey.EarTag.metainfo.xml.in:65
92+
#: data/app.drey.EarTag.metainfo.xml.in:68
8793
msgid "Modify metadata of multiple files at once"
8894
msgstr "Metadaten von mehreren Dateien auf einmal ändern"
8995

90-
#: data/app.drey.EarTag.metainfo.xml.in:66
96+
#: data/app.drey.EarTag.metainfo.xml.in:69
9197
msgid "Rename files using information from present tags"
9298
msgstr "Dateien umbenennen unter Verwendung von Informationen vorhandener Tags"
9399

94-
#: data/app.drey.EarTag.metainfo.xml.in:67
100+
#: data/app.drey.EarTag.metainfo.xml.in:70
95101
msgid "Identify files using AcoustID"
96102
msgstr "Dateien identifizieren unter Verwendung von AcoustID"
97103

98-
#: data/app.drey.EarTag.metainfo.xml.in:69
104+
#: data/app.drey.EarTag.metainfo.xml.in:72
99105
msgid "Network access is only used for the \"Identify selected files\" option."
100106
msgstr ""
101107
"Netzwerkzugriff wird nur verwendet für die »Ausgewählte Dateien "

po/es.po

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: app.drey.EarTag\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-09-17 17:17+0200\n"
11+
"POT-Creation-Date: 2023-09-17 17:24+0200\n"
1212
"PO-Revision-Date: 2023-06-06 01:00+0200\n"
1313
"Last-Translator: Óscar Fernández Díaz <[email protected]>\n"
1414
"Language-Team: Spanish; Castilian < >\n"
@@ -43,6 +43,12 @@ msgid "music;audio;tag;tagging;tagger;"
4343
msgstr "music;audio;tag;tagging;tagger;música;etiqueta;etiquetado;etiquetador;"
4444

4545
#: data/app.drey.EarTag.metainfo.xml.in:29
46+
msgid ""
47+
"Added support for removing a cover image and setting the back cover image. "
48+
"Improved the accuracy of the file identification option."
49+
msgstr ""
50+
51+
#: data/app.drey.EarTag.metainfo.xml.in:32
4652
#, fuzzy
4753
msgid ""
4854
"Fixes issue where covers could not be loaded. From 0.4.0 notes: Added the "
@@ -53,8 +59,8 @@ msgstr ""
5359
"identificación de archivos mediante AcoustID y la opción de establecer una "
5460
"fecha de lanzamiento completa."
5561

56-
#: data/app.drey.EarTag.metainfo.xml.in:34
57-
#: data/app.drey.EarTag.metainfo.xml.in:39
62+
#: data/app.drey.EarTag.metainfo.xml.in:37
63+
#: data/app.drey.EarTag.metainfo.xml.in:42
5864
#, fuzzy
5965
msgid ""
6066
"Minor bugfix update. From 0.4.0 notes: Added the ability to rename files "
@@ -65,7 +71,7 @@ msgstr ""
6571
"identificación de archivos mediante AcoustID y la opción de establecer una "
6672
"fecha de lanzamiento completa."
6773

68-
#: data/app.drey.EarTag.metainfo.xml.in:44
74+
#: data/app.drey.EarTag.metainfo.xml.in:47
6975
msgid ""
7076
"Added the ability to rename files using a specific pattern, file "
7177
"identification using AcoustID and the option to set a full release date."
@@ -74,11 +80,11 @@ msgstr ""
7480
"identificación de archivos mediante AcoustID y la opción de establecer una "
7581
"fecha de lanzamiento completa."
7682

77-
#: data/app.drey.EarTag.metainfo.xml.in:54
83+
#: data/app.drey.EarTag.metainfo.xml.in:57
7884
msgid "Initial release."
7985
msgstr "Versión inicial."
8086

81-
#: data/app.drey.EarTag.metainfo.xml.in:62
87+
#: data/app.drey.EarTag.metainfo.xml.in:65
8288
msgid ""
8389
"Ear Tag is a simple audio file tag editor. It is primarily geared towards "
8490
"making quick edits or bulk-editing tracks in albums/EPs. Unlike other "
@@ -91,23 +97,23 @@ msgstr ""
9197
"Tag no requiere que el usuario configure una carpeta de biblioteca de "
9298
"música. Se puede:"
9399

94-
#: data/app.drey.EarTag.metainfo.xml.in:64
100+
#: data/app.drey.EarTag.metainfo.xml.in:67
95101
msgid "Edit tags of MP3, WAV, M4A, FLAC, OGG and WMA files"
96102
msgstr "Editar etiquetas de archivos MP3, WAV, M4A, FLAC, OGG y WMA"
97103

98-
#: data/app.drey.EarTag.metainfo.xml.in:65
104+
#: data/app.drey.EarTag.metainfo.xml.in:68
99105
msgid "Modify metadata of multiple files at once"
100106
msgstr "Modificar los metadatos de varios archivos a la vez"
101107

102-
#: data/app.drey.EarTag.metainfo.xml.in:66
108+
#: data/app.drey.EarTag.metainfo.xml.in:69
103109
msgid "Rename files using information from present tags"
104110
msgstr "Renombrar archivos usando la información de las etiquetas actuales"
105111

106-
#: data/app.drey.EarTag.metainfo.xml.in:67
112+
#: data/app.drey.EarTag.metainfo.xml.in:70
107113
msgid "Identify files using AcoustID"
108114
msgstr "Identificar archivos mediante AcoustID"
109115

110-
#: data/app.drey.EarTag.metainfo.xml.in:69
116+
#: data/app.drey.EarTag.metainfo.xml.in:72
111117
msgid "Network access is only used for the \"Identify selected files\" option."
112118
msgstr ""
113119
"El acceso a la red sólo se usa para la opción \"Identificar archivos "

po/fr.po

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: app.drey.EarTag\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-09-17 17:17+0200\n"
11+
"POT-Creation-Date: 2023-09-17 17:24+0200\n"
1212
"PO-Revision-Date: 2023-08-18 10:07+0200\n"
1313
"Last-Translator: Irénée Thirion <[email protected]>\n"
1414
"Language-Team: French <[email protected]>\n"
@@ -44,30 +44,36 @@ msgstr "music;audio;tag;tagging;tagger;données;"
4444

4545
#: data/app.drey.EarTag.metainfo.xml.in:29
4646
msgid ""
47+
"Added support for removing a cover image and setting the back cover image. "
48+
"Improved the accuracy of the file identification option."
49+
msgstr ""
50+
51+
#: data/app.drey.EarTag.metainfo.xml.in:32
52+
msgid ""
4753
"Fixes issue where covers could not be loaded. From 0.4.0 notes: Added the "
4854
"ability to rename files using a specific pattern, file identification using "
4955
"AcoustID and the option to set a full release date."
5056
msgstr ""
5157

52-
#: data/app.drey.EarTag.metainfo.xml.in:34
53-
#: data/app.drey.EarTag.metainfo.xml.in:39
58+
#: data/app.drey.EarTag.metainfo.xml.in:37
59+
#: data/app.drey.EarTag.metainfo.xml.in:42
5460
msgid ""
5561
"Minor bugfix update. From 0.4.0 notes: Added the ability to rename files "
5662
"using a specific pattern, file identification using AcoustID and the option "
5763
"to set a full release date."
5864
msgstr ""
5965

60-
#: data/app.drey.EarTag.metainfo.xml.in:44
66+
#: data/app.drey.EarTag.metainfo.xml.in:47
6167
msgid ""
6268
"Added the ability to rename files using a specific pattern, file "
6369
"identification using AcoustID and the option to set a full release date."
6470
msgstr ""
6571

66-
#: data/app.drey.EarTag.metainfo.xml.in:54
72+
#: data/app.drey.EarTag.metainfo.xml.in:57
6773
msgid "Initial release."
6874
msgstr ""
6975

70-
#: data/app.drey.EarTag.metainfo.xml.in:62
76+
#: data/app.drey.EarTag.metainfo.xml.in:65
7177
msgid ""
7278
"Ear Tag is a simple audio file tag editor. It is primarily geared towards "
7379
"making quick edits or bulk-editing tracks in albums/EPs. Unlike other "
@@ -80,24 +86,24 @@ msgstr ""
8086
"balisage, Ear Tag n’exige pas que l’utilisateur configure un dossier de "
8187
"bibliothèque musicale. Il peut :"
8288

83-
#: data/app.drey.EarTag.metainfo.xml.in:64
89+
#: data/app.drey.EarTag.metainfo.xml.in:67
8490
msgid "Edit tags of MP3, WAV, M4A, FLAC, OGG and WMA files"
8591
msgstr "Éditer les balises de fichiers MP3, WAV, M4A, FLAC, OGG et WMA"
8692

87-
#: data/app.drey.EarTag.metainfo.xml.in:65
93+
#: data/app.drey.EarTag.metainfo.xml.in:68
8894
msgid "Modify metadata of multiple files at once"
8995
msgstr "Modifier les métadonnées de plusieurs fichiers à la fois"
9096

91-
#: data/app.drey.EarTag.metainfo.xml.in:66
97+
#: data/app.drey.EarTag.metainfo.xml.in:69
9298
msgid "Rename files using information from present tags"
9399
msgstr ""
94100
"Renommer les fichiers en utilisant les informations des présentes balises"
95101

96-
#: data/app.drey.EarTag.metainfo.xml.in:67
102+
#: data/app.drey.EarTag.metainfo.xml.in:70
97103
msgid "Identify files using AcoustID"
98104
msgstr "Identifier les fichiers en utilisant AcoustID"
99105

100-
#: data/app.drey.EarTag.metainfo.xml.in:69
106+
#: data/app.drey.EarTag.metainfo.xml.in:72
101107
msgid "Network access is only used for the \"Identify selected files\" option."
102108
msgstr ""
103109
"L’accès au réseau n’est utilisé que pour l’option « Identifier les fichiers "

0 commit comments

Comments
 (0)