Skip to content

Commit

Permalink
refactor: Add new metainfo tags and links, bump docs, add compliant s…
Browse files Browse the repository at this point in the history
…hadows to freestanding screenshots
  • Loading branch information
pojntfx committed Apr 20, 2024
1 parent 005d7cb commit ef7c963
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
build-linux:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: com.pojtinger.felicitas.Multiplex.flatpak
manifest-path: com.pojtinger.felicitas.Multiplex.json
Expand Down
28 changes: 17 additions & 11 deletions com.pojtinger.felicitas.Multiplex.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-or-later</project_license>

<developer id="com.pojtinger.felicitas">
<name translatable="no">Felicitas Pojtinger</name>
</developer>

<content_rating type="oars-1.1">
<content_attribute id="social-chat">mild</content_attribute>
</content_rating>

<url type="homepage">https://github.com/pojntfx/multiplex</url>
<url type="bugtracker">https://github.com/pojntfx/multiplex/issues</url>
<url type="homepage">https://github.com/pojntfx/multiplex/</url>
<url type="donation">https://github.com/sponsors/pojntfx</url>
<url type="help">https://matrix.to/#/#multiplex:matrix.org?via=matrix.org</url>
<url type="contact">https://felicitas.pojtinger.com/imprint</url>
<url type="faq">https://github.com/pojntfx/multiplex?tab=readme-ov-file#tutorial</url>
<url type="vcs-browser">https://github.com/pojntfx/multiplex/</url>

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

Expand Down Expand Up @@ -80,43 +88,41 @@
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-join.png</image>
<caption>Getting a stream code to join playback</caption>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-playback.png</image>
<caption>Playback preferences</caption>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-remoting.png</image>
<caption>Remoting preferences</caption>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-sync.png</image>
<caption>Synchronization preferences</caption>
</screenshot>
</screenshots>

<releases>
<release version="0.1.3" date='2024-04-20T19:08:00Z07:00'>
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.3</url>

<description>
<p>Refinements to the screenshots and app metadata</p>
</description>
</release>

<release version="0.1.2" date='2023-09-22T19:08:00Z07:00'>
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.2</url>

<description>
<p>Visual refinements to match the state of the art of GNOME apps</p>
</description>
</release>

<release version="0.1.1" date='2023-09-07T14:16:00Z07:00'>
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.1</url>

<description>
<p>Simplify summary and improve build system conventions</p>
</description>
</release>

<release version="0.1.0" date='2023-08-25T20:47:35Z07:00'>
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.0</url>

<description>
<p>Initial release</p>
</description>
Expand Down
Binary file modified docs/screenshot-audiotracks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshot-join.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshot-playback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshot-subtitles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshot-sync-playback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions internal/ressources/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<property name="application-name">Multiplex</property>
<property name="version">0.1.2</property>
<property name="issue_url">https://github.com/pojntfx/multiplex/issues/new/choose</property>
<property name="support_url">https://matrix.to/#/#multiplex:matrix.org?via=matrix.org</property>
<property name="website">https://github.com/pojntfx/multiplex</property>
</object>
</interface>

0 comments on commit ef7c963

Please sign in to comment.