Skip to content

Releases: bkthomps/Ven

v0.5.0

12 Nov 00:56
27814d0
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

This minor release changes the following:

  • Adds many more commands
  • Can now be opened without specifying a file
  • Highlighting UI/UX is now improved
  • Fixes a bug with the dd and X commands
  • Improves the automated pipeline
  • Further improves the test cases

v0.4.0

08 Nov 17:06
a72b24c
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

This minor release changes the following:

  • Adds regex searching
  • East Asian characters are now supported
  • Arabic script is now supported
  • Tabs are now correctly displayed
  • Pasting now works
  • Other bug fixes

v0.3.0

26 May 19:02
55c3789
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Basic functionality complete. The changes are as follows:

  • Bug fixes related to edge cases of character manipulation
  • The text editor now dynamically changes when the screen is resized
  • New commands added
  • Basic searching added

v0.2.0

24 May 02:17
6767ab9
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Improved prototype. The changes are as follows:

  • Files can be created and saved with names specified by the user
  • Bug fixes related to character manipulation
  • The enter key can now be used to create new lines
  • Backspacing can now remove newline characters
  • The text editor can now vertically scroll both up and down

v0.1.0

13 May 02:53
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Basic Prototype. File name is hard-coded to file.txt. Cursor movement is supported, and addition and deletion of characters is supported.