Skip to content

1.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 14:47
· 3 commits to refs/heads/master since this release

πŸš€ New features and improvements

  • The UI has been modernized (#35 by @hashar) to match Jenkins core and catch up with nowadays browsers capabilities:
    • The side-bar panel has been replaced by a pane issued by Jenkins (<l:pane>)
    • In the console, the collapsible sections now use the <details> HTML element which has been available in all modern browsers since early 2020. The style is made to match modern Jenkins.
    • The panel is made to always be in the last position, this was made to avoid masking the Timestamper side panel which would not be visible when added after a long series of sections.
    • The panel is now using CSS to stick to the top (position:sticky). Note: with the Timestamper plugin, the two panels would have overlapping text. Jenkins 2.463/2.479.1 addresses that by making the panel background solid which would mask the panel beneath.

πŸ‘» Maintenance

✍ Other changes