Skip to content

Latest commit

 

History

History
172 lines (107 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

172 lines (107 loc) · 5.37 KB

Changelog

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.

[3.0.0] - 2021-02-22

Changed

Added

  • Ability to customize installation of Kodi add-on packages via new build argument: KODI_EXTRA_PACKAGES

Deprecated

  • 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.

Removed

  • Libretro core fbalpha as it is not available with Kodi 19

Fixed

  • Missing video acceleration libraries (#17)

Changed

  • Add ARG DEBIAN_FRONTEND=noninteractive to Dockerfile (see #34)

[2.7.0] - 2020-07-30

Changed

[2.6.0] - 2020-06-02

Changed

Added

[2.5.0] - 2020-03-03

Changed

Added

  • Additional spoken language support via locales package (#33)
  • CpBlobs screensaver

[2.4.0] - 2019-12-10

Changed

Added

[2.3.0] - 2019-06-27

Changed

[2.2.0] - 2019-05-28

Changed

Added

[2.1.0] - 2019-02-14

Added

  • Support for game controllers, joysticks, gamepads, etc.
  • Support for Libretro cores as game add-ons
  • Input stream add-ons (#12):

Removed

  • pulseaudio, alsa, and pvr image tags as there was only a 6% savings in image size

[2.0.1] - 2019-02-06

Fixed

  • Outgoing HTTPS connections failed due to missing CA certificates

[2.0.0] - 2019-02-04

Changed

Added

[1.2.0] - 2018-09-06

Added

  • MediaPortal TV-Server PVR support

Fixed

  • Wrong timezone / timezone can not be set (#5)

[1.1.0] - 2018-05-24

Added

  • PVR support (#4)
  • New selection of image tags: latest, pulseaudio, alsa, or pvr

Changed

  • Base image is now ubuntu:bionic (was ubuntu:xenial)
  • Ditched ca-certificates as it was not needed

[1.0.0] - 2018-05-15

Initial release.