Skip to content

Commit

Permalink
version bump - 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robweber committed Oct 20, 2023
1 parent 1c8b1d7 commit f9910ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased](https://github.com/robweber/xbmclibraryautoupdate/compare/matrix-1.2.4...robweber:matrix)
## [Version 1.2.5](https://github.com/robweber/xbmclibraryautoupdate/compare/matrix-1.2.4...robweber:matrix-1.2.5)

### Changed

Expand All @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Fixed

- use www.google.com for the network connectivity check - thanks @afontenot
- refactored `manual.py` file and `service.py` to avoid scan trigger loops on manual runs

## [Version 1.2.4](https://github.com/robweber/xbmclibraryautoupdate/compare/matrix-1.2.3...robweber:matrix-1.2.4)

Expand Down
6 changes: 4 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.libraryautoupdate"
name="Library Auto Update" version="1.2.6~beta1" provider-name="robweber">
name="Library Auto Update" version="1.2.5" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.7.3" />
Expand All @@ -17,7 +17,9 @@
<icon>resources/media/icon.png</icon>
</assets>
<news>Version 1.2.5
use a connection check URL instead of google.com</news>
use a connection check URL instead of google.com
refactored manual run to avoid scan loops
updated translations</news>
<summary lang="bg_BG">Обновява библиотеките в Kodi (за видео и музика) чрез брояч. Той се стартира като Kodi услуга, затова няма да изпуснете нито едно обновяване.</summary>
<summary lang="ca_ES">Actualitza les llibreries de vídeo i música de l&apos;Kodi amb un temporitzador. El temporitzador arranca com un servei de l&apos;Kodi, per tant mai es perdrà una actualització.</summary>
<summary lang="cs_CZ">Aktualizujte svou knihovnu videa a hudby v Kodi podle časovače. Časovač běží jako služba Kodi, takže nikdy nezmeškáte aktualizaci.</summary>
Expand Down

0 comments on commit f9910ae

Please sign in to comment.