Skip to content

Commit

Permalink
update version and changelog for 1.0.0beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
paigeruten committed Apr 11, 2017
1 parent fd27832 commit 7a9816e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.0.0beta6 (April 10, 2017)

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

## 1.0.0beta5 (April 9, 2017)

* Remove *all* newlines and carriage returns from the end of each line read by
Expand Down
2 changes: 1 addition & 1 deletion leg.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
:name: kilo
:version: "1.0.0beta5"
:version: "1.0.0beta6"
:title: Build Your Own Text Editor
:rouge_theme: github
:bold_weight: 500
Expand Down

0 comments on commit 7a9816e

Please sign in to comment.