Skip to content

Commit

Permalink
Prepare for v3.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
piejanssens committed Jan 12, 2021
1 parent 91c4a31 commit 2bf2390
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,17 @@ content available on [Red Bull TV](https://www.redbull.com/discover).
</table>

## Releases
### v3.2.2 (2021-01-12)
- A fix in the parsing using the new standard for UTC timezone (@dagwiers)
- Improvements to the parsing and logging of these issues in the future (@dagwiers)
- Unit tests to detect EPG issues (test for empty results) (@dagwiers)
- Add GitHub CI workflow for testing EPG issues (@dagwiers)
- Add python 3.9 support (@dagwiers)
- Add descriptions to GitHub CI workflows (@dagwiers)

### v3.2.1 (2020-10-31)
- Fix OK dialog (@dagwiers)
- Catch missing EPG time markers (@dagpiejanssens)
- Catch missing EPG time markers (@piejanssens)

### v3.2.0 (2020-10-29)
- Support VOD playback from EPG via context menu (@piejanssens)
Expand Down
6 changes: 5 additions & 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.redbull.tv" name="Red Bull TV" version="3.2.1" provider-name="piejanssens">
<addon id="plugin.video.redbull.tv" name="Red Bull TV" version="3.2.2" provider-name="piejanssens">
<requires>
<import addon="script.module.dateutil" version="2.8.0" />
<import addon="script.module.routing" version="0.2.0" />
Expand Down Expand Up @@ -29,6 +29,10 @@
<screenshot>resources/media/screenshot04.jpg</screenshot>
</assets>
<news>
v3.2.2
- Fix EPG loading
- Support for Python 3.9

v3.2.1
- Fix OK dialog
- Catch missing EPG time markers
Expand Down

0 comments on commit 2bf2390

Please sign in to comment.