Skip to content

Commit 57cc3aa

Browse files
committed
Release v0.3.0
1 parent c1ffb7b commit 57cc3aa

File tree

13 files changed

+30
-8
lines changed

13 files changed

+30
-8
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.3.0
1011
- v0.2.1
1112
- v0.2.0
1213
- v0.1.0

CHANGELOG.md

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

33
* Added:
44
* There is now a "synchronize" toggle (link icon in the top bar),

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.2.1"
3+
version = "0.3.0"
44
authors = ["mtkennerly <[email protected]>"]
55
edition = "2021"
66
description = "Dynamic multi-multimedia player"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Note:
4242
Detailed help documentation is available for several topics.
4343

4444
### General
45+
* [Keyboard controls](/docs/help/keyboard-controls.md)
4546
* [Media sources](/docs/help/media-sources.md)
46-
<!-- * [Keyboard controls](/docs/help/keyboard-controls.md) -->
4747

4848
### Interfaces
4949
* [Application folder](/docs/help/application-folder.md)

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.2.1/docs/sample-gui.png</image>
49+
<image type="source">https://raw.githubusercontent.com/mtkennerly/madamiru/v0.3.0/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.3.0" date="2025-08-06"/>
5657
<release version="0.2.1" date="2025-07-22"/>
5758
<release version="0.2.0" date="2025-03-26"/>
5859
<release version="0.1.0" date="2024-12-12"/>

docs/schema/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ properties:
99
image_duration: 10
1010
muted: false
1111
pause_on_unfocus: false
12+
synchronized: false
1213
volume: 1.0
1314
allOf:
1415
- $ref: "#/definitions/Playback"
@@ -65,6 +66,10 @@ definitions:
6566
description: Whether to pause when window loses focus.
6667
default: false
6768
type: boolean
69+
synchronized:
70+
description: Whether to synchronize play/pause/seek events in media of the same category.
71+
default: false
72+
type: boolean
6873
volume:
6974
description: "Volume level when not muted. 1.0 is 100%, 0.01 is 1%."
7075
default: 1.0

lang/de-DE.ftl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ thing-items-per-line = Items per line
1010
thing-key-shift = Shift
1111
thing-language = Sprache
1212
thing-layout = Layout
13+
thing-media = Media
1314
thing-orientation = Orientation
1415
# Path to a file/folder on the system.
1516
thing-path = Path
@@ -26,6 +27,7 @@ action-close = Close
2627
action-confirm = Confirm
2728
action-confirm-when-discarding-unsaved-playlist = Confirm when discarding unsaved playlist
2829
action-crop = Crop
30+
action-desynchronize = Desynchronize
2931
action-exit-app = Exit application
3032
action-jump-position = Jump to random position
3133
action-mute = Mute
@@ -48,6 +50,7 @@ action-split-horizontally = Split horizontally
4850
action-split-vertically = Split vertically
4951
action-start-new-playlist = Start new playlist
5052
action-stretch = Stretch
53+
action-synchronize = Synchronize
5154
action-unmute = Unmute
5255
action-view-releases = View releases
5356
# This refers to the dark-colored theme.

lang/fr-FR.ftl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ thing-items-per-line = Items per line
1010
thing-key-shift = Shift
1111
thing-language = Language
1212
thing-layout = Layout
13+
thing-media = Media
1314
thing-orientation = Orientation
1415
# Path to a file/folder on the system.
1516
thing-path = Chemin
@@ -26,6 +27,7 @@ action-close = Close
2627
action-confirm = Confirm
2728
action-confirm-when-discarding-unsaved-playlist = Confirm when discarding unsaved playlist
2829
action-crop = Crop
30+
action-desynchronize = Desynchronize
2931
action-exit-app = Exit application
3032
action-jump-position = Jump to random position
3133
action-mute = Mute
@@ -48,6 +50,7 @@ action-split-horizontally = Split horizontally
4850
action-split-vertically = Split vertically
4951
action-start-new-playlist = Start new playlist
5052
action-stretch = Stretch
53+
action-synchronize = Synchronize
5154
action-unmute = Unmute
5255
action-view-releases = View releases
5356
# This refers to the dark-colored theme.

lang/pl-PL.ftl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ thing-items-per-line = Pozycji na linię
1010
thing-key-shift = Shift
1111
thing-language = Język
1212
thing-layout = Układ
13+
thing-media = Media
1314
thing-orientation = Orientacja
1415
# Path to a file/folder on the system.
1516
thing-path = Ścieżka
@@ -26,6 +27,7 @@ action-close = Zamknij
2627
action-confirm = Potwierdź
2728
action-confirm-when-discarding-unsaved-playlist = Confirm when discarding unsaved playlist
2829
action-crop = Przytnij
30+
action-desynchronize = Desynchronize
2931
action-exit-app = Wyjdź z aplikacji
3032
action-jump-position = Skocz do losowej pozycji
3133
action-mute = Wycisz
@@ -48,6 +50,7 @@ action-split-horizontally = Podziel poziomo
4850
action-split-vertically = Podziel pionowo
4951
action-start-new-playlist = Rozpocznij nową listę odtwarzania
5052
action-stretch = Rozciągnij
53+
action-synchronize = Synchronize
5154
action-unmute = Odcisz
5255
action-view-releases = Pokaż wydania
5356
# This refers to the dark-colored theme.

0 commit comments

Comments
 (0)