Releases: Gummientchen/presentmon-graph-generator
Releases · Gummientchen/presentmon-graph-generator
v0.6
New Features in v0.6
- more stats: frames, smoothness, max fps, min fps, gpu max power, gpu min power, gpu average power
- titles are now left aligned
- unified bin width for histograms
What's Changed
- v0.6 - dev merge by @Gummientchen in #3
Full Changelog: v0.5...v0.6
v0.5
New Features
- it is now possible to export the graphs as a pdf and svg too
- sadly the preview window had to be removed, as this matplotlib backend doesn't support this
What's Changed
- added new export functions: pdf and svg by @Gummientchen in #1
- implemented new export functionality: pdf and svg by @Gummientchen in #2
Full Changelog: v0.4...v0.5
v0.4
New Features
- now by default creates graphs in dark mode
- new option "-d" to choose a theme (currently only "dark" and "light" are available)
- new option "-s" to show a preview windows for the graph
Check README.md for more information on how to use those new options.
Full Changelog: v0.3...v0.4
v0.3
Added new functionality
The histograms now use logarythmic scaling. This helps in the case when only very few frames take way longer. Also added basic FPS statistics.
Full Changelog: v0.2...v0.3
v0.2
v0.2 - new feature
It is now possible to specify a custom title for the graph with the -t option
v0.1
First release - v0.1
Basic functionality implemented. See README.md for instructions