Skip to content

v6.3 Customizable layout

Compare
Choose a tag to compare
@RoanH RoanH released this 27 Jun 23:26
· 963 commits to master since this release

Add a lot of layout related options:

  • All text can now be rendered either horizontal or vertical (default)
  • Panels can now be organized in a grid instead of just a single row. The number of rows and columns is custom.
  • Positions can now also be assigned to the max, avg, cur & tot panels. Meaning they can now also be placed at a custom place instead of at the end of the row.
  • 4 new modes of the graph are implemented. Under the other components (default), on top of them, on the right of them, on the left of them and detached. When the graph is detached it gets it's own window that can be given a custom size.
  • The graph dimensions are no longer fixed and can be changed (as long as the side isn't shared).
  • Support to save & load all of the above to a configuration file.