Skip to content

Commit

Permalink
Version bump - v7.0.4+beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Mar 16, 2024
1 parent 4133bc3 commit 45c1e1b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.youtube" name="YouTube" version="7.0.4+beta.1" provider-name="anxdpanic, bromix">
<addon id="plugin.video.youtube" name="YouTube" version="7.0.4+beta.2" provider-name="anxdpanic, bromix">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="script.module.requests" version="2.27.1"/>
Expand Down
19 changes: 19 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v7.0.4+beta.2
### Fixed
- Overhaul of http server settings to try and fix #633

### Changed
- Live stream sorting changed
- Upcoming sorted by date
- Live sorted by most viewed
- Completed by most viewed in last 3 days

### New
- Kodi 18 (Leia) release available
- These releases are unsupported and not completely functional
- If they work, then that is good
- If they don't work, then that is no different to current state of affairs
- Known issues:
- accessing script actions through settings does not work (e.g. maintenance and user actions)
- Setup wizard will disable use of website urls if no playercorefactory.xml is found

## v7.0.4+beta.1
### Fixed
- Workarounds for buggy language and region details in Kodi
Expand Down

0 comments on commit 45c1e1b

Please sign in to comment.