Releases: jenkinsci/dark-theme-plugin
v0.0.11 🌈
v0.0.10 🌈
v0.0.9 🌈
🚀 New features and improvements
- Improve hyperlink contrast (#145) @VirtualTim
v0.0.8 🌈
🦾 LTS support
Note: 2 fixes have not yet been backported to LTS and are only available in weekly versions, JENKINS-63330, JENKINS-63331
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