Releases: TytanRock/PenguinTuner
v0.4.4 Release
Fixed dependency list from the meson.build file
v0.4.3 Release
Added Support for Mac.
This release has no changes to the Linux version of PenguinTuner.
Mac Binaries include the application and shared object (.dylib) as built from the 10.15 macOS runner. Application belongs somewhere on the PATH, such as /usr/bin, and shared object belongs somewhere on the LD_LIBRARY_PATH, such as /usr/lib.
MacOS Install will be supported via Homebrew, look at https://penguintuner.tytan.rocks/installation for details on installing.
v0.4.2 Release
Changed label in bottom left to combobox that allows users to select the device
v0.4.1 Release
Server status is more descriptive.
Fixed regression bug where device name field constantly overwrote whatever the user put in.
v0.4.0 Release
Added support for SSH-style file uploads
Added support for armel and arm64 architectures
Fixed regression bug introduced in v0.3.4, where the firmware upgrade status bar doesn't update.
v0.3.4 Release
Added server version
Added server status
v0.3.3 Release
Moved to meson build system
Changed bins to be all lowercase. This means calling the application is different, you must use penguintuner
instead of PenguinTuner
.
Added horizontal and vertical scrollbar to selftest-snapshot window.
Compiles for armhf now.
v0.3.1 Release
Patch to the v0.3.0 release
Contains all the features v0.3.0 has with the addition of:
- A bug fix where the selected device would not change automatically
This is also the first instance where I'm using github-pages to host the deb packages so users can apt update PenguinTuner and get the latest version automatically. You can manually install the ppa key if you wish, or run the install.sh script found in the gh-pages branch. Documentation for this will be updated.
This release only supports linux debian systems, and provides a .deb package for the user to apt install with.
v0.3.0 Release
Expanding on release v0.2.0.
This version supports everything from v0.2.0, with the addition of:
- Self-Test Snapshot devices
- Factory Default
This release only supports linux debian systems, and provides a .deb package for the user to apt install with.
v0.2.0 Release
Expanding on release v0.1.0.
This version supports everything from v0.1.0, with the addition of:
- Blink device
- Change device name
This release only supports linux debian systems, and provides a .deb package for the user to apt install with.