Skip to content

1.23.0 - #736

Merged
GilbN merged 29 commits into
masterfrom
develop
Sep 19, 2026
Merged

1.23.0#736
GilbN merged 29 commits into
masterfrom
develop

Conversation

@GilbN

@GilbN GilbN commented Sep 19, 2026

Copy link
Copy Markdown
Collaborator

Added

  • Added Whisparr 4k logo.

Fixed

  • Fixed CSS for Bazarr 1.4.4+
  • Fixes nzbget
  • Fixed outdated Dozzle themes
  • Fixed Pi-hole theme
  • Fixed ombi theme
  • Fixed outdated Nginx Proxy manager
  • Update jellyfin to support v12

GilbN and others added 29 commits September 13, 2026 23:32
fix(nzbget): restore checkbox, modal and hover styles
…flow

chore: add CSS maintenance workflow and NZBGet setup
Fix Pi-hole network loading and borders
fix(ombi): make Latte form and filter text readable
Rewrite Nginx Proxy Manager theme for the current UI
Copilot AI lite review requested due to automatic review settings September 19, 2026 11:47
@GilbN
GilbN merged commit 88048fb into master Sep 19, 2026
5 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

Unresolved styling, fixture reproducibility, documentation, and credential issues remain.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 1 Medium severity · 1 Low severity

Open (2)
What changed in this PR

Release 1.23.0 refreshes multiple application themes, adds Whisparr 4K branding, and expands development fixtures.

Changes:

  • Updates Bazarr, Dozzle, Jellyfin, Nginx Proxy Manager, NZBGet, Ombi, and Pi-hole styling.
  • Adds Compose fixtures, seed scripts, verification tools, and documentation.
  • Adds deployment exclusions and screenshot guidance.
File Summary
dev/​whisparr/​README.md Whisparr setup and logo verification.
dev/​whisparr/​compose.yaml Whisparr development services.
dev/​whisparr/​.gitignore Ignores local dependencies.
dev/​serve.py No-cache development asset server.
dev/​README.md Shared fixture workflow guidance.
dev/​pihole/​seed.py Seeds synthetic network devices.
dev/​pihole/​README.md Pi-hole setup and verification.
dev/​pihole/​default.conf.template Pi-hole proxy injection configuration.
dev/​pihole/​compose.yaml Pi-hole development services.
dev/​ombi/​README.md Ombi setup and verification.
dev/​ombi/​compose.yaml Ombi development services.
dev/​nzbget/​seed.py Seeds synthetic NZBGet queues.
dev/​nzbget/​README.md NZBGet setup and modal verification.
dev/​nzbget/​compose.yaml NZBGet development services.
dev/​nginx-proxy-manager/​verify.py NPM browser verification.
dev/​nginx-proxy-manager/​verify_variables.py NPM variable audit.
dev/​nginx-proxy-manager/​seed.py Seeds NPM hosts and users.
dev/​nginx-proxy-manager/​screenshots/​README.md Documents review screenshots.
dev/​nginx-proxy-manager/​README.md NPM setup and verification.
dev/​nginx-proxy-manager/​compose.yaml NPM development services.
dev/​jellyfin/​setup.py Configures Jellyfin fixture data.
dev/​jellyfin/​seed-media.py Generates synthetic media.
dev/​jellyfin/​seed-images.cjs Renders synthetic artwork.
dev/​jellyfin/​README.md Jellyfin setup and dashboard checks.
dev/​jellyfin/​nginx.conf Jellyfin dashboard proxy.
dev/​jellyfin/​compose.yaml Jellyfin development services.
dev/​dozzle/​sample-logs.py Generates synthetic Dozzle logs.
dev/​dozzle/​README.md Dozzle setup and verification.
dev/​dozzle/​default.conf.template Dozzle proxy configuration.
dev/​dozzle/​compose.yaml Dozzle development services.
dev/​bazarr/​seed.py Seeds disposable Bazarr data.
dev/​bazarr/​README.md Bazarr setup and Mantine verification.
dev/​bazarr/​compose.yaml Bazarr development services.
dev/​.gitignore Ignores development artifacts.
css/​base/​pihole/​pihole-base.css Updates Pi-hole colors and borders.
css/​base/​ombi/​ombi-base.css Fixes Ombi labels, filters, and profiles.
css/​base/​nzbget/​nzbget-base.css Fixes NZBGet controls and hover states.
css/​base/​nginx-proxy-manager/​nginx-proxy-manager-base.css Reworks NPM React/Tabler styling.
css/​base/​jellyfin/​jellyfin-base.css Adds Jellyfin 12 styling.
css/​base/​dozzle/​dozzle-base.css Reworks Dozzle 11 styling.
css/​base/​bazarr/​bazarr-base.css Adds Bazarr Mantine styling.
css/​addons/​whisparr/​whisparr-4k-logo/​whisparr-4k-logo.css Applies Whisparr 4K logo selectors.
css/​addons/​bazarr/​bazarr-darker/​bazarr-darker.css Updates the darker Bazarr addon.
css/​addons/​bazarr/​bazarr-4k-logo/​bazarr-4k-logo.css Updates the Bazarr 4K logo addon.
AGENTS.md Adds repository development guidance.
.github/​workflows/​minify-and-deploy.yml Excludes development files from deployment.
.github/​CONTRIBUTING.md Clarifies screenshot requirements.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +100 to +103
html[data-theme] .btn:not(.btn-error, .btn-warning, .btn-success, .btn-info):not(:disabled, .btn-disabled, [aria-disabled="true"]):hover {
background: var(--button-color-hover);
color: var(--button-text-hover);
}
Comment on lines +11 to +12
These two images are embedded in the PR. Full test results and intermediate
screenshots remain under ignored `dev/artifacts/nginx-proxy-manager/707/`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants