Skip to content

Commit

Permalink
Prepare for v0.1.1 release (#6)
Browse files Browse the repository at this point in the history
Update README and addon.xml for release.
  • Loading branch information
dagwieers authored Apr 12, 2020
1 parent dd4eeb4 commit 3d8b14d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ check-addon: clean
kodi-addon-checker . --branch=krypton
kodi-addon-checker . --branch=leia

build: test
build: clean test
@echo -e "$(white)=$(blue) Building new package$(reset)"
@rm -f ../$(zip_name)
cd ..; zip -r $(zip_name) $(include_paths) -x $(exclude_files)
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@ You can report issues at [our GitHub project](https://github.com/add-ons/plugin.

## Releases

#### v0.1.1 (2020-04-12)
- Added channel Radio 1 Classics
- Added channel StuBru #ikluisterbelgisch
- Added channel MNM Back to the 90's & 00's
- Removed channel Sporza

#### v0.1.0 (2019-05-01)
- Initial working release
8 changes: 7 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.audio.vrt.radio" name="VRT Radio" version="0.1.0" provider-name="dagwieers">
<addon id="plugin.audio.vrt.radio" name="VRT Radio" version="0.1.1" provider-name="dagwieers">
<requires>
<!-- import addon="resource.images.studios.coloured" version="0.0.15"/ -->
<import addon="resource.images.studios.white" version="0.0.21"/>
Expand All @@ -23,6 +23,12 @@ Met deze addon kan je alle VRT Radio streams beluisteren.
<platform>all</platform>
<license>GPL-3.0-only</license>
<news>
v0.1.1 (2020-04-12)
- Added channel Radio 1 Classics
- Added channel StuBru #ikluisterbelgisch
- Added channel MNM Back to the 90's &amp; 00's
- Removed channel Sporza

v0.1.0 (2019-05-01)
- First release
</news>
Expand Down

0 comments on commit 3d8b14d

Please sign in to comment.