Releases: jacobsalmela/vsh
Releases · jacobsalmela/vsh
v0.11.2-beta.1
- update workflow
- added build instructions
- fix after recent v changes
v0.11.1
- update workflow for branches
v0.9.1
- read hist file in reverse in a loop so we can eventually cycle through them on each subsequent up arrow
v0.9.0
- show last line of history on up arrow
- don't append blank lines to history file
v0.8.0
- print first line of history on up arrow
- fix appending and reading the same file, thanks to @spytheman
- update readme
v0.7.0
Merge pull request #16 from spytheman/fix_double_free_on_closing_file…
v0.6.0
- new file handling
- don't panic when a command is wrong, just show it doesn't exist
v0.5.0
- cd and pwd
v0.4.0
- create and append to
~/.v_historyfile in a better way - try to read from file with up arrow
v0.3.0
- create and append to
~/.v_historyfile (doesn't fully work as expected yet) - only test on PRs
- update readme (link to Project)