Skip to content

Releases: ProtozeFOSS/KrakenZPlayground

KZP v1.1.1 LTS

12 Apr 18:32
Compare
Choose a tag to compare
  • Bug and stability fixes
  • default directory for examples and images is the AppData directory on your platform
  • Examples are no longer included with the application (see the examples.zip for each release)
  • KZP will now set the mode to NZXT liquid monitor on exit to improve the state of the Kraken Z for the next application.

Remaining bug - If the profile is set to load a file (Qml Example or image) and the cannot be found, the application will not correctly draw even if the qml file is correctly set and "Reload" is requested.

Work Around:
Set the Qml or Image correctly and then restart the application. Or manually edit the settings.json and fix the path - then close and reopen the application

You can find where that is on your OS by searching for "AppLocalDataLocation"
https://doc.qt.io/qt-5/qstandardpaths.html#StandardLocation-enum

Full Changelog: v1.1...v1.1.1

KZP V1.1 LTS

11 Apr 21:20
Compare
Choose a tag to compare

V1.1 - lots of good details to be added here

Full Changelog: v1.0-final...v1.1

Release V1.0 Final

04 Apr 12:16
Compare
Choose a tag to compare

Version 1.0 FINAL

KZP v1 0

  • Some final bug fixes with Qml reload,
  • Added two new clock examples!
  • Added rotation offset unlock
  • Improved Qml App synchronization (onDraw method)

Release 1.betaV2

30 Mar 23:49
Compare
Choose a tag to compare

A new release for testing before 1.0 Final

Many new features since last beta release!

  • Background Rendering (huge feature sorry for the delay)
  • System Tray support
  • Cleaned up errors in debug message reporting
  • Stability fixes left and right
  • Enhanced Frame delay interaction allowing to choose the LCD draw rate
  • Improved Examples (Monitor in particular)

BETA RELEASE!

15 Mar 19:27
Compare
Choose a tag to compare

The beta release of Kraken Z Playground!

What can you build?

On Windows

  • Unzip the application folder from the archive.
  • Run the KrakenZPlayground.exe in the folder. Examples are included in the application folder.

On Linux

  • Download the AppImage file
  • run chmod a+x Kraken_Z_Playground-x86_64.AppImage
  • run the application ./Kraken_Z_Playground-x86_64.AppImage
    The appimage does not include the examples but they can be found in the examples folder of the source code