From d41d7570fca5e6afcd3185d051f78330e13ee24b Mon Sep 17 00:00:00 2001 From: Pengu Date: Wed, 7 Jan 2026 22:29:39 -0600 Subject: [PATCH] Update 1.1.0 --- CHANGELOG.md | 1 + app.py | 2 +- version.json | 2 +- version.txt | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36342b9..008a8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - The bot now sends limited info stats to a public frontend for development insight. (Reports enabled features and bot instance only | Jellyseerr, Proxmox, JFA, qBittorrent) - Radarr & Sonarr Support +- Removed requirement for allowed role to create a trial Jellyfin account # 1.0.9 diff --git a/app.py b/app.py index caecc90..edc3f44 100644 --- a/app.py +++ b/app.py @@ -90,7 +90,7 @@ ENV_FILE = ".env" DEFAULT_ENV_FILE = ".env.example" BACKUP_DIR = Path("backups") -BOT_VERSION = "1.0.9" +BOT_VERSION = "1.1.0" VERSION_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/main/version.txt" RELEASES_URL = "https://github.com/PenguCCN/Jellycord/releases" CHANGELOG_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/refs/heads/main/CHANGELOG.md" diff --git a/version.json b/version.json index fb1484f..b8feaf7 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "version": "1.0.9" } \ No newline at end of file +{ "version": "1.1.0" } \ No newline at end of file diff --git a/version.txt b/version.txt index e5a4a5e..1cc5f65 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.9 \ No newline at end of file +1.1.0 \ No newline at end of file