Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@fox0430 fox0430 released this 21 Dec 17:58
b246c84

Fix version to SemVer version (#1406)
Add Readonly mode (#1407)
Add FreeBSD and openBSD supports (#1445)
Add nimble debug (#1454)
Improved performance of validation of configuration files (#1453)

Normal mode: Add yt command (#1437)
Normal mode: Add cf command (#1439)
Normal mode: Add t and T commands (#1427)

Insert mode: Add = case to auto indent (#1419)

Fix: Syntax highlighting broken after x command in Visual mode (#1416)
Fix: Enter insert mode command in Visual mode (#1417)
Fix: crash on \ press (#1420)
Fix: Fix typo (#1427)
Fix: Remove Duplicate import (#1431)
Fix: Add = case to auto indent to 'o' command (#1433)
Fix: Remove Unnecessary cast (#1436)
Fix: The buffer deleted by the cl command is not saved in the named register (#1440)
Fix: Fix nim-ncurses package (#1448)
Fix: Crash when inserting a newline in Insert mode (#1451)
Fix: Pop-up window not deleted after suggesting file path in e command in Ex mode (#1452)
Fix: Crash when opening Log viewer (#1456)
Fix: Fix import (#1458)
Fix: Crash when opening Filer (#1461)

CI: Split Workflow (#1435)
CI: Fix Nim version in tests (#1444)
CI: Add Nim v1.4.2 to CI (#1463)

Update dependencies

Some code refactoring