Hey guys,
it's been a long time coming, but this is last v1.X release. I'm already in the works for a major rehaul of the entire UI, Linux and Windows builds, CI with github actions and continuous deployment for minor releases, ffmpeg for actual encoded video exports and much more.
Many of the current issues are based on use-cases which were not thought of by me, and are therefore not possible to cleanly implement, which leads to suboptimal code. This was solely a tutorial for me on how to use QML (the new Qt markup language), and after finishing a few books this year on how to do it better, I feel comfortable to create a real, cross-platform QML application.
For the interested, feel free to track the v2
branch, where the new application will be happening.
Meanwhile, @illusion0001 is able to create a few minor releases if he wants to with the new windows-ci action, so a few unnamed releases might be coming up as well. But most issues will be targeted for the v2
release, hopefully sometime this year.
New commits in this release:
- Changed png to tiff export as its faster
- Extended the history for graph centering from 180 to 1200 seconds
- Made the background color of the graph darker
As you might have noticed its not the typical installer, as this was build on Github servers, so the way to actually use this new version is to extract it manually and create a shortcut yourself. We'll see if we manage to automate the creation of the installer, but for now we will probably be focusing on making progress on the new v2
as long as you actually get runnable executables.