Releases: themepark-dev/theme.park
Releases · themepark-dev/theme.park
1.8.0
Fixes
- fix: 🐛 Unraid: CA button fix
- fix: 🐛 Plex: accent fixes
- fix: 🐛 Vuetorrent: Switch to attribute wildcard selector. Fixes #358
- fix: 🐛 *arr side bar text color fix
- fix: 🐛 Deluge: remove hardcoded color
- fix: 🐛 Sabnzbd: button color fix
- fix: 🐛 *arr: Updates page accent
Updates
- Remove all referances to theme-park domain. Use relative paths Thanks @truxnell
- fix: 💄 Remove hard coded white text
New
Full Changelog: 1.7.3...1.8.0
1.7.3
1.7.2
What's Changed
Docker
- Removed curl
- feat: Adds TP_URLBASE env
- fix: 🐛 Fixes double sed'ing, and changes the TP_SCHEME default value …
- feat: Build multi arch images
Go to https://docs.theme-park.dev/setup/#docker for more information on the docker image.
See https://docs.theme-park.dev/setup/#reverse-proxy-example for reverse proxy examples
See https://docs.theme-park.dev/setup/#docker-mods-local-example for how to use docker mods with local setup of the theme.park image
Themes
Other Changes
Full Changelog: 1.7.1...1.7.2
1.7.1
What's Changed
- Docker:
- Plex: Accent fixes
- *Arrs:
Other Changes
- 1.6.15 by @GilbN in #333
- 1.6.16 by @GilbN in #335
- 1.7 by @GilbN in #337
- include cname file by @GilbN in #338
- dockerhub tag fix by @GilbN in #339
- push all tags by @GilbN in #340
- added TP_SCHEME env, build on master by @GilbN in #342
- docker build workflow fixes by @GilbN in #343
- add name steps in workflow by @GilbN in #344
- Docker sed fixes by @GilbN in #347
- 1.7.1 by @GilbN in #351
Full Changelog: 1.6.14...1.7.1
1.7
1.6.16
What's Changed
Fixed
New
- Docker image available to selfhost all CSS files. (Still under development)
Docker
docker create \
--name=theme-park \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Oslo \
-e TP_DOMAIN=yourdomain.com \
--restart unless-stopped \
ghcr.io/gilbn/theme.park
Docker compose
version: "2.1"
services:
theme-park:
image: ghcr.io/gilbn/theme.park
container_name: theme-park
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Oslo
- TP_DOMAIN=yourdomain.com
restart: unless-stopped
Other Changes
Full Changelog: 1.6.14...1.6.16
1.6.15
1.6.15
What's Changed
- fix: 💄 Theme Options: Changes --modal variables to use linear gradients
- Helps wierd rendering after latest Chrome 99 release
- feat: 💄 Plex theme option: Switch to app.plex.tv style gradient on --main-bg-color
- feat: 💄 Organizr: Settings menu tabs accent changes
- feat: 💄 Organizr: Settings vtabs accent changes
Fixes
- fix: 🐛 Organizr: several bug fixes
- fix: 🐛 Plex: Fixes background color not working on latest Plex version
- fix: 🐛 Organizr: swal button and overlay color fixes.
- fix: 🐛 Sabnzbd: Modal,dropdown fixes
- fix: 🐛 Bazarr: Fixes side menu background on v1.0.4-beta.10. Removes .progress-bar shadow. Fixes https://github.com/GilbN/theme.park/issues/334
- fix: 🐛 Unraid: fixed pre border color
Full Changelog: 1.6.14...1.6.15
1.6.14
What's Changed
- Overseerr: Better --overseerr-gradient on trueblack theme option
- Overseerr: cards hover and .bg-gray-800 change
- Overseerr: sidemenu color change
Fixes
- Overseerr: .ring-1 --tw-ring-shadow fix
- Overseerr: Button fix, bg-gray-700 change, --overseerr-gradient fix, …
- fix: 🐛 Organizr: fix some wierd gradient rendering with chrome 99
- fix: 🐛 *Arr: Fixes for wierd gradient rendering on chrome 99
- fix: 🐛 Organizr: settings background fix
- fix: 🐛 Organizr: plugin modal
- fix: 🐛 Organizr: fix the fix
- fix: 🐛 Bazarr: dropdown fix
Other Changes/Fixes
- Add trueblack theme by @Drapersniper in #325
- Fix new index.html path for deluge by @tnyeanderson in #326
- Some fixes to trueblack by @Drapersniper in #328
- Fix button-color-hover by @Drapersniper in #329
- 1.6.14 by @GilbN in #330
New Contributors
- @Drapersniper made their first contribution in #325
- @tnyeanderson made their first contribution in #326
Full Changelog: 1.6.13...1.6.14