Skip to content

Releases: themepark-dev/theme.park

1.19.0

07 Oct 20:16
b3330b9
Compare
Choose a tag to compare

Added

Favicon Support:

Adds new favicon mods.

The addons will change the favicon in the browser and icon on mobile etc.

Note

Implementation is through docker-mods/scripts.
-e TP_ADDON={{ addon_name }}
If adding multiple mods, enter them in an array separated by |. -e TP_ADDON=addon1|addon2
Or you can just replace the files in /app/bin/UI/Content/Images/Icons

The files can be found in the addons folder: https://github.com/themepark-dev/theme.park/tree/develop/css/addons/

  • readarr-alt-favicon
  • sonarr-4k-favicon
  • sonarr-anime-favicon
  • sonarr-anime-blue-favicon
  • radarr-4k-favicon
  • radarr-anime-favicon

image
image

CSS Fixes:

  • Fixed hover effect for series table rows in Sonarr. (css/base/sonarr/sonarr-base.css)
  • Fixed transparent background for settings tags in Servarr. (css/defaults/servarr-base.css)

1.18.0

16 Sep 17:24
f226f29
Compare
Choose a tag to compare

New

  • Added Readarrtext logo addon: readarr-text-logo

  • Added Prowlarrtext logo addon: prowlarr-text-logo

  • Added Radarr anime logo addon: radarr-anime-logo

Fixed

1.17.0

15 Jun 18:09
17bc31b
Compare
Choose a tag to compare

New

Fixes

Changes

1.16.2

16 Apr 19:32
b854e92
Compare
Choose a tag to compare

Fixes

  • Add fix for qbittorrent dockermod downloading the wrong webui files. Default is now downloading the latest stable webui. Override by adding QBITTORRENT_VERSION e.g. -e QBITTORRENT_VERSION=4.2.0
  • Some minor fixes on the servarr and prowlarr css.
  • Some minor fixes on the bazarr css.
  • Some minor fixes on the unraid css.

What's Changed

Other Changes

Full Changelog: 1.16.1...1.16.2

1.16.1

29 Mar 11:54
736ef64
Compare
Choose a tag to compare

What's Changed

Some fixes for qBittorrent, Emby and VueTorrent

Other Changes

Full Changelog: 1.16.0...1.16.1

1.16.0

25 Feb 12:52
6ffb97f
Compare
Choose a tag to compare

1.16.0 - 2024-02-25

Added




Fixed

What's Changed

Other Changes

New Contributors

Full Changelog: 1.15.1...1.16.0

1.15.1

20 Jan 11:18
89a556c
Compare
Choose a tag to compare

1.15.0

17 Dec 16:13
6720374
Compare
Choose a tag to compare

What's Changed

Added

New Contributors

Full Changelog: 1.14.1...1.15.0

1.14.1

29 Oct 16:04
Compare
Choose a tag to compare

1.14

30 Sep 12:39
8d8589c
Compare
Choose a tag to compare

Docker image changes

  • Drop pushing images to docker hub.

  • New image endpoint:

    • gilbn/theme.park and ghcr.io/gilbn/theme.park won't get updates anymore.
    • The new images are located at ghcr.io/themepark-dev/theme.park
    • This affects both the image for selfhosting and all docker mods.

Fixes