All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Bump to Kodi 19.0 "Matrix"
- Bump to Ubuntu 20.04 LTS "Focal Fossa"
- Ability to customize installation of Kodi add-on packages via new build argument:
KODI_EXTRA_PACKAGES
- This image will no longer bundle all known Kodi add-ons (screensavers, PVR add-ons, games, etc), and existing add-ons will be removed in version 4.0.0 of this image (with Kodi 20). Please use the
KODI_EXTRA_PACKAGES
feature instead.
- Libretro core
fbalpha
as it is not available with Kodi 19
- Missing video acceleration libraries (#17)
- Add
ARG DEBIAN_FRONTEND=noninteractive
toDockerfile
(see #34)
- Bump to Kodi 18.8
- Bump to Kodi 18.7
- Support for the X-Arcade Tankstick
- Bump to Kodi 18.6
- Additional spoken language support via
locales
package (#33) - CpBlobs screensaver
- Bump to Kodi 18.5
- Libretro cores
- Kodi screensavers
- Bump to Kodi 18.3
- Bump to Kodi 18.2
- Libretro cores
- PVR add-on: Sledovanitv.cz
- Support for game controllers, joysticks, gamepads, etc.
- Support for Libretro cores as game add-ons
- Input stream add-ons (#12):
pulseaudio
,alsa
, andpvr
image tags as there was only a 6% savings in image size
- Outgoing HTTPS connections failed due to missing CA certificates
- Upgrade to Kodi 18.0 "Leia"
- New PVR add-ons
- MediaPortal TV-Server PVR support
- Wrong timezone / timezone can not be set (#5)
- PVR support (#4)
- New selection of image tags:
latest
,pulseaudio
,alsa
, orpvr
- Base image is now
ubuntu:bionic
(wasubuntu:xenial
) - Ditched
ca-certificates
as it was not needed
Initial release.