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

Commit c3563fc

Browse files
committed
prepare 0.1.3
1 parent 1227876 commit c3563fc

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

+16
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,22 @@
2929
</screenshots>
3030
<content_rating type="oars-1.1" />
3131
<releases>
32+
<release version="0.1.3" date="2023-09-24">
33+
<description>
34+
<p>A few improvements and papercut fixes</p>
35+
<ul>
36+
<li>Support drag and drop</li>
37+
<li>Seek to the start of a track after it ends</li>
38+
<li>Allow dragging the app window from everywhere (except the waveform)</li>
39+
<li>Made the playback speed popover look less cluttered by removing the +/- buttons and mark labels</li>
40+
<li>Fix an issue that prevented accessing file metadata from within the Flatpak sandbox</li>
41+
<li>Don't try to play files without audio streams (images and videos without sound)</li>
42+
<li>Don't try to process video streams even if they were not rendered</li>
43+
<li>Fixed some issues with the Development build of Decibels</li>
44+
<li>Fixed a minor glitch with the app icon</li>
45+
</ul>
46+
</description>
47+
</release>
3248
<release version="0.1.2" date="2023-09-21">
3349
<description>
3450
<p>A few bug fixes that polishes up the app</p>

meson.build

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

0 commit comments

Comments
 (0)