2.3.2 - 2024-12-05
- Revert to legacy Inputstream Adaptive API
- WIP on OQEE by Free
2.3.1 - 2024-10-12
- Routing and provider interface now allow various depths in catchup menus (#67)
2.3.0 - 2024-10-11
- Update to InputstreamAdaptive for Kodi 21 (#63)
- Avoid reauthentication when stored session data is not expired (#64)
- Better error management (#65)
2.2.1 - 2024-10-07
2.2.0 - 2024-10-03
- Support remote authentication to Orange live and catchup streams (#22)
2.1.4 - 2024-08-08
- Better UI items management
- InputStream Helper is now called properly (#50)
- Avoid plugin to be run twice on catchup TV videos (#55)
2.1.3 - 2024-07-21
- IPTV Manager should now detects Orange TV France from clean install
2.1.2 - 2024-07-05
- Better timeshift management
2.1.1 - 2024-06-23
- Use ABC for class inheritance
- Move Orange util functions to decicated abstract Orange provider
- Better authenticated request management
- Move caching logic to utils
2.1.0 - 2024-06-21
- Catchup TV
2.0.1 - 2024-06-20
- Use Kodi Addon checker from pip package instead of GitHub Actions
2.0.0 - 2024-06-20
- Ready to publish on Kodi main repository!
2.0.0+beta.3 - 2024-06-20
- Proxy settings (not active yet)
2.0.0+beta.2 - 2024-06-19
- Load channels event if not found in EPG
- Prevent crash on unavailable paid channels
2.0.0+beta.1 - 2024-06-13
- Remove provider templates and move methods to utils
- Rename ProviderWrapper to CacheProvider
- Use Ruff for code formatting
- Remove service entry point
- Removed basic Kodi integration
- Load data from Orange using new TV token
1.5.0 - 2021-11-22
- Support for Orange Caraïbe
1.4.0 - 2021-11-21
- Cache management over get_streams() to prevent Kodi from removing all channels using IPTV Manager
- Provider load from settings
1.3.1 - 2021-11-21
- Channel update when no logo available #14
1.3.0 - 2021-09-11
- Provider templates now allow to easily support similar backends
- Support for Orange Réunion
1.2.2 - 2021-03-23
- Channel groups for basic integration
- Settings translations
1.2.1 - 2021-03-14
- French translations for settings and dialogs
- EPG now loaded following TV Guide past and future days settings
- Audio doesn't drop anymore when timeshifting (issue #612)
- Remove basic interval setting (now use TV Guide update value)
1.2.0 - 2021-03-12
- Provider interface to allow multi ISP support
- Support for Orange TV groups
- Migrate current Orange integration to the new provider interface
- Update generators to write data from JSON-STREAMS and JSON-EPG formats
- Data files now written into user data folder
1.1.0 - 2021-03-04
- API calls to Orange now use a randomised user agent string
- IPTV Manager integration refactoring
- Multi-days program load logic now embedded directly into Orange API client
- Log helper signature
- Programs responses reduced by half to avoid IncompleteRead error
1.0.0 - 2021-03-01
- Initial release