Releases: georglauterbach/hermes
v3.1.0
Changes
- updated additional programs' versions
- updated Alacritty configuration
Links
- Diff to last release: v3.0.2...v3.1.0
v3.0.2
Changes
- improved scripts in
misc/
- added script in
misc/
calledsetup_fonts.sh
to set up fonts - removed superflous font packages from GUI installation
- fixed wrong default name in Bash
20-custom_early.sh
Links
- Diff to last release: v3.0.1...v3.0.2
v3.0.1
Changes
This release adds the option HERMES_CONFIG_ATUIN_WITH_HISTFILE
to configure a fallback HISTFILE
even when Atuin is enabled. Moreover, a script to download the fonts "FiraCode Nerd Font" and "jetbrainsMono Nerd Font" has been added. All changes are 100% backwards-compatible.
Links
- Diff to last release: v3.0.0...v3.0.1
hermes v3
Changes
This is the release v3.0.0
of the new hermes. It has been re-written in the Rust programming language for maximum performance and best-in-class error handling. The new version has no dependencies (like curl) and works on any x86_64
or aarch64
Ubuntu Linux machine.
Links
- Diff to last release: v3.0.0-beta.14...v3.0.0
hermes v3 (v3.0.0-beta.14)
This is the fourteenth beta release of the new hermes - re-written in the Rust programming language for maximum performance and best-in-class error handling. The new version has no dependencies (like curl) and works on any x86_64 or aarch64 Ubuntu Linux machine.
Attention: This is a beta release. Please report any issues you encounter via the issue tracker.
Beta fourteen includes the following changes:
- added self-update functionality
- improved tracing
- improved the "Usage" section in
README.md
hermes v3 (v3.0.0-beta.13)
This is the thirteenth beta release of the new hermes - re-written in the Rust programming language for maximum performance and best-in-class error handling. The new version has no dependencies (like curl) and works on any x86_64 or aarch64 Ubuntu Linux machine.
Attention: This is a beta release. Please report any issues you encounter via the issue tracker.
Beta thirteen includes the following changes:
- updated Dev Container base image to v4.2.0
- add
LANG
andLC_ALL
when calling again - switch to
tracing
fromlog
- disabling up-arrow for Atuin is now configurable via
HERMES_CONFIG_ATUIN_DISABLE_UP_ARROW
- improved example NeoVim configuration
- minor updates to the documentation
hermes v3 (v3.0.0-beta.12)
This is the twelvth beta release of the new hermes - re-written in the Rust programming language for maximum performance and best-in-class error handling. The new version has no dependencies (like curl) and works on any x86_64 or aarch64 Ubuntu Linux machine.
Attention: This is a beta release. Please report any issues you encounter via the issue tracker.
Beta twelve includes the following changes:
- if variables for loading behavior are already set, use their values
- corrected the wrong default location of Atuin DB file
- update Dev Container development image
- updated
ble.sh
configuration for transient prompt to work correctly - only load starship when requested and available
hermes v3 (v3.0.0-beta.11)
This is the eleventh beta release of the new hermes - re-written in the Rust programming language for maximum performance and best-in-class error handling. The new version has no dependencies (like curl) and works on any x86_64 or aarch64 Ubuntu Linux machine.
Attention: This is a beta release. Please report any issues you encounter via the issue tracker.
Beta eleven includes the following changes:
- minor corrections of config file locations
- reverts concerning
HISTFILE
creation - improved the
README.md
to better clarify how to use hermes - introduced program-specific configuration variables
hermes v3 (v3.0.0-beta.10)
This is the tenth beta release of the new hermes - re-written in the Rust programming language for maximum performance and best-in-class error handling. The new version has no dependencies (like curl) and works on any x86_64 or aarch64 Ubuntu Linux machine.
Attention: This is a beta release. Please report any issues you encounter via the issue tracker.
Beta ten includes the following changes:
- heavily optimized Bash configuration and loading times
- updated loading order and improved ble.sh configuration
- improved history setup with Atuin and ble.sh integration
- updated Development Container environments
- updated fzf configuration file directory
v3.0.0-alpha.10
This is an alpha test release to check whether the CI works as intended.