Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 0b130b2

Browse files
committed
prepare 0.1.4
1 parent 11aeb78 commit 0b130b2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

data/com.vixalien.decibels.metainfo.xml.in.in

+14-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@
2929
</screenshots>
3030
<content_rating type="oars-1.1" />
3131
<releases>
32+
<release version="0.1.4" date="2023-10-06">
33+
<description translatable="no">
34+
<p>A small bugfix and minor improvements release</p>
35+
<ul>
36+
<li>The artist of the currently playing track is shown if the artist is known</li>
37+
<li>Fix a minor visual issue when dropping a file</li>
38+
<li>Pause the track after playback ends</li>
39+
<li>The window size is now correctly saved and restored</li>
40+
<li>A few issues preventing some content from being translated were fixed</li>
41+
<li>Decibels was translated to French, Russian, Italian and Turkish</li>
42+
</ul>
43+
</description>
44+
</release>
3245
<release version="0.1.3" date="2023-09-24">
3346
<description translatable="no">
3447
<p>A few improvements and papercut fixes</p>
@@ -81,4 +94,4 @@
8194
<control>touch</control>
8295
<control>tablet</control>
8396
</recommends>
84-
</component>
97+
</component>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('decibels',
2-
version: '0.1.3',
2+
version: '0.1.4',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)