Skip to content

Commit

Permalink
[script.timers] 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Heckie75 committed Dec 9, 2024
1 parent 09d318f commit 682e64a
Show file tree
Hide file tree
Showing 3 changed files with 888 additions and 6 deletions.
10 changes: 5 additions & 5 deletions script.timers/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="script.timers" name="Timers" version="4.0.0" provider-name="Heckie">
<addon id="script.timers" name="Timers" version="4.0.1" provider-name="Heckie">
<requires>
<import addon="xbmc.python" version="3.0.0" />
</requires>
Expand Down Expand Up @@ -66,6 +66,10 @@
<website>https://github.com/Heckie75/kodi-addon-timers</website>
<source>https://github.com/Heckie75/kodi-addon-timers</source>
<news>
v4.0.1 (2024-12-08)
- Addded translations for French (provided by Skypichat-kodi and Gemini)
- Bugfix: Prevent exception when turning off timers by deselecting all days of week

v4.0.0 (2024-08-31)
- New Feature: programming timers with full date (not only day within upcoming 7 days, feature request #34)
- Improved stop behavior of overlapping media timers acc. its priority
Expand All @@ -89,10 +93,6 @@ v3.9.0 (2023-11-11)
v3.8.0 (2023-08-06)
- Context menu quicktimer: Added dialog if item is already scheduled and ask to replace or delete

v3.7.0 (2023-06-30)
- If you stop explicitly playback while a start-stop-timer is running there won't be another stop action anymore when this timer runs out.
- Added workaround that streamed video (probably mpeg-dash) immediately stops after timer has started (only happened if 'seek to correct time if timer starts belatedly' is activated)

Complete changelog see https://github.com/Heckie75/kodi-addon-timers
</news>
<assets>
Expand Down
Loading

0 comments on commit 682e64a

Please sign in to comment.