Skip to content

Commit 6bbd791

Browse files
committed
Update metainfo with v1.5.0 release notes and features
1 parent d9f5c32 commit 6bbd791

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

data/io.github.revisto.drum-machine.metainfo.xml.in

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<li>Volume control for overall mix</li>
2020
<li>Save and load preset patterns</li>
2121
<li>Multiple drum sounds including kick, snare, hi-hat, and more</li>
22+
<li>Audio export feature with support for WAV, FLAC, OGG, and MP3 formats</li>
23+
<li>Metadata support for embedding artist name, song title, and cover art</li>
2224
<li>Keyboard shortcuts for quick access to all functions</li>
2325
</ul>
2426
</description>
@@ -61,6 +63,22 @@
6163
<email>therevisto@gmail.com</email>
6264
</developer>
6365
<releases>
66+
<release version="1.5.0" date="2025-09-05">
67+
<description>
68+
<p>Drum Machine 1.5.0 introduces major audio export capabilities! 🎵</p>
69+
<ul>
70+
<li>Audio Export Feature: Export your drum patterns to WAV, FLAC, OGG Vorbis, and MP3 formats</li>
71+
<li>Metadata Support: Embed artist name, song title, and cover art in exported files</li>
72+
<li>Repeat Pattern: Set how many times your beat repeats in the exported audio</li>
73+
<li>Real-time Progress: Track export progress with cancel support</li>
74+
<li>Background Processing: Export runs in background, keeping UI responsive</li>
75+
<li>Toast Notifications: Get notified when export completes with "Open File" action</li>
76+
<li>Bug Fix: Fixed critical issue where multiple drum sounds weren't playing simultaneously</li>
77+
<li>Enhanced UI: Improved layout and user experience throughout</li>
78+
<li>Translation Updates: Updated Spanish, Russian, Georgian, Chinese, Hungarian, Swedish, and more</li>
79+
</ul>
80+
</description>
81+
</release>
6482
<release version="1.4.0" date="2025-08-01">
6583
<description>
6684
<p>Drum Machine 1.4.0 is here with some good updates! 🥁</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('drum-machine',
2-
version: '1.4.0',
2+
version: '1.5.0',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)