Skip to content

Releases: Birkbjo/OctoPrint-Themeify

v1.2.2

02 Apr 09:03
Compare
Choose a tag to compare

I forgot to update setup.py in v1.2.1, which results in update loops. I'm very sorry about that! Should be fixed in this release.

See previous release for release notes

v1.2.1

01 Apr 19:35
Compare
Choose a tag to compare

This release adds Octoprint 1.4 compatibility and some other miscellaneous fixes.

Bug Fixes

  • remove quotes in selectors to prevent crashes (f3c1bca), closes #45
  • subscribe to icon-change (ed7483f)
  • cyborg-theme: fix float layout. Fixes #56 (2675c36)
  • logger: python 3 compat (74f2fc1)

Other fixes

  • Octoprint 1.4 compatibility (fa7e3d1)

1.2.0

01 Apr 23:55
Compare
Choose a tag to compare
  • Optimised the "flicker" before the theme is applied on initial page load.
  • New theme - Nighttime! (Thanks to @brdrck)

1.1.0

25 Jan 19:33
Compare
Choose a tag to compare
  • Two new themes
  • Minor fixes to Discorded and Cyborg theme

1.0.1

07 Dec 21:37
Compare
Choose a tag to compare
  • Minor bugfix: Fixed missing memory-card icon

1.0.0

07 Dec 20:02
Compare
Choose a tag to compare
  • Added Cyborg theme (Thanks to @ntoff)
  • Now bundles JS and CSS with Webpack to support older browsers
  • Fixed an issue where CSS-rules where applied before all DOM-elements were loaded
    • This might increase the loading-time of the plugin, and you will see the default theme a split second before everything is loaded, may look into optimising this in a future version.

0.3.1

21 Nov 18:55
Compare
Choose a tag to compare

Minor bugfix that crashed OctoPrint in some cases, see 0.3.0 latest notes.

0.3.0

21 Nov 02:20
Compare
Choose a tag to compare

Customization!

The plugin now features customization.
You can edit the navbar, or add any custom CSS directly from the settings-dialog!

0.2.1

15 Nov 14:00
Compare
Choose a tag to compare

Minor version:

  • Better handling of some icons in the settings dialog

0.2.0

15 Nov 12:53
Compare
Choose a tag to compare
  • Improved plugin compatibility
    • Now checks if TouchUI is enabled, and will disable the theme if it is.
  • Fixed some icon styling