forked from Vateron-Media/XC_VM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.json
More file actions
38 lines (38 loc) · 2 KB
/
changelog.json
File metadata and controls
38 lines (38 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"version": "2.1.0",
"changes": [
"Unified install and update into a single archive",
"Added full module system with admin UI",
"Enhanced module upload UI with drag-and-drop and AJAX support",
"Added Redis diagnostics tool",
"Added EventDispatcher integration into bootstrap and module loader",
"Added new core/domain architecture classes and migrated libraries",
"Added distribution-specific binary downloads for LB",
"Added transcoding support based on profile ID in WatchItem",
"Improved i18n system with 800+ translation keys and English fallback",
"Removed hardcoded English strings in views",
"Improved admin UI layout width to 1440px",
"Improved Redis handling with type hints, null-safety and health checks",
"Improved contributors update system",
"Added shared JavaScript utilities for admin pages",
"Fixed null-safety issues across admin, API, streaming and cron",
"Fixed language retrieval in database and settings views",
"Fixed TMDB include paths",
"Fixed tracker proxy_id handling",
"Fixed streaming behavior preserving IP URLs when domain inactive",
"Fixed cookie handling with headers_sent check",
"Fixed api_key validation in UserService",
"Fixed dark mode rendering in server view",
"Removed legacy proxy functions and migrated to direct class calls",
"Refactored streaming logic to remove globals from parameters",
"Refactored Redis handling and GitHubReleases logic",
"Overhauled installer removing php-ssh2 and improving security",
"Updated ARCHITECTURE.md and MIGRATION.md",
"Improved documentation and release checklists",
"Added development workflow documentation",
"Removed obsolete Redis binaries and legacy scripts",
"Switched to static redis.conf template",
"Cleaned up Makefile and build system",
"Merged PR #104 and main branch updates"
]
}