Skip to content

Releases: itchyny/bed

Release v0.2.8

Choose a tag to compare

@github-actions github-actions released this 01 Dec 09:05
  • Refactor drawing command line and completion candidates.
  • Fix jump back action not to crash when the buffer is edited.

Release v0.2.7

Choose a tag to compare

@github-actions github-actions released this 20 Oct 07:04
  • Support environment variable expansion in the command line.
  • Implement :cd, :chdir, :pwd commands to change the working directory.
  • Improve command line completion for command name and environment variables.
  • Recognize file name argument and bang for :wq command.

Release v0.2.6

Choose a tag to compare

@github-actions github-actions released this 07 Oct 23:42
  • support reading from standard input
  • implement command line history

Release v0.2.5

Choose a tag to compare

@github-actions github-actions released this 03 May 06:38
  • Update dependencies
  • Require Go 1.22

Release v0.2.4

Choose a tag to compare

@github-actions github-actions released this 30 Sep 01:19
  • Update dependencies
  • Require Go 1.21

Release v0.2.3

Choose a tag to compare

@github-actions github-actions released this 25 Dec 03:02
  • fix crash on window moving commands on the last window

Release v0.2.2

Choose a tag to compare

@github-actions github-actions released this 13 Sep 18:55
  • Add :only command
  • Reduce memory allocations on rendering
  • Release arm64 artifacts

Release v0.2.1

Choose a tag to compare

@github-actions github-actions released this 28 Dec 16:08
  • Add :{count}% to go to the position by percentage in the file
  • Add :{count}go[to] command to go to the specific line
  • Include CREDITS file in artifacts

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 10:52
  • Add cquit command

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 10:12

Initial release 🎉