Skip to content

Releases: jacobsalmela/vsh

v0.11.2-beta.1

26 Aug 11:16
7ae26aa

Choose a tag to compare

v0.11.2-beta.1 Pre-release
Pre-release
  • update workflow
  • added build instructions
  • fix after recent v changes

v0.11.1

24 Jul 12:47
4b04489

Choose a tag to compare

v0.11.1 Pre-release
Pre-release
  • update workflow for branches

v0.9.1

21 Mar 15:04
b9e35e7

Choose a tag to compare

v0.9.1 Pre-release
Pre-release
  • read hist file in reverse in a loop so we can eventually cycle through them on each subsequent up arrow

v0.9.0

06 Mar 22:48
b11e1b8

Choose a tag to compare

v0.9.0 Pre-release
Pre-release
  • show last line of history on up arrow
  • don't append blank lines to history file

v0.8.0

04 Mar 12:32
1304cbf

Choose a tag to compare

v0.8.0 Pre-release
Pre-release
  • print first line of history on up arrow
  • fix appending and reading the same file, thanks to @spytheman
  • update readme

v0.7.0

04 Mar 12:32
50a6c1b

Choose a tag to compare

v0.7.0 Pre-release
Pre-release
Merge pull request #16 from spytheman/fix_double_free_on_closing_file…

v0.6.0

27 Feb 15:15
d17d0ee

Choose a tag to compare

v0.6.0 Pre-release
Pre-release
  • new file handling
  • don't panic when a command is wrong, just show it doesn't exist

v0.5.0

22 Feb 00:08
3613e13

Choose a tag to compare

v0.5.0 Pre-release
Pre-release
  • cd and pwd

v0.4.0

19 Feb 02:40
91fb6cd

Choose a tag to compare

v0.4.0 Pre-release
Pre-release
  • create and append to ~/.v_history file in a better way
  • try to read from file with up arrow

v0.3.0

15 Feb 17:18
ce2a38d

Choose a tag to compare

v0.3.0 Pre-release
Pre-release
  • create and append to ~/.v_history file (doesn't fully work as expected yet)
  • only test on PRs
  • update readme (link to Project)