Skip to content

Commit

Permalink
Version bump v7.1.1+beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Nov 2, 2024
1 parent aca9124 commit 4fc9d89
Show file tree
Hide file tree
Showing 2 changed files with 17 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.1.1+beta.3" provider-name="anxdpanic, bromix, MoojMidge">
<addon id="plugin.video.youtube" name="YouTube" version="7.1.1+beta.4" provider-name="anxdpanic, bromix, MoojMidge">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.27.1"/>
Expand Down
16 changes: 16 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v7.1.1+beta.4
### Fixed
- Fix incorrectly determining Kodi release name
- Fix search window history navigation when using direct links

### Changed
- Improve https server sleep and wakeup #810 #951
- Update Setup Wizard to disable all alternative player settings if not required #938

### New
- Improvements to searching
- Add context menu items for changing sort order of saved searches #172
- Allow search parameters to be stored per search #172 #689
- Allow additional optional search parameters to be used #689
- Improve parsing of date offset when searching for completed live events

## v7.1.1+beta.3
### Fixed
- Fix not listing full stream details in selection dialog
Expand Down

0 comments on commit 4fc9d89

Please sign in to comment.