Releases: primetime43/iptv-desktop-browser
Releases · primetime43/iptv-desktop-browser
v2.1.1
v2.1.1
Had to fix first run issues with v2.1.0 when appsettings.json file was missing and others.
What's changed
- First Run: Creates appsettings.json in AppData with version 2.1.1
- Subsequent Runs: Loads config from AppData
- Version Mismatch: Automatically updates config version to match exe
- Missing Config: Creates new one with proper defaults
- 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
- Fixed Channel search should not be filtering categories dropdown #22 by @primetime43 in #23
- Added better UI indications using toasts by @primetime43 in #24
- Added channel numbers #25 by @primetime43 in #33
- Remove the textblock from the code by @primetime43 in #35
- Added a show password option #36 by @primetime43 in #42
- Stored credentials json in appdata, not where the exe is #39 by @primetime43 in #43
- Add loading indicators when api calls for vod #37 by @primetime43 in #44
- Added the ability to import/export favorites #27 by @primetime43 in #45
- 40 add reoccurring recordings by @primetime43 in #48
- Add the ability to save m3u playlists like how xtream codes #47 by @primetime43 in #49
- Configuration Management #32 by @primetime43 in #50
- Add ffmpeg download button #51 by @primetime43 in #52
- Show already favorited channels a different color #53 by @primetime43 in #54
Full Changelog: v2.0.0...v2.1.0
v2.1.0
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
- Fixed Channel search should not be filtering categories dropdown #22 by @primetime43 in #23
- Added better UI indications using toasts by @primetime43 in #24
- Added channel numbers #25 by @primetime43 in #33
- Remove the textblock from the code by @primetime43 in #35
- Added a show password option #36 by @primetime43 in #42
- Stored credentials json in appdata, not where the exe is #39 by @primetime43 in #43
- Add loading indicators when api calls for vod #37 by @primetime43 in #44
- Added the ability to import/export favorites #27 by @primetime43 in #45
- 40 add reoccurring recordings by @primetime43 in #48
- Add the ability to save m3u playlists like how xtream codes #47 by @primetime43 in #49
- Configuration Management #32 by @primetime43 in #50
- Add ffmpeg download button #51 by @primetime43 in #52
- Show already favorited channels a different color #53 by @primetime43 in #54
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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
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
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
Full Changelog: v1.0.1...v1.0.3
- Fix release build to be a single file
v1.0.1
Initial release
Full Changelog: v1.0.0...v1.0.1