Releases: larsjuhw/OctoPrint-ExtraFileInfo
Releases · larsjuhw/OctoPrint-ExtraFileInfo
1.4.0
Pretty much a complete rewrite
The plugin was basically rewritten entirely. It has new features and should be more lightweight for clients.
- The extra information is now rendered on the server side and uses sandboxed Jinja2 templates.
- Ace editor is used to edit this template in the settings panel.
- The plugin now allows custom Jinja2 templates to be used. This allows the user to customize the output entirely.
- The method of injecting the div elements was changed into a more efficient and better approach.
The extra info is rendered only when necessary: every time the template, config, or filter changes.
There is now also a horizontal separator line in the file info view.
Full Changelog: 1.3.0...1.4.0
1.4.0rc2
1.4.0rc1
Added horizontal line in the file info #12 (comment)
1.3.0
What's Changed
- Showing extra information in state container by @EVSalomon in #8
- Add option to show the settings to the current print information by @larsjuhw in #9
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Variable amount of entries by @EVSalomon in #6
New Contributors
- @EVSalomon made their first contribution in #6
Full Changelog: 1.1.0...1.2.0
1.1.0
1.0.1
Full Changelog: 1.0.0...1.0.1
1.0.0
Full Changelog: 0.1.0...1.0.0