Skip to content

Commit 840453f

Browse files
committed
Update changelog file and main features list
1 parent 1e26535 commit 840453f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.3.7 *(2022-10-28)*
5+
-----------------------------
6+
7+
* Make highlighting current line number option off by default
8+
49
Version 1.3.6 *(2022-10-28)*
510
-----------------------------
611

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ and CodeView has AutoComplete and you can customize it with different keywords a
3232
- Can change highlighter update delay time.
3333
- Support Code snippets and change it in the runtime.
3434
- Support optional Line Number with customization.
35+
- Support optional highlighting current line number.
36+
- Support optional relative line number inspired from vim editor.
3537
- Support Auto indentation with customization.
3638
- Support highlighting matching tokens.
3739
- Support replace first and replace all matching tokens.

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ and CodeView has AutoComplete and you can customize it with different keywords a
1414
- Can change highlighter update delay time.
1515
- Support Code snippets and change it in the runtime.
1616
- Support optional Line Number with customization.
17+
- Support optional highlighting current line number.
18+
- Support optional relative line number inspired from vim editor.
1719
- Support Auto indentation with customization.
1820
- Support highlighting matching tokens.
1921
- Support replace first and replace all matching tokens.
22+
- Support auto pair complete.
2023

2124
We are open to any new feature request, bug fix request, and pull request.

0 commit comments

Comments
 (0)