Skip to content

Releases: fr3nd/msx-vi

v0.1.0

15 Jul 16:00
Compare
Choose a tag to compare
  • First beta release!
  • Implemented delete until end of file

v0.0.6 ALPHA

22 Apr 19:02
Compare
Choose a tag to compare
v0.0.6 ALPHA Pre-release
Pre-release
  • Implemented 'w', 'e' and 'b' to move along words.
  • Fixed file size when saving files smaller than original one.
  • Implemented :n to go to line number

v0.0.5 ALPHA

15 Apr 18:40
Compare
Choose a tag to compare
v0.0.5 ALPHA Pre-release
Pre-release
  • Fixed bugs with lines longer than 80 chars
  • Improved horizontal scrolling

v0.0.4 ALPHA

18 Mar 10:48
Compare
Choose a tag to compare
v0.0.4 ALPHA Pre-release
Pre-release
  • Implemented more commands
    • I and A to insert
    • x and X to delete chars
    • backward and forward search
    • G and gg to move to first and last line
    • dd to delete line
    • d0 and d$ to delete until the end or beginning of line
    • r to replace current char
    • :x to save and exit
    • H M and L to move cursor on the screen
  • When file doesn't exist, create it when saving

v0.0.3 ALPHA

03 Mar 20:36
Compare
Choose a tag to compare
v0.0.3 ALPHA Pre-release
Pre-release
  • Opening files is much faster now
  • Fix: Saving files properly now
  • Fix: Error message is shown when exiting
  • Implemented color command to change screen color. Usage example: color 15 1 1
  • Interface improvements

v0.0.2 ALPHA

25 Feb 19:37
Compare
Choose a tag to compare
v0.0.2 ALPHA Pre-release
Pre-release
  • Speed increase
  • Using inverted text for status bar
  • Bugfixes

v0.0.1 ALPHA

10 Feb 20:15
Compare
Choose a tag to compare
v0.0.1 ALPHA Pre-release
Pre-release

First release. Still work in progress.