Skip to content

Commit 7a9816e

Browse files
committed
update version and changelog for 1.0.0beta6
1 parent fd27832 commit 7a9816e

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.0.0beta6 (April 10, 2017)
4+
5+
* Near the end of chapter 6, add `if (last_match == -1) direction = 1;` to
6+
`editorFindCallback()`, to fix a segfault. (Thanks @agacek)
7+
* In the [Scrolling with Page Up and Page Down](http://viewsourcecode.org/snaptoken/kilo/04.aTextViewer.html#scrolling-with-page-up-and-page-down)
8+
section in chapter 4, add `if (E.cy > E.numrows) E.cy = E.numrows;` to
9+
`editorProcessKeypress()`, so the cursor stays within the file. (Thanks
10+
@agacek)
11+
* At the beginning of chapter 3, remove the keypress printing code during the
12+
`refactor-input` step instead of the `ctrl-q` step, and make it clear that
13+
you're supposed to remove that code. (Thanks @wonthegame)
14+
315
## 1.0.0beta5 (April 9, 2017)
416

517
* Remove *all* newlines and carriage returns from the end of each line read by

leg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
:name: kilo
3-
:version: "1.0.0beta5"
3+
:version: "1.0.0beta6"
44
:title: Build Your Own Text Editor
55
:rouge_theme: github
66
:bold_weight: 500

0 commit comments

Comments
 (0)