Skip to content

Commit

Permalink
updated changelog and addon.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
robweber committed Dec 5, 2024
1 parent e1103c7 commit 2349bd2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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/robweber:matrix-1.2.5..robweber:matrix)

### Changed

- cron expression error checking now sets a default value in addition to throwing an error

### Fixed

- fixed issue with Run on Idle crashing during manual run - #77
- also catch `KeyError` during cron expression checking

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

### Changed
Expand Down
11 changes: 6 additions & 5 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.5" provider-name="robweber">
name="Library Auto Update" version="1.2.6~beta1" provider-name="robweber">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.dateutil" version="2.7.3" />
Expand All @@ -16,10 +16,11 @@
<assets>
<icon>resources/media/icon.png</icon>
</assets>
<news>Version 1.2.5
use a connection check URL instead of google.com
refactored manual run to avoid scan loops
updated translations</news>
<news>Version 1.2.6
Fixed issue with crashing on manual run
more robust cron expression checking
set default when cron expression is invalid
</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 2349bd2

Please sign in to comment.