Skip to content

Releases: primetime43/iptv-desktop-browser

v2.1.1

16 Oct 04:19

Choose a tag to compare

v2.1.1

Had to fix first run issues with v2.1.0 when appsettings.json file was missing and others.

What's changed

  1. First Run: Creates appsettings.json in AppData with version 2.1.1
  2. Subsequent Runs: Loads config from AppData
  3. Version Mismatch: Automatically updates config version to match exe
  4. Missing Config: Creates new one with proper defaults
  5. All Errors: Logged to %APPDATA%\IPTV-Desktop-Browser\Logs\

Full Changelog: v2.1.0...v2.1.1

v2.1.0

https://github.com/primetime43/iptv-desktop-browser/releases/tag/v2.1.0

From the v2.1.0 change log

New Features

  • Recurring Recordings (#40): Added ability to schedule series/recurring recordings with SeriesRecording model
  • Configuration Management (#32): Introduced AppConfiguration system with appsettings.json for centralized
    settings
  • Import/Export Favorites (#27): Users can now backup and restore their favorite channels
  • FFmpeg Download Button (#51): Built-in FFmpeg downloader for easier setup
  • M3U Playlist Saving (#47): M3U playlists can now be saved like Xtream Codes credentials
  • Channel Numbers Display (#25): Added channel number support for better navigation

UI/UX Improvements

  • Visual Favorites Indicator (#53): Favorited channels now display in a different color
  • Show Password Toggle (#36): Added visibility toggle for password fields
  • Loading Indicators (#37): Added spinners for VOD API calls
  • Toast Notifications: Better success/fail feedback when favoriting channels
  • Scrollbar Redesign: More visible and appealing scrollbar styling
  • Episode Air Times (#38): Scheduler now shows when episodes air

Bug Fixes

  • Fixed UI deadlock with the recording scheduler
  • Fixed M3U playlist loading issues (#46)
  • Fixed channel search incorrectly filtering categories dropdown (#22)
  • Fixed output window height on login page errors

Architecture Changes

  • Credentials now stored in AppData instead of exe directory (#39)
  • Consolidated windows: Removed separate RecordingSchedulerWindow, SettingsWindow, and VodWindow
  • Integrated functionality into DashboardWindow with tabbed interface
  • Added dependency injection and configuration infrastructure

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.1.0

16 Oct 03:52

Choose a tag to compare

New Features

  • Recurring Recordings (#40): Added ability to schedule series/recurring recordings with SeriesRecording model
  • Configuration Management (#32): Introduced AppConfiguration system with appsettings.json for centralized
    settings
  • Import/Export Favorites (#27): Users can now backup and restore their favorite channels
  • FFmpeg Download Button (#51): Built-in FFmpeg downloader for easier setup
  • M3U Playlist Saving (#47): M3U playlists can now be saved like Xtream Codes credentials
  • Channel Numbers Display (#25): Added channel number support for better navigation

UI/UX Improvements

  • Visual Favorites Indicator (#53): Favorited channels now display in a different color
  • Show Password Toggle (#36): Added visibility toggle for password fields
  • Loading Indicators (#37): Added spinners for VOD API calls
  • Toast Notifications: Better success/fail feedback when favoriting channels
  • Scrollbar Redesign: More visible and appealing scrollbar styling
  • Episode Air Times (#38): Scheduler now shows when episodes air

Bug Fixes

  • Fixed UI deadlock with the recording scheduler
  • Fixed M3U playlist loading issues (#46)
  • Fixed channel search incorrectly filtering categories dropdown (#22)
  • Fixed output window height on login page errors

Architecture Changes

  • Credentials now stored in AppData instead of exe directory (#39)
  • Consolidated windows: Removed separate RecordingSchedulerWindow, SettingsWindow, and VodWindow
  • Integrated functionality into DashboardWindow with tabbed interface
  • Added dependency injection and configuration infrastructure

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

22 Sep 03:50

Choose a tag to compare

What's New

  • Added VOD support for Movies and TV Show series (#7)
  • Added favorites support for live channels (#14)
  • Redesigned dashboard UI and improved guide navigation (#10, #5)
  • Added recording scheduler (#2)
  • Added disk caching system (disabled by default) (#11)

Improvements

  • Improved channel loading speed performance (#18)
  • Fixed user login page (#3)
  • Fixed in-memory caching logic (#15)
  • General guide improvements (#5)
  • Various bug fixes and optimizations

The changelog below compares 1.05 to 1.06 because I mistakenly didn't bump the version enough. Had to push another commit for v2.0.0.

Full Changelog: v1.0.5...v1.0.6

v1.0.5

29 Aug 18:05

Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

  • Publish the releases not in a zip, straight exe to prevent Windows defender from flagging

v1.0.4

29 Aug 07:54

Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

  • Added an icon to the exe
  • Fixed the assembly build name to iptv-desktop-browser
  • The above changes resolve #1

v1.0.3

29 Aug 07:35

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.3

  • Fix release build to be a single file

v1.0.1

29 Aug 06:38

Choose a tag to compare

Initial release

Full Changelog: v1.0.0...v1.0.1