โฌ
๏ธ Back to Channel List
๐ ๏ธ Project Changelog
๐ฆ Version 3.6.3
๐
2025-04-04
โ Added
- ๐งพ New changelog viewer at `changelog.php` to display update history.
- ๐ก๏ธ Secure token encryption for user session login and service validation.
- ๐ Token-based credential caching to avoid repeated API calls.
- Session-based cache detection to reduce redundant cache generation calls.
- ๐ UI: Logout button added and styled to match modern layout.
๐ ๏ธ Fixed
- ๐ Fixed fatal memory error when large datasets were queried in realtime.
- Prevented duplicate changelog versions from being posted.
๐ Changed
- ๐จ UI overhauled to modern glass-style theme with improved spacing, buttons, and layout.
- ๐ Reworked session assignment logic to ensure cleaner separation between `?service` tokens and direct form logins.
- โ๏ธ Refactored search logic โ reverted to category-only search for better performance with many users.
๐ฆ Version 3.6.1
๐
2025-04-04
โ Added
- - Persistent session management system for more reliable user authentication.
๐ ๏ธ Fixed
- - Fixed handling of encrypted credentials passed through the URL and session state.
๐ Changed
- - Session cookies now require HTTPS and are marked as HTTP-only for added security.
๐ฆ Version 3.6.0
๐
2025-03-25
โ Added
- - `debug` mode to inspect and log current session (`dns`, `username`, `password`).
- - Tab switching for Live, VOD, and Series sections on the frontend.
๐ ๏ธ Fixed
- - JavaScript bug preventing session values from loading into the frontend.
- - UI bugs related to category loading and stream display.
๐ Changed
- - Streamlined API logic for better performance.
- - JavaScript improvements for cross-browser compatibility.
๐ฆ Version 3.5.0
๐
2025-03-10
โ Added
- - Encrypted URL login support using XOR and base64 logic.
- - AJAX-based login form for faster login feedback.
๐ ๏ธ Fixed
- - Fixed broken session handling after login.
- - Cleaned up UI layout issues across devices.
๐ Changed
- - Switched from GET params to full PHP session auth.
- - Added better error logging for failed API calls.
๐ฆ Version 3.0.0
๐
2025-01-25
โ Added
- - First version of IPTV Channel Browser with Live TV, Movies, and Series support.
- - Session login support and secure API loading per user.
- - EPG was removed due to performance issues.
๐ฆ Version 2.01
๐
2024-04-01
โ Added
- - EPG (Electronic Program Guide) integration.
- - VOD (Video On Demand) content support.
- - Short-link tokens for easier DNS access.
- - Empty EPG data detection and warning.
๐ Changed
- - Frontend layout updated to responsive rows for mobile/tablet compatibility.