Skip to content

Releases: jenkinsci/dark-theme-plugin

v0.0.7 🌈

06 Aug 21:25
0.0.7
f27a7c1
Compare
Choose a tag to compare

🚀 New features and improvements

v0.0.6 🌈

06 Aug 21:16
0.0.6
0eb4ba6
Compare
Choose a tag to compare

🐛 Bug Fixes

📝 Documentation updates

  • Add more badges to README (#132) @timja
  • Update minimum required version to 2.248 in README (#131) @jnsdrtlf

👻 Maintenance

  • Include release drafter on tags (#130) @timja
  • Fix tag template in release drafter configuration (#125) @timja

v0.0.5 🌈

22 Jul 07:04
0.0.5
bde24bb
Compare
Choose a tag to compare

🚀 New features and improvements

👻 Maintenance

v0.0.4 🌈

01 Jul 20:04
0.0.4
3e98ae1
Compare
Choose a tag to compare

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

v0.0.3 🌈

15 Jun 15:59
0.0.3
2f189a4
Compare
Choose a tag to compare

🚀 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

👻 Maintenance

0.0.2

08 Jun 08:16
0a0d522
Compare
Choose a tag to compare

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

  • Add respect of system configuration (#87) @timja
  • Adapt for new sidepanel changes (#84) @timja

0.0.1

04 Jun 12:29
b863e79
Compare
Choose a tag to compare

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

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance