Version bump v7.3.0+beta.10

This commit is contained in:
MoojMidge 2025-11-11 08:29:23 +11:00
parent 36f1cc6048
commit b746b36d89
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.youtube" name="YouTube" version="7.3.0+beta.9" provider-name="anxdpanic, bromix, MoojMidge"> <addon id="plugin.video.youtube" name="YouTube" version="7.3.0+beta.10" provider-name="anxdpanic, bromix, MoojMidge">
<requires> <requires>
<import addon="xbmc.python" version="3.0.0"/> <import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.27.1"/> <import addon="script.module.requests" version="2.27.1"/>

View file

@ -1,3 +1,8 @@
## v7.3.0+beta.10
### Fixed
- Prune invalid entries from DB when closing connection #1331
- Fix regressions with SQLite db operations #1331
## v7.3.0+beta.9 ## v7.3.0+beta.9
### Fixed ### Fixed
- Disable label masks being used in Kodi 18 #1327 - Disable label masks being used in Kodi 18 #1327