Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions assets/linux/app.go2tv.go2tv.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@
<content_rating type="oars-1.1"/>

<releases>
<release version="1.18.0" date="2025-01-02" type="stable">
<description>
<ul>
<li>Added seek support for video transcoding.</li>
<li>Improved user interface.</li>
<li>Fixed CLI issue on Windows; a black window may briefly appear during startup now.</li>
<li>Improved device discoverability: the app now uses a specific port (1900) for SSDP traffic, making it easier to configure firewalls.</li>
<li>Fix broken language selection.</li>
</ul>
</description>
<url type="details">https://github.com/alexballas/go2tv/releases/tag/v1.18.0</url>
</release>
<release version="1.17.1" date="2024-09-05" type="stable">
<description>
<ul>
Expand Down
Loading