Skip to content

Releases: jenkinsci/dark-theme-plugin

v0.0.11 🌈

27 Jan 13:49
0.0.11
4d3b589

Choose a tag to compare

🚀 New features and improvements

  • Adapt to core accessibility and color palette changes (#156) @timja

v0.0.10 🌈

22 Sep 15:42
0.0.10
ab3565c

Choose a tag to compare

🚀 New features and improvements

  • Override --white, fixes 'more info' link in empty states (#148) @timja

v0.0.9 🌈

22 Sep 11:13
0.0.9
ddec9c1

Choose a tag to compare

🚀 New features and improvements

v0.0.8 🌈

10 Sep 07:05
0.0.8
aadfb30

Choose a tag to compare

🦾 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 🌈

06 Aug 21:25
0.0.7
f27a7c1

Choose a tag to compare

🚀 New features and improvements

v0.0.6 🌈

06 Aug 21:16
0.0.6
0eb4ba6

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

Choose a tag to compare

🚀 New features and improvements

👻 Maintenance

v0.0.4 🌈

01 Jul 20:04
0.0.4
3e98ae1

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

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

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