We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38ac34 commit bba6f24Copy full SHA for bba6f24
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.0beta7 (April 20, 2017)
4
+
5
+* In `editorSelectSyntaxHighlight()`, change the logic for filename pattern
6
+ matching, so that filenames like `kilo.c.c` will work. (Thanks Ivandro)
7
8
## 1.0.0beta6 (April 10, 2017)
9
10
* Near the end of chapter 6, add `if (last_match == -1) direction = 1;` to
leg.yml
@@ -1,6 +1,6 @@
---
:name: kilo
-:version: "1.0.0beta6"
+:version: "1.0.0beta7"
:title: Build Your Own Text Editor
:rouge_theme: github
:bold_weight: 500
0 commit comments