Update 1.1.0

This commit is contained in:
2026-01-07 22:29:39 -06:00
parent 47d76f84f3
commit d41d7570fc
4 changed files with 4 additions and 3 deletions

View File

@@ -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) - 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 - Radarr & Sonarr Support
- Removed requirement for allowed role to create a trial Jellyfin account
# 1.0.9 # 1.0.9

2
app.py
View File

@@ -90,7 +90,7 @@ ENV_FILE = ".env"
DEFAULT_ENV_FILE = ".env.example" DEFAULT_ENV_FILE = ".env.example"
BACKUP_DIR = Path("backups") 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" VERSION_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/main/version.txt"
RELEASES_URL = "https://github.com/PenguCCN/Jellycord/releases" RELEASES_URL = "https://github.com/PenguCCN/Jellycord/releases"
CHANGELOG_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/refs/heads/main/CHANGELOG.md" CHANGELOG_URL = "https://raw.githubusercontent.com/PenguCCN/Jellycord/refs/heads/main/CHANGELOG.md"

View File

@@ -1 +1 @@
{ "version": "1.0.9" } { "version": "1.1.0" }

View File

@@ -1 +1 @@
1.0.9 1.1.0