-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
buildPlugin(version: "Nexus") | ||
buildPlugin(version: "Omega") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
v20.5.0 | ||
v21.5.0 | ||
- Initial release | ||
v20.6.0 | ||
v21.6.0 | ||
- Migrate from botan towards native AES and SHA256 implementations for: | ||
- better portability | ||
- faster compilation | ||
- less dependencies | ||
v20.6.1 | ||
v21.6.1 | ||
- Switch from adaptive to manual-osd for inputstream | ||
- Fix not subscribed channels leading to crash | ||
v20.7.0 | ||
v21.7.0 | ||
- Add Android TV platform (e.g. BigScreen/4K) | ||
v20.7.1 | ||
v21.7.1 | ||
- Adapt user agent header for platforms when streaming | ||
v20.7.2 | ||
v21.7.2 | ||
- Fix EPG date | ||
v20.7.3 | ||
v21.7.3 | ||
- Optionally use inputstream.ffmpegdirect | ||
v20.7.4 | ||
v21.7.4 | ||
- Exploit some more EPG data (live, age, seasons, episodes) | ||
v20.7.5 | ||
v21.7.5 | ||
- Fix startup with empty credentials and web | ||
v20.7.6 | ||
- Try to fix armv7a |