Releases: themepark-dev/theme.park
Releases · themepark-dev/theme.park
1.9.1
1.9.0
Fixes
- fix: 🐛 Ombi: button fixes
- fix: 🐛 Plex: Accent fixes
- fix: 🐛 Deluge: statusbar color fix
- fix: 🐛 arr: CalendarDay-isToday- color fix
- fix: 🐛 Bitwarden: Password generator fix, btn fix, bg fixes
- fix: 🐛 arr: move styling to servarr base
Changes
- style: 💄 plex theme-option: modal color change, add plex poster var
- style: 💄 servarr: input background fix
- style: 💄 Set placeholders to use wildcard
Updates
1.8.1
Changes
Fixes
- fix: 🐛 *arr: SearchInput-container border bottom color fix
- fix: 🐛 *arr: Calendar color fix
- fix: 🐛 Tautulli: deashboard color fixes
- fix: 🐛 Unraid: switch to correct login.php path if v6.10
- fix: 🐛 Plex: alt logo fix
Adds
Other
- For any Træfik users out there; There's now a new plugin available for subfiltering that you can check out! #42 (comment)
Full Changelog: 1.8.0...1.8.1
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