Skip to content

Commit

Permalink
chore: forward master in sync to v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Dec 28, 2024
2 parents a02cd1d + 14a600f commit 4743222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
### Added
- Forward/Right arrow key will fill in hint text (#327)

## [2.3.4] - 2024-12-28
### Fixed
- Skip over file and prevent panic if info cannot be retrieved during file completion (due to permission error or anything else)
- Apply environment variables properly after 2.3 shell interpreter changes

## [2.3.3] - 2024-11-04
### Fixed
Expand Down Expand Up @@ -787,6 +789,7 @@ This input for example will prompt for more input to complete:
First "stable" release of Hilbish.
[2.3.4]: https://github.com/Rosettea/Hilbish/compare/v2.3.3...v2.3.4
[2.3.3]: https://github.com/Rosettea/Hilbish/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/Rosettea/Hilbish/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.0...v2.3.1
Expand Down
2 changes: 1 addition & 1 deletion vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var (

// Version info
var (
ver = "v2.3.3"
ver = "v2.3.4"
releaseName = "Alyssum"

gitCommit string
Expand Down

0 comments on commit 4743222

Please sign in to comment.