Skip to content

Releases: hnicke/sodalite

v0.13.3

23 Jun 12:03
Compare
Choose a tag to compare

Bugfix release:

  • Fix handling of entries with special charaters
  • Fail gracefully when yanking on systems without clipboard

v0.13.2

20 Jun 19:04
Compare
Choose a tag to compare

Fixes used version of python (now: explicitly using 3.6) and install documentation correctly.

v0.13.1

20 Jun 16:33
Compare
Choose a tag to compare

Now installs a compressed manpage.

v0.13.0

20 Jun 11:43
Compare
Choose a tag to compare

This release adds customizable keybindings and the possibility to turn off the cd interception.

v0.12.0

19 Jun 17:15
Compare
Choose a tag to compare

This release enhances the key-assignment algorithm, adds a manpage and fixes some smaller bugs.

v0.11.0

10 Jun 18:25
Compare
Choose a tag to compare

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

06 Jun 09:43
Compare
Choose a tag to compare

This version introduces a persistent navigation history and the shortcut 0 for navigating to the root directory.

v0.9.2

05 Jun 18:00
Compare
Choose a tag to compare

This bugfix release fixes:

  • the shell integration
  • a bug which caused the application to freeze after returning from executing a hook

v0.9.1

05 Jun 17:35
Compare
Choose a tag to compare

This bugfix release enhances sodalite's behaviour when running headless.

v0.9

02 Jun 19:06
Compare
Choose a tag to compare

v0.9 introduces text file preview including syntax highlighting and a fully rewritten UI.