Skip to content

Commit

Permalink
Updated Change Log
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy8625 committed Jul 28, 2021
1 parent 0840976 commit 3fe0cde
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@

## ------------- **Version 0.0.0-beta-1 (Jul 2021)** -------------------------------------------

With this update there was a lot of redesing with the rendering and also the file formating with the removeal
of the command file out of `revi-core`. Made a lot of new bugs but I think they were also fixed with the
help of some new test modules. As I work on ReVi more and more things are clear on what should come next
and also what I need to keep in mind for the further.

### Added

- [Multiple Windows](46)
- [Setup for Multiple Windows](46)
- [Multiple Buffers so more then one file can be worked on.](18)
- [Added a basic Command Mode](7)
- [updated mlua crate from `1.2` to `1.3.1`](b337e8846e5fb1e74ac668c21af6f90b42a732fa)
- [keybinding `gg` to jump to top of file](38)
- [keybinding `G` to jump to bottom of file](38)
- [Added a Test for ever Method/Function in ReVi](35)
- [Added more test](35)

### Fixed
- Cursor moving out of max file's line count.
Expand Down Expand Up @@ -42,7 +47,7 @@
### Fixed

- [Fixed behaver of 'dd' command add CursorUp command]()
- [Fixed Crash when no local init.lua file is found](36)
- [Fixed Crash when no local init.lua file is found](36)

## ------------- **Version 0.0.0-beta-0.5 (Jun 22 2021)** -------------------------------------------

Expand All @@ -53,13 +58,13 @@
- [Added Keybinding `<C-d>` to scroll down by one line](31)
- [Added Keybinding `<C-u>` to scroll up by one line](31)
- [Added Keybinding `<C-y>` to scroll up by one line and maintain cursor line](31)
- [Added Keybinding `<C-e>` to scroll down by one line and maintain cursor line](31)
- [Added Keybinding `<C-e>` to scroll down by one line and maintain cursor line](31)

### Fixed

- [Some times cursor would go out of text bounds](22)
- [Backspace up a line would not remove line number](23)
- [Something I did with Fix #23 made it possible to go to far right letting you back space just the new line.](24)
- [Something I did with Fix #23 made it possible to go to far right letting you back space just the new line.](24)
- [When at bottom of screen pressing enter in insert mode does not scroll or move cursor down after inserting '\n'](30)
- [Line number does not update correctly when scrolling off screen then backspacing back up.](31)
- [General Code Clean up](29)
- [General Code Clean up](29)

0 comments on commit 3fe0cde

Please sign in to comment.