Releases: thindil/hunter
1.6
This is the fourth development version of the 2.0 series. The main feature of the release is a new console version of the program. Additionally, it brings updated translations and bug fixes. Binaries are available for Linux 64-bit. At this moment, the console version of the program requires graphical libraries, thus it will not work on headless systems (like servers, etc.). It also is in early development stage, contains a lot of bugs and its UI is subject to change soon. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html. Below is the list of changes since the last development release:
Added
- Missing translations
- Path buttons in Trash
- Console version of the program
Changed
- Updated the program themes
- Better default look of the program
- Updated Ada language definition with aspects and pragmas
- Updated Polish translation
- Updated README.md
- Updated contributing guide
Fixed
- Showing preferences button on fresh start
- Crash when going up from the home directory
- Update path buttons when showing the selected program's module directory
- Some typos in UI
- Showing translated info for copy and move buttons
- Showing preview of empty directories when entering them
- Possible crash on auto refresh directory listing
- Possible crash on loading preview when executable script is there
- Showing preview for some types of text files
- Crash on showing files in About menu
- Showing content of directories when entering them
- Crash on executing the program's modules
- Deleting items in Trash
I Believe I Can Fly
This is the third development version of the 2.0 series. Main features of the release are the ability to add the user defined commands and the program's modules. Also, the preferences UI was redesigned. Additionally, it brings updated translations and bug fixes. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html. Below is the list of changes since the last development release:
Added
- Option to configure the program keyboard shortcuts
- Separated keyboard shortcut to restore files or directories from Trash
- User defined commands and actions
- Blocked option to remove system (based on XDG directories) bookmarks
- Modding guide
- Option to extend the program with external modules
- Option to show modding guide in the program
Changed
- Show preferences in main window instead as a separated dialog
- Keyboard shortcut for quitting from the program now works only when quit
button is visible - Disabled Tab/Alt-Tab traversing by toolbars
- Default keyboard shortcut for removing bookmarks
- Hide Trash actions buttons when Trash is empty
- Updated README.md
- Replace old configuration file with new based on XML
Fixed
- Tooltips for remove bookmark, select all and file information buttons
- Open file or directory with command when command has arguments
- Don't enter the selected directory on header clicking
- Added missing translations
- Running file or directory with command when file or directory contains space
- Crash on creating bookmark when bookmarks file doesn't exist
- Crash during starting program when bookmarks file contains invalid data
- Opening files with spaces in names
- Typos in README.md, CONTRIBUTING.md
- Showing path buttons for destination after finished copying, moving or
creating link to file or directory - Hang when trying to refresh the Trash view
- Showing content of directories in Trash
Beauty Contest
This is the second development version of the 2.0 serie. Main feature of this release is generally beautification of the program UI. Additionally it bring back the program translations and lot of fixes for bugs. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html. Below is the list of changes since the last release:
Added
- Information about the program translators
- Bring back the Polish translation
- Light and dark theme for the program
- Ability to set monospace font in text files preview
- Ability to restore the program's default settings
Changed
- Better detection of dialogs height
- Updated README.md
- Updated contributing guide
- Autohide scrollbars
- Use localized names for the default bookmarks
Fixed
- Crash on lack of configuration file
- Crash on very large files
- Crash on showing info about items with space in their names
- Deleting items from right click menu
- Refreshing info about changed file or directory
- Setting location of toolbars
- Show proper buttons when changing toolbars location
- Showing buttons after finishing moving/copying items
- Showing name of home directory bookmark
- Hide path buttons for destination directory after ending copying/moving items
- Refreshing preview in empty Trash
- Don't show "Show trash" option in Trash
- Refreshing tooltip for path button in Trash
Revolution Calling
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:
mkdir ~/.config/hunter
touch ~/.config/hunter/hunter.cfg
Slower, safer
This is bit more stable version of 1.2 release. It brings only fixes for bugs. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html. Below are changes since last stable version:
Fixed
- Crash when associated with file program is not installed
- Showing error info when crash occurs
- Showing info about file on start the program
Faster, higher
This is the third stable release of Hunter. It brings mostly fixes for some bugs and a lot of optimization inside (especially for UI and monitoring changes on disk). Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html. Below are changes since last stable version:
Added
- Refresh preview of files and directories if they are changed on disk
Changed
- Updated README.md
- Updated contributing guide
- Autorefresh directory listing on any change now should be a lot faster
- Simplified autorefresh directory listing setting
- Moved whole UI to code
- Updated Polish translation of the program
Fixed
- Typos in contributing guide and changelog
- Searching for files or directories during copying or moving
- Not clearing preview on empty search result
- Refreshing bookmarks buttons after adding/deleting bookmark
- Set focus on text entry when entering custom location to go
- Showing deletion, moving, copying progress
Second Almost Stable
It is the second stable version of the Hunter. It brings mostly bug fixes and some code optimization to the last
version. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html. Below are changes since last stable version:
Added
- Limit amount of items to delete in message to 10
Changed
- Updated contributing guide
- Updated README.md
- Updated Polish translation of the program
Fixed
- Memory leaks on auto-scaling images
First Almost Stable
It is first stable version of the Hunter. It brings mostly bug fixes and some code optimization to the last development version. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html. Below are changes since last development version:
Added
- Contributing guide
- Option to show contributing guide file
Changed
- Updated README.md
- Updated Polish translation of the program
- Updated code documentation
Fixed
- Detecting files types
- Crash when libmagic database file can't be found
- Canceling moving items with Cancel button
Autorefresh
It is the last development version of the Hunter 1.0 serie. Main feature of this release is auto-refreshing option for current directory listing. Additionally it brings some updates to UI of the program and some fixed for bugs. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html. Below are changes since last version:
Added
- Option to show README.md and CHANGELOG.md files
- Option to set position of toolbars to the top or the left of the main window
- Option to select or unselect all files and directories in current directory
- Option to search for files and directories during copying or moving
- Autorefreshing directory listing on any change to it files or directories
- Option to enable or disable autorefresh and ability to set interval for it
Changed
- Updated README.md
- Updated Polish translation of the program
- Updated code documentation
Fixed
- Counting amount of files and directories in directories info
- Missing translations of bookmarks
- Showing destination directory when changed selected files and directories
for copying or moving - Loading setting for the syntax highlighting theme
- Showing some buttons after quit from Trash directory
- Hide delete and restore buttons when Trash is empty
Improvements
This is the seventh development release of Hunter. It brings mostly improvements for the existing functions and UI of the program. And as usual, some bugs were fixed and few new added. Binaries are available for Linux 64-bit. For more info how to use AppImage, please see: https://docs.appimage.org/user-guide/run-appimages.html. Below are changes since last version:
Added
- Option to show information about finished copying, moving and deleting files
and directories - Info about progress of copying, moving or deleting files and directories
- Option to rename instead of overwritting copied or moved file or directory
when in destination directory exists something with that same name.
Changed
- Updated README.md
- Updated interface
- Updated Polish translation of the program
- Updated code documentation
Fixed
- Loading syntax highlighting setting when no config file
- Showing '&' symbol in syntax highlighting
- Showing items actions buttons after closing creating items entry
- GTK warning on changing syntax colors scheme
- Crash on previewing files
- Showing proper buttons after delete files or directories from trash
- Showing directory with relative path at start of the program
- Cancelling copying or moving files or directories