Skip to content

Releases: Juojo/NotVim

v1.0 Release

29 Aug 16:18
Compare
Choose a tag to compare

What's Changed

  • Remove constructor, add enable and disable methods by @Juojo in #4
  • Add RawMode.disable() method by @Juojo in #5
  • handleKey() now detects sequence of char after ESC (int 27) by @Juojo in #6
  • Status bar enhancement by @Juojo in #9
  • Mvn changes by @Juojo in #12
  • Add EX MODE commands functionality by @Juojo in #14
  • Move cursor arround text viewer and commands by @Juojo in #17
  • Implement latest cursor movement to open-file branch by @Juojo in #18
  • Open files by @Juojo in #20
  • Add Data class to handle all data specific uses across codebase by @Juojo in #21
  • Cursor movement restrictions from screen data by @Juojo in #22
  • Fix program crash when adding new lines without text by @Juojo in #26
  • Dont insert line feed "\n" and carriage return "\r" characters in Data by @Juojo in #24
  • Add write file command by @Juojo in #27
  • Delete char from Data by @Juojo in #28
  • Command inputs are now handled by Data class by @Juojo in #29
  • Codebase cleanup by @Juojo in #32
  • Create README.md by @Juojo in #34
  • v1.0 Release by @Juojo in #35

New Contributors

  • @Juojo made their first contribution in #4

Full Changelog: https://github.com/Juojo/NotVim/commits/v1.0