This repository was archived by the owner on Mar 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +31
-5
lines changed
Expand file tree Collapse file tree 3 files changed +31
-5
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ else()
2121endif ()
2222
2323set (VERSION_MAJOR 1)
24- set (VERSION_MINOR 11 )
25- set (VERSION_NANO 1 )
24+ set (VERSION_MINOR 12 )
25+ set (VERSION_NANO 0 )
2626
2727option (UPGRADE_DEBUG "" OFF )
2828
29- set (VERSION_STRING "1.11.1 " )
30- set (VERSION_STRING_SHORT "1.11.1 " )
31- set (CANONICAL_VERSION_STRING "1.11.1 " )
29+ set (VERSION_STRING "1.12.0 " )
30+ set (VERSION_STRING_SHORT "1.12.0 " )
31+ set (CANONICAL_VERSION_STRING "1.12.0 " )
3232
3333configure_file (src/core/Version.cpp.in src/core/Version.cpp )
Original file line number Diff line number Diff line change 1+ jellyfin-media-player (1.12.0-1) unstable; urgency=medium
2+
3+ * Prevent issue where wayland has black screen due to broken gpu accel (#165, #610)
4+ * Prevent SRT text being squished and unreadable (#643)
5+ * Handle server connection timeout. (#747)
6+ * Remove obsolete skip intro support.
7+ * Update branding
8+ * Fix caching issues to prevent broken web client when the server web version updates
9+ * Auto fill last used server into server box if server connection fails on startup
10+
11+ -- Izzie Walton <izzie@iwalton.com> Tue, 18 Mar 2025 10:50:29 -0400
12+
113jellyfin-media-player (1.11.1-1) unstable; urgency=medium
214
315 * Fix client not connecting to servers with baseurl set.
Original file line number Diff line number Diff line change 4242 <category >TV</category >
4343 </categories >
4444 <releases >
45+ <release version =" 1.12.0" date =" 2025-03-18" >
46+ <description >
47+ <p >Changes:</p >
48+ <ul >
49+ <li >Prevent issue where wayland has black screen due to broken gpu accel (#165, #610)</li >
50+ <li >Prevent SRT text being squished and unreadable (#643)</li >
51+ <li >Handle server connection timeout. (#747)</li >
52+ <li >Remove obsolete skip intro support.</li >
53+ <li >Update branding</li >
54+ <li >Fix caching issues to prevent broken web client when the server web version updates</li >
55+ <li >Auto fill last used server into server box if server connection fails on startup</li >
56+ </ul >
57+ </description >
58+ </release >
4559 <release version =" 1.11.1" date =" 2024-06-07" >
4660 <description >
4761 <p >Changes:</p >
You can’t perform that action at this time.
0 commit comments