Skip to content

Commit a8cea1f

Browse files
committed
Release v0.4.1
1 parent d782cb8 commit a8cea1f

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ body:
77
label: Application version
88
description: If you're not using the latest version, please update and make sure the problem still occurs.
99
options:
10+
- v0.4.1
1011
- v0.4.0
1112
- v0.3.0
1213
- v0.2.1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## v0.4.1 (2025-12-14)
22

33
* Fixed:
44
* Crash when using the left arrow key to step earlier than the start of the media.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "madamiru"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["mtkennerly <[email protected]>"]
55
edition = "2021"
66
description = "Dynamic multi-multimedia player"

assets/linux/com.mtkennerly.madamiru.metainfo.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@
4646
</keywords>
4747
<screenshots>
4848
<screenshot type="default">
49-
<image type="source">https://raw.githubusercontent.com/mtkennerly/madamiru/v0.4.0/docs/sample-gui.png</image>
49+
<image type="source">https://raw.githubusercontent.com/mtkennerly/madamiru/v0.4.1/docs/sample-gui.png</image>
5050
<caption>Graphical user interface</caption>
5151
</screenshot>
5252
</screenshots>
5353
<content_rating type="oars-1.1" />
5454
<launchable type="desktop-id">com.mtkennerly.madamiru.desktop</launchable>
5555
<releases>
56+
<release version="0.4.1" date="2025-12-14"/>
5657
<release version="0.4.0" date="2025-12-12"/>
5758
<release version="0.3.0" date="2025-08-06"/>
5859
<release version="0.2.1" date="2025-07-22"/>

0 commit comments

Comments
 (0)