File tree Expand file tree Collapse file tree 13 files changed +30
-8
lines changed
Expand file tree Collapse file tree 13 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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),
Original file line number Diff line number Diff line change 11[package ]
22name = " madamiru"
3- version = " 0.2.1 "
3+ version = " 0.3.0 "
44authors = [
" mtkennerly <[email protected] >" ]
55edition = " 2021"
66description = " Dynamic multi-multimedia player"
Original file line number Diff line number Diff line change 4242Detailed 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 )
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ thing-items-per-line = Items per line
1010thing-key-shift = Shift
1111thing-language = Sprache
1212thing-layout = Layout
13+ thing-media = Media
1314thing-orientation = Orientation
1415# Path to a file/folder on the system.
1516thing-path = Path
@@ -26,6 +27,7 @@ action-close = Close
2627action-confirm = Confirm
2728action-confirm-when-discarding-unsaved-playlist = Confirm when discarding unsaved playlist
2829action-crop = Crop
30+ action-desynchronize = Desynchronize
2931action-exit-app = Exit application
3032action-jump-position = Jump to random position
3133action-mute = Mute
@@ -48,6 +50,7 @@ action-split-horizontally = Split horizontally
4850action-split-vertically = Split vertically
4951action-start-new-playlist = Start new playlist
5052action-stretch = Stretch
53+ action-synchronize = Synchronize
5154action-unmute = Unmute
5255action-view-releases = View releases
5356# This refers to the dark-colored theme.
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ thing-items-per-line = Items per line
1010thing-key-shift = Shift
1111thing-language = Language
1212thing-layout = Layout
13+ thing-media = Media
1314thing-orientation = Orientation
1415# Path to a file/folder on the system.
1516thing-path = Chemin
@@ -26,6 +27,7 @@ action-close = Close
2627action-confirm = Confirm
2728action-confirm-when-discarding-unsaved-playlist = Confirm when discarding unsaved playlist
2829action-crop = Crop
30+ action-desynchronize = Desynchronize
2931action-exit-app = Exit application
3032action-jump-position = Jump to random position
3133action-mute = Mute
@@ -48,6 +50,7 @@ action-split-horizontally = Split horizontally
4850action-split-vertically = Split vertically
4951action-start-new-playlist = Start new playlist
5052action-stretch = Stretch
53+ action-synchronize = Synchronize
5154action-unmute = Unmute
5255action-view-releases = View releases
5356# This refers to the dark-colored theme.
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ thing-items-per-line = Pozycji na linię
1010thing-key-shift = Shift
1111thing-language = Język
1212thing-layout = Układ
13+ thing-media = Media
1314thing-orientation = Orientacja
1415# Path to a file/folder on the system.
1516thing-path = Ścieżka
@@ -26,6 +27,7 @@ action-close = Zamknij
2627action-confirm = Potwierdź
2728action-confirm-when-discarding-unsaved-playlist = Confirm when discarding unsaved playlist
2829action-crop = Przytnij
30+ action-desynchronize = Desynchronize
2931action-exit-app = Wyjdź z aplikacji
3032action-jump-position = Skocz do losowej pozycji
3133action-mute = Wycisz
@@ -48,6 +50,7 @@ action-split-horizontally = Podziel poziomo
4850action-split-vertically = Podziel pionowo
4951action-start-new-playlist = Rozpocznij nową listę odtwarzania
5052action-stretch = Rozciągnij
53+ action-synchronize = Synchronize
5154action-unmute = Odcisz
5255action-view-releases = Pokaż wydania
5356# This refers to the dark-colored theme.
You can’t perform that action at this time.
0 commit comments