Releases: hnicke/sodalite
Releases · hnicke/sodalite
v0.13.3
Bugfix release:
- Fix handling of entries with special charaters
- Fail gracefully when yanking on systems without clipboard
v0.13.2
Fixes used version of python (now: explicitly using 3.6) and install documentation correctly.
v0.13.1
Now installs a compressed manpage.
v0.13.0
This release adds customizable keybindings and the possibility to turn off the cd interception.
v0.12.0
This release enhances the key-assignment algorithm, adds a manpage and fixes some smaller bugs.
v0.11.0
This release brings two important features to the table: For one thing, Entry sorting and highlighting now adheres to a more dynamic, thoughtful algorithm which takes both frequency and recency of accesses into account. For another thing the shell-integration got enhanced: Calls to cd
are now getting analyzed. This enables the above mentioned entry sorting and highlighting algorithm to be even more spot-on.
v0.10
This version introduces a persistent navigation history and the shortcut 0
for navigating to the root directory.
v0.9.2
This bugfix release fixes:
- the shell integration
- a bug which caused the application to freeze after returning from executing a hook
v0.9.1
This bugfix release enhances sodalite's behaviour when running headless.
v0.9
v0.9 introduces text file preview including syntax highlighting and a fully rewritten UI.