Releases: jenkinsci/dark-theme-plugin
v0.0.7 🌈
v0.0.6 🌈
v0.0.5 🌈
v0.0.4 🌈
This release adds compatibility with changes in Jenkins 2.243
🚀 New features and improvements
- Update manage variables for upcoming core (#109) @timja
- Add active state for transparent buttons (#107) @timja
- Theme transparent buttons (#106) @timja
📝 Documentation updates
👻 Maintenance
- Update the demo to use Jenkins 2.240 and recent plugins (#96) @oleg-nenashev
v0.0.3 🌈
🚀 New features and improvements
This release brings integration with the Theme Manager plugin.
You can now choose the theme from inside Jenkins by installing the 'Dark Theme' plugin.
Admins can pick a theme from a list in the admin UI as the default theme for Jenkins
Users can turn off the theme, or pick the one that they want to use from the user's profile page.
You can still load it from the CDN just as before the URLs are:
System setting:
https://cdn.jsdelivr.net/gh/jenkinsci/[email protected]/src/main/resources/io/jenkins/plugins/darktheme/theme-system.css
Force dark mode:
https://cdn.jsdelivr.net/gh/jenkinsci/[email protected]/src/main/resources/io/jenkins/plugins/darktheme/theme.css
📝 Documentation updates
- Add the changelog badge to README (#82) @oleg-nenashev
👻 Maintenance
0.0.2
This release brings another CSS file that respects a users system configuration
for dark / light mode:
https://cdn.jsdelivr.net/gh/jenkinsci/[email protected]/theme-system.css
If you want to force all users to have the dark theme then use:
https://cdn.jsdelivr.net/gh/jenkinsci/[email protected]/theme.css
🚀 New features and improvements
0.0.1
We are excited to announce the first version of a dark theme for Jenkins.
It requires >=2.239 of Jenkins
Use the simple theme plugin for installation or a browser extension
The theme is hosted at:
https://cdn.jsdelivr.net/gh/jenkinsci/[email protected]/theme.css
🚀 New features and improvements
- Plugin manager categories (#50) @timja
- Fix autocomplete on addJob and active addJob (#49) @timja
- Fix update center (#48) @timja
- Add theme for script-console (#44) @timja
- docs: add timja as a contributor (#43) @allcontributors
- Fix configure job, help, preview text (#40) @timja
- Update contributing guidelines, introduce All Contributors (#39) @oleg-nenashev
- Deploy the demo to DockerHub (#38) @oleg-nenashev
- Mostly complete newJob view (#37) @timja
- Update to current API in Jenkins (#26) @fqueiruga
- Updates to match variables renames in core (#25) @timja
- Add Development and UI Preview modes to the Dark theme demo (#14) @oleg-nenashev
- More styles (#12) @timja
- Add URL to css file in README (#10) @timja
- Fix Manage Jenkins component (#9) @timja
- Fix table striping and yui pop out menu (#5) @timja
- Fix comments (#3) @timja
- Create CODEOWNERS (#1) @oleg-nenashev
- Initial theme (#2) @timja
🐛 Bug Fixes
📝 Documentation updates
- Add release drafter, browser compat, use tags (#66) @timja
- Improve README: screenshots and references (#17) @oleg-nenashev
- Add a quick-start demo for the Dark Theme (#8) @oleg-nenashev
- Initialize README (#7) @oleg-nenashev
👻 Maintenance
- Add support for local theme development in the demo + Allow developing the dark login theme in the demo repo (#62) @oleg-nenashev
- Fix permissions in the demo launcher file (#72) @oleg-nenashev
- Fix permissions for the exec file on DockerHub (#70) @oleg-nenashev
- Add release drafter, browser compat, use tags (#66) @timja
- Update the demo to use Jenkins 2.239 (#80) @oleg-nenashev
- Fix permissions in the demo (#75) @ksenia-nenasheva
- Update the demo to the recent core build version (#60) @oleg-nenashev