Skip to content

Commit

Permalink
Version bump v7.1.1+beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Oct 10, 2024
1 parent 1573e0a commit 2097537
Show file tree
Hide file tree
Showing 2 changed files with 24 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.0.1" provider-name="anxdpanic, bromix, MoojMidge">
<addon id="plugin.video.youtube" name="YouTube" version="7.1.1+beta.1" 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
23 changes: 23 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v7.1.1+beta.1
### Fixed
- Fix http server not listening on any interface if listen IP is 0.0.0.0 #927

### New
- Explicitly enable TCP keep alive #913
- Add localised title and description for videos, channels and playlists
- Update display of playlists to show the following details:
- item count
- date
- channel name
- description
- web url
- podcast status
- Update display of channels to show the following details:
- view count
- subscriber count
- video count
- date
- description
- channel name in description
- web url

## v7.1.0.1
### Fixed
- Fix logging/retry of sqlite3.OperationalError
Expand Down

0 comments on commit 2097537

Please sign in to comment.