Skip to content

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii committed Jan 4, 2019
1 parent 2a3ad23 commit a1c091d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,9 @@ Install via the Plugin Manager or manually using this URL:

## Changelog

### [0.5.3] - 2019-01-03
- Added fontawesom version 4 shim to resolve issues with other icons missing in OctoPrint after installing.

### [0.5.2] - 2019-01-01
- Updated to [fontawesom 5.6.3](https://fontawesome.com/v5.6.3/icons?d=gallery&m=free). As a result, some icons may become broken. In order to handle the new solid versus branded icons the base icon class (**fas** or **fab**) must also be included in the icon field.

Expand Down Expand Up @@ -47,6 +50,7 @@ I programmed this plugin for fun and do my best effort to support those that hav

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/jneilliii)

[0.5.3]: https://github.com/jneilliii/OctoPrint-TabOrder/tree/0.5.3
[0.5.2]: https://github.com/jneilliii/OctoPrint-TabOrder/tree/0.5.2
[0.5.1]: https://github.com/jneilliii/OctoPrint-TabOrder/tree/0.5.1
[0.5.0]: https://github.com/jneilliii/OctoPrint-TabOrder/tree/0.5.0
Expand Down
2 changes: 1 addition & 1 deletion octoprint_taborder/__init__.py
Expand Up @@ -10,7 +10,7 @@ class taborder(octoprint.plugin.AssetPlugin,
##-- AssetPlugin mixin
def get_assets(self):
return dict(js=["js/taborder.js","js/spectrum.js"],
css=["css/taborder.css","css/font-awesome.min.css","css/spectrum.css"])
css=["css/taborder.css","css/font-awesome.min.css","css/spectrum.css","css/font-awesome-v4-shims.min.css"])

##-- Settings mixin
def get_settings_defaults(self):
Expand Down

0 comments on commit a1c091d

Please sign in to comment.