Skip to content

Commit ef7c963

Browse files
committed
refactor: Add new metainfo tags and links, bump docs, add compliant shadows to freestanding screenshots
1 parent 005d7cb commit ef7c963

File tree

8 files changed

+20
-13
lines changed

8 files changed

+20
-13
lines changed

.github/workflows/flatpak.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
build-linux:
99
runs-on: ubuntu-latest
1010
container:
11-
image: bilelmoussaoui/flatpak-github-actions:gnome-45
11+
image: bilelmoussaoui/flatpak-github-actions:gnome-46
1212
options: --privileged
1313
steps:
1414
- uses: actions/checkout@v3
15-
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
15+
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
1616
with:
1717
bundle: com.pojtinger.felicitas.Multiplex.flatpak
1818
manifest-path: com.pojtinger.felicitas.Multiplex.json

com.pojtinger.felicitas.Multiplex.metainfo.xml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@
77
<metadata_license>CC0-1.0</metadata_license>
88
<project_license>AGPL-3.0-or-later</project_license>
99

10+
<developer id="com.pojtinger.felicitas">
11+
<name translatable="no">Felicitas Pojtinger</name>
12+
</developer>
13+
1014
<content_rating type="oars-1.1">
1115
<content_attribute id="social-chat">mild</content_attribute>
1216
</content_rating>
1317

14-
<url type="homepage">https://github.com/pojntfx/multiplex</url>
1518
<url type="bugtracker">https://github.com/pojntfx/multiplex/issues</url>
19+
<url type="homepage">https://github.com/pojntfx/multiplex/</url>
20+
<url type="donation">https://github.com/sponsors/pojntfx</url>
1621
<url type="help">https://matrix.to/#/#multiplex:matrix.org?via=matrix.org</url>
22+
<url type="contact">https://felicitas.pojtinger.com/imprint</url>
23+
<url type="faq">https://github.com/pojntfx/multiplex?tab=readme-ov-file#tutorial</url>
24+
<url type="vcs-browser">https://github.com/pojntfx/multiplex/</url>
1725

1826
<launchable type="desktop-id">com.pojtinger.felicitas.Multiplex.desktop</launchable>
1927

@@ -80,43 +88,41 @@
8088
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-join.png</image>
8189
<caption>Getting a stream code to join playback</caption>
8290
</screenshot>
83-
<screenshot>
84-
<image>
85-
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-playback.png</image>
86-
<caption>Playback preferences</caption>
87-
</screenshot>
8891
<screenshot>
8992
<image>
9093
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-remoting.png</image>
9194
<caption>Remoting preferences</caption>
9295
</screenshot>
93-
<screenshot>
94-
<image>
95-
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-sync.png</image>
96-
<caption>Synchronization preferences</caption>
97-
</screenshot>
9896
</screenshots>
9997

10098
<releases>
10199
<release version="0.1.3" date='2024-04-20T19:08:00Z07:00'>
100+
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.3</url>
101+
102102
<description>
103103
<p>Refinements to the screenshots and app metadata</p>
104104
</description>
105105
</release>
106106

107107
<release version="0.1.2" date='2023-09-22T19:08:00Z07:00'>
108+
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.2</url>
109+
108110
<description>
109111
<p>Visual refinements to match the state of the art of GNOME apps</p>
110112
</description>
111113
</release>
112114

113115
<release version="0.1.1" date='2023-09-07T14:16:00Z07:00'>
116+
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.1</url>
117+
114118
<description>
115119
<p>Simplify summary and improve build system conventions</p>
116120
</description>
117121
</release>
118122

119123
<release version="0.1.0" date='2023-08-25T20:47:35Z07:00'>
124+
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.0</url>
125+
120126
<description>
121127
<p>Initial release</p>
122128
</description>

docs/screenshot-audiotracks.png

-3.66 KB
Loading

docs/screenshot-join.png

-113 KB
Loading

docs/screenshot-playback.png

-114 KB
Loading

docs/screenshot-subtitles.png

-1.79 KB
Loading

docs/screenshot-sync-playback.png

-171 KB
Loading

internal/ressources/about.ui

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<property name="application-name">Multiplex</property>
1515
<property name="version">0.1.2</property>
1616
<property name="issue_url">https://github.com/pojntfx/multiplex/issues/new/choose</property>
17+
<property name="support_url">https://matrix.to/#/#multiplex:matrix.org?via=matrix.org</property>
1718
<property name="website">https://github.com/pojntfx/multiplex</property>
1819
</object>
1920
</interface>

0 commit comments

Comments
 (0)