Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Revolution Calling

Pre-release
Pre-release
Compare
Choose a tag to compare
@thindil thindil released this 10 Jul 07:53
· 2314 commits to tk since this release

This 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:

  1. mkdir ~/.config/hunter
  2. touch ~/.config/hunter/hunter.cfg