Version Bump 5.0.10

This commit is contained in:
Zarg 2025-01-16 21:44:05 +01:00
parent e7acb51773
commit fa57f11d41
7 changed files with 18 additions and 23 deletions

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(stremio VERSION "5.0.9")
project(stremio VERSION "5.0.10")
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

View file

@ -50,11 +50,6 @@
#include "resource.h"
// nlohmann/json
#include <WebView2EnvironmentOptions.h>
#include <WebView2EnvironmentOptions.h>
#include <WebView2EnvironmentOptions.h>
#include <WebView2EnvironmentOptions.h>
#include "nlohmann/json.hpp"
using json = nlohmann::json;
@ -67,7 +62,7 @@ using namespace Microsoft::WRL;
#define APP_TITLE "Stremio - Freedom to Stream"
#define APP_NAME "Stremio"
#define APP_CLASS L"Stremio"
#define APP_VERSION "5.0.9"
#define APP_VERSION "5.0.10"
static TCHAR szWindowClass[] = APP_NAME;
static TCHAR szTitle[] = APP_TITLE;

View file

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>stremio-desktop-v5</id>
<version>5.0.9</version>
<version>5.0.10</version>
<title>Stremio Desktop v5</title>
<authors>Zarg</authors>
<owners>Zarg</owners>

View file

@ -11,12 +11,12 @@ $packageArgs = @{
if ([Environment]::Is64BitOperatingSystem) {
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.9/Stremio.5.0.9-x64.exe'
$packageArgs['checksum'] = 'd2720ccc2f9ad293035ac76de435101de55bc09cab425e091c864b56597ccbf8'
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x64.exe'
$packageArgs['checksum'] = '480ada3bf18966176f6b1027110cb3e712e4b341a3dbceaf0409f40e4b415e37'
$packageArgs['checksumType'] = 'sha256'
} else {
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.9/Stremio.5.0.9-x86.exe'
$packageArgs['checksum'] = 'df76fe7f8e846f3968b9acc9dd2394159cd86de79a029974e5ddb33e291ea583'
$packageArgs['url'] = 'https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x86.exe'
$packageArgs['checksum'] = '1584c883fd2eaacc4c2c354738a8e8656c90d3e353fbd37b169eb748faa1cad3'
$packageArgs['checksumType'] = 'sha256'
}

View file

@ -1,12 +1,12 @@
{
"version": "5.0.9",
"version": "5.0.10",
"description": "Stremio Desktop v5 Community",
"homepage": "https://github.com/Zaarrg/stremio-desktop-v5",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.9/Stremio.5.0.9-x64.exe",
"hash": "d2720ccc2f9ad293035ac76de435101de55bc09cab425e091c864b56597ccbf8",
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x64.exe",
"hash": "480ada3bf18966176f6b1027110cb3e712e4b341a3dbceaf0409f40e4b415e37",
"installer": {
"args": [
"/S"
@ -24,8 +24,8 @@
}
},
"32bit": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.9/Stremio.5.0.9-x86.exe",
"hash": "df76fe7f8e846f3968b9acc9dd2394159cd86de79a029974e5ddb33e291ea583",
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x86.exe",
"hash": "1584c883fd2eaacc4c2c354738a8e8656c90d3e353fbd37b169eb748faa1cad3",
"installer": {
"args": [
"/S"

View file

@ -1,13 +1,13 @@
{
"shellVersion": "5.0.9",
"shellVersion": "5.0.10",
"files": {
"windows-x64": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.9/Stremio.5.0.9-x64.exe",
"checksum": "d2720ccc2f9ad293035ac76de435101de55bc09cab425e091c864b56597ccbf8"
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x64.exe",
"checksum": "480ada3bf18966176f6b1027110cb3e712e4b341a3dbceaf0409f40e4b415e37"
},
"windows-x86": {
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.9/Stremio.5.0.9-x86.exe",
"checksum": "df76fe7f8e846f3968b9acc9dd2394159cd86de79a029974e5ddb33e291ea583"
"url": "https://github.com/Zaarrg/stremio-desktop-v5/releases/download/5.0.0-beta.10/Stremio.5.0.10-x86.exe",
"checksum": "1584c883fd2eaacc4c2c354738a8e8656c90d3e353fbd37b169eb748faa1cad3"
},
"server.js": {
"url": "https://dl.strem.io/server/v4.20.11/desktop/server.js",

View file

@ -1,5 +1,5 @@
{
"upToDate": false,
"versionDesc": "https://raw.githubusercontent.com/Zaarrg/stremio-desktop-v5/refs/heads/webview-windows/version/version-details.json",
"signature": "jHe36/2KUI/XMdm3PY1aeFZbjIimEdTOj8m9gjq8dIBHG8xhnrhbJDYjkJEGffnovwkTGey5cTU6MhpNcEyeWqTj0e9NkpEWmAAJmQedPBjvNhr2WbMZTd+6pmqiLPM28eowRH8O+9bOcmuyBSMN9035dcgMbXN741vUPK66ZE1JVw/o92AtdXi6RzKceMqrhYFQVKHqfk8VLEXQdJ+0+W7CiN4DNilptTi4yYMAeqszNKqJN/3J2rxwH8wXM+chlZICp+obVxmrYe44ZOYqSsUEsW/XjoefuUq17DZQHNG0UXha0eq2nevkYggFV4y4j04zm/TXX4j4QHF8E4Hp5w=="
"signature": "JLFuki4wn54tplk9xKS4X182yGZmDvRgaFGeqMo8MMJKxbbjfGWAyI2muMSG8sHsAZd08xhfJbT1PwQOgsFOerbwt0LMhq+gEGDG6UoVhP+qFaHrrl5H0P01qODBe3wokhsd3kNAWMivVWO2z23KkMKgZPherYWir4F6y1oquBh4rH0OHf2iTTPz5BLGdxHCLL6fjXjoseJSiJBYcWgYYMTlw7RQv9YwmZq7GgFK4QbYmf/nrYy/YIXjxQ9AnY1H9k+qs1pJgSTLbyLjzKOTiOyj9qDtG4UO3kFuWXskYEnLaDi5MvBowEOkmVkb/kBgAQHdaF8LxDQdIRXPP73YSA=="
}