Revolution Calling
Pre-releaseThis is the first development version of the 2.0 serie. Main feature of this version is that the whole UI was rewritten to use Tk library instead of GTK. At this moment it is very ugly and probably buggy UI, but the whole program is almost twice times smaller than earlier versions. Translations are not ported to the new code yet too. Binaries are available for Linux 64-bit.
Version nolibs is without Tcl/Tk libraries (workaround of issue #3). If normal version doesn't start, please try nolibs version. But in that situation, you have to install all required Tcl/Tk libraries (with Img and Tklib also) from your distribution. For Ubuntu it will be the command in a console sudo apt install libtk-img tklib
to get all.
For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html. Below is very short list of changes since the last release:
Changed
- Updated contributing guide
- Updated README.md
- Rewritten to use Tk library instead of GTK
Note: Unfortunately, this version has one critical bug: if it crash at start with information that no config file was found, please manually create empty one in your ~/.config/hunter
directory. You can do it in console by type two commands:
mkdir ~/.config/hunter
touch ~/.config/hunter/hunter.cfg