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