Skip to content

Commit

Permalink
2.0.0+beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
f-lawe committed Jul 5, 2024
1 parent dfbcdbb commit 487ff09
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
29 changes: 17 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# 2.x

## [2.0.0+beta.2](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v2.0.0+beta.2) - 2024-06-19
## [2.0.0+beta.3](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v2.0.0+beta.3) - 2024-06-20

### Added
- Proxy settings (not active yet)

## [2.0.0+beta.2](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v2.0.0+beta.2) - 2024-06-19

### Fixed
- Load channels event if not found in EPG
- Prevent crash on unavailable paid channels

## [2.0.0+beta.1](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v2.0.0+beta.1) - 2024-06-13
## [2.0.0+beta.1](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v2.0.0+beta.1) - 2024-06-13

### Changed
- Remove provider templates and move methods to utils
Expand All @@ -22,37 +27,37 @@

# 1.x

## [1.5.0](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v1.5.0) - 2021-11-22
## [1.5.0](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v1.5.0) - 2021-11-22

### Added
- Support for Orange Caraïbe

## [1.4.0](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v1.4.0) - 2021-11-21
## [1.4.0](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v1.4.0) - 2021-11-21

### Added
- Cache management over get_streams() to prevent Kodi from removing all channels using IPTV Manager

### Fixed
- Provider load from settings

## [1.3.1](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v1.3.1) - 2021-11-21
## [1.3.1](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v1.3.1) - 2021-11-21

### Fixed
- Channel update when no logo available [#14](https://github.com/BreizhReloaded/plugin.video.orange.fr/issues/14)
- Channel update when no logo available [#14](https://github.com/f-lawe/plugin.video.orange.fr/issues/14)

## [1.3.0](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v1.3.0) - 2021-09-11
## [1.3.0](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v1.3.0) - 2021-09-11

### Added
- Provider templates now allow to easily support similar backends
- Support for Orange Réunion

## [1.2.2](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v1.2.2) - 2021-03-23
## [1.2.2](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v1.2.2) - 2021-03-23

### Fixed
- Channel groups for basic integration
- Settings translations

## [1.2.1](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v1.2.1) - 2021-03-14
## [1.2.1](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v1.2.1) - 2021-03-14

### Added
- French translations for settings and dialogs
Expand All @@ -66,7 +71,7 @@
### Removed
- Remove basic interval setting (now use TV Guide update value)

## [1.2.0](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v1.2.0) - 2021-03-12
## [1.2.0](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v1.2.0) - 2021-03-12

### Added
- Provider interface to allow multi ISP support
Expand All @@ -77,7 +82,7 @@
- Update generators to write data from JSON-STREAMS and JSON-EPG formats
- Data files now written into user data folder

## [1.1.0](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v1.1.0) - 2021-03-04
## [1.1.0](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v1.1.0) - 2021-03-04

### Added
- API calls to Orange now use a randomised user agent string
Expand All @@ -90,6 +95,6 @@
### Fixed
- Programs responses reduced by half to avoid IncompleteRead error

## [1.0.0](https://github.com/BreizhReloaded/plugin.video.orange.fr/releases/tag/v1.0.0) - 2021-03-01
## [1.0.0](https://github.com/f-lawe/plugin.video.orange.fr/releases/tag/v1.0.0) - 2021-03-01

- Initial release
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.orange.fr" name="Orange TV France" version="2.0.0+beta.2" provider-name="Flawe">
<addon id="plugin.video.orange.fr" name="Orange TV France" version="2.0.0+beta.3" provider-name="Flawe">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.routing" version="0.2.3"/>
<import addon="script.module.inputstreamhelper" version="0.5.2"/>
<import addon="script.module.inputstreamhelper" version="0.6.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="resources/addon.py">
<provides>video</provides>
Expand Down

0 comments on commit 487ff09

Please sign in to comment.