mirror of
https://github.com/0belous/universal-plugin-repo.git
synced 2025-12-19 19:21:17 -03:00
Generate manifest
This commit is contained in:
parent
6cfca1190b
commit
b4b31f9944
1 changed files with 25 additions and 6 deletions
|
|
@ -3976,26 +3976,34 @@
|
|||
"imageUrl": "https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/CustomLogo.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.0.3",
|
||||
"changelist": "Pathched image and version after installation",
|
||||
"targetAbi": "10.10.7.0",
|
||||
"sourceUrl": "https://github.com/ImLacy/Jellyfin-CustomLogo/releases/download/1.0.0.3/CustomLogo.zip",
|
||||
"checksum": "00FA95E97B89190A486769B3AF128A84",
|
||||
"timestamp": "2025-10-12T21:00:00"
|
||||
},
|
||||
{
|
||||
"version": "1.0.0.2",
|
||||
"changelist": "Verification for missing permisions",
|
||||
"targetAbi": "10.10.7.0",
|
||||
"sourceUrl": "https://github.com/ImLacy/Jellyfin-CustomLogo/releases/download/1.0.2/CustomLogo.zip",
|
||||
"sourceUrl": "https://github.com/ImLacy/Jellyfin-CustomLogo/releases/download/1.0.0.2/CustomLogo.zip",
|
||||
"checksum": "7FD69B8DA3A4D3FFFFD3DB44152DE3DE",
|
||||
"timestamp": "2025-09-06T13:50:00"
|
||||
},
|
||||
{
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0.1",
|
||||
"changelist": "Better redirection after configuration",
|
||||
"targetAbi": "10.10.7.0",
|
||||
"sourceUrl": "https://github.com/ImLacy/Jellyfin-CustomLogo/releases/download/1.0.1/CustomLogo.zip",
|
||||
"sourceUrl": "https://github.com/ImLacy/Jellyfin-CustomLogo/releases/download/1.0.0.1/CustomLogo.zip",
|
||||
"checksum": "9006EAAE7A17993A38C5AE5EBD7C57EF",
|
||||
"timestamp": "2025-06-16T13:50:00"
|
||||
},
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.0.0",
|
||||
"changelist": "TODO",
|
||||
"targetAbi": "10.10.7.0",
|
||||
"sourceUrl": "https://github.com/ImLacy/Jellyfin-CustomLogo/releases/download/1.0.0/CustomLogo.zip",
|
||||
"sourceUrl": "https://github.com/ImLacy/Jellyfin-CustomLogo/releases/download/1.0.0.0/CustomLogo.zip",
|
||||
"checksum": "6966DCC632D634959C37465445002AB7",
|
||||
"timestamp": "2025-06-05T13:58:00"
|
||||
}
|
||||
|
|
@ -10989,6 +10997,17 @@
|
|||
"category": "General",
|
||||
"imageUrl": "https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/Home Screen Sections.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "2.3.12.0",
|
||||
"changelog": "✨ New Features\r\n\r\n- Genre Section: Introduced a new genre section on the home screen (details explained below).\r\n - Closes https://features.iamparadox.dev/posts/20/versatile-home-sections\r\n- Support for \"My Media (small)\". In the plugin settings, admin's can now select \"Small\" as a View Mode for My Media. If it's selected by anything else, it will revert back to Landscape when loaded by the client.\r\n - Closes https://github.com/IAmParadox27/jellyfin-plugin-home-sections/issues/81\r\n- Added experimental Streamyfin integration (details explained below).\r\n - Fulfills the remaining requirements to https://github.com/streamyfin/streamyfin/issues/1108\r\n\r\n🪲 Bug Fixes\r\n\r\n- Fixed issue when requesting a Movie from Discover sections.\r\n - Closes https://github.com/IAmParadox27/jellyfin-plugin-home-sections/issues/96\r\n- Fixed messaging issue that could occur from DiscoverRequest saying the item was requested successfully when an error had occurred.\r\n\r\n🏃➡️ Performance and Code Improvements\r\n\r\n- Home section calculation now uses parallelism, hopefully resulting in faster loading times on the home screen.\r\n- Refactored some code Home screen controller code has been moved into a service for improved maintainability and easier future enhancements.\r\n\r\nGenre Section\r\n\r\n- This section is very early in development and may have issues, please open an issue on GitHub if you experience any issues.\r\n- Set the number of times it should appear between 1 and N, it will appear a random number of times between those numbers.\r\n- Each first request will calculate which Genres will appear on the home screen, this is based on a weighted scoring system that favours 'Favourites', 'Likes' and 'Recently Watched' per person. \r\n- A future release will bring the ability to restrict which genres are displayed, or even fix it to a certain list always, but that support is dependant on PR 70.\r\n\r\nStreamyfin Integration\r\n\r\n- In the Home Screen Sections plugin settings, admins will find an option to override the Streamyfin home sections with one's provided by HSS.\r\n- Please note this requires plugin version 0.63.0.0 and a currently unreleased version of the app due to integration of a new Home Section type in Streamyfin, please be patient and wait for the release after v0.30.2 before making use of this setting.",
|
||||
"targetAbi": "10.10.7.0",
|
||||
"sourceUrl": "https://github.com/IAmParadox27/jellyfin-plugin-home-sections/releases/download/2.3.12.0/Release-10.10.7.zip",
|
||||
"checksum": "40C97D384A698D305B1DBA67CBBB9A33",
|
||||
"timestamp": "2025-10-12T12:25:29",
|
||||
"dependencies": [
|
||||
"5e87cc92-571a-4d8d-8d98-d2d4147f9f90"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.3.11.0",
|
||||
"changelog": "🔒 Security Hotfix Release Notes\r\n\r\n- Fixed issue with DiscoverRequest endpoint allowing any user to request on behalf of any user.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue