โฌ…๏ธ 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.