Update 1.1.0
This commit is contained in:
@@ -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
2
app.py
@@ -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"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{ "version": "1.0.9" }
|
{ "version": "1.1.0" }
|
||||||
@@ -1 +1 @@
|
|||||||
1.0.9
|
1.1.0
|
||||||
Reference in New Issue
Block a user