Skip to content

Commit

Permalink
bump to Kodi 18.5 and add additional screensavers
Browse files Browse the repository at this point in the history
  • Loading branch information
ehough committed Dec 10, 2019
1 parent 1169b5a commit dc571a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [unreleased]
## [2.4.0] - 2019-12-10

### Changed

* Bump to [Kodi 18.4](https://kodi.tv/article/kodi-leia-184-release)
* Bump to [Kodi 18.5](https://kodi.tv/article/kodi-leia-185-release)

### Added

Expand All @@ -20,6 +20,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* [Nintendo - SNES / Famicom (bsnes-mercury Balanced)](http://docs.libretro.com/library/bsnes_mercury_balanced/)
* [Nintendo - SNES / Famicom (bsnes-mercury Performance)](http://docs.libretro.com/library/bsnes_mercury_performance/)
* [Nintendo - Virtual Boy (Beetle VB)](http://docs.libretro.com/library/beetle_vb/)
* Kodi screensavers
* [Asteroids](https://kodi.tv/addon/screensaver/asteroids)
* [Asterwave](https://kodi.tv/addon/screensaver/asterwave)
* [BioGenesis](https://kodi.tv/addon/screensaver/biogenesis)
* [Greynetic](https://kodi.tv/addon/screensaver/greynetic)
* [Matrix trails](https://kodi.tv/addon/screensaver/matrix-trails)
* [Ping Pong](https://kodi.wiki/view/Add-on:Ping_Pong)
* [Pyro](https://kodi.tv/addon/screensaver/pyro)
* [Stars](https://kodi.tv/addon/screensaver/stars)

## [2.3.0] - 2019-06-27

Expand Down
11 changes: 10 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ RUN apt-get update && \
# - kodi-inputstream-* input stream add-ons
# - kodi-peripheral-joystick enables the use of gamepads, joysticks, game controllers, etc.
# - kodi-pvr-* PVR add-ons
# - kodi-screensaver-* additional screensavers
# - pulseaudio in case the user prefers PulseAudio instead of ALSA
# - tzdata necessary for timezone selection
RUN packages=" \
\
ca-certificates \
kodi=2:18.4+* \
kodi=2:18.5+* \
kodi-eventclients-kodi-send \
kodi-game-libretro \
kodi-game-libretro-beetle-pce-fast \
Expand Down Expand Up @@ -84,6 +85,14 @@ RUN packages=" \
kodi-pvr-vuplus \
kodi-pvr-wmc \
kodi-pvr-zattoo \
kodi-screensaver-asteroids \
kodi-screensaver-asterwave \
kodi-screensaver-biogenesis \
kodi-screensaver-greynetic \
kodi-screensaver-matrixtrails \
kodi-screensaver-pingpong \
kodi-screensaver-pyro \
kodi-screensaver-stars \
pulseaudio \
tzdata" && \
\
Expand Down

0 comments on commit dc571a3

Please sign in to comment.