Skip to content

Commit

Permalink
prepare 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Sep 24, 2023
1 parent 1227876 commit c3563fc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions data/com.vixalien.decibels.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,22 @@
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="0.1.3" date="2023-09-24">
<description>
<p>A few improvements and papercut fixes</p>
<ul>
<li>Support drag and drop</li>
<li>Seek to the start of a track after it ends</li>
<li>Allow dragging the app window from everywhere (except the waveform)</li>
<li>Made the playback speed popover look less cluttered by removing the +/- buttons and mark labels</li>
<li>Fix an issue that prevented accessing file metadata from within the Flatpak sandbox</li>
<li>Don't try to play files without audio streams (images and videos without sound)</li>
<li>Don't try to process video streams even if they were not rendered</li>
<li>Fixed some issues with the Development build of Decibels</li>
<li>Fixed a minor glitch with the app icon</li>
</ul>
</description>
</release>
<release version="0.1.2" date="2023-09-21">
<description>
<p>A few bug fixes that polishes up the app</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('decibels',
version: '0.1.2',
version: '0.1.3',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down

0 comments on commit c3563fc

Please sign in to comment.