diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b6e10..d312386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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)** ------------------------------------------- @@ -53,13 +58,13 @@ - [Added Keybinding `` to scroll down by one line](31) - [Added Keybinding `` to scroll up by one line](31) - [Added Keybinding `` to scroll up by one line and maintain cursor line](31) -- [Added Keybinding `` to scroll down by one line and maintain cursor line](31) + - [Added Keybinding `` 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)