Skip to content

Commit d12e8df

Browse files
committed
Updated to version 1.6.1
1 parent db8cd3b commit d12e8df

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This file summarises notable changes between Live Keys versions.
44

5+
## 1.6.1
6+
7+
### Bug Fixes
8+
9+
- Fixed code completion in some scenarios where the context was off
10+
- Cursor position is now remembered when switching documents
11+
- Fixed editor scrolling during some indenting scenarios
12+
513
## 1.6.0 - Rename to Livekeys
614

715
### Support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![Build Status](https://travis-ci.org/live-keys/livekeys.svg?branch=master)](https://travis-ci.org/live-keys/livekeys)
1313
[![Build status](https://ci.appveyor.com/api/projects/status/3l5t69h7q3gpkec1?svg=true)](https://ci.appveyor.com/project/dinusv/livekeys)
1414

15-
* **Version**: 1.6.0
15+
* **Version**: 1.6.1
1616
* **License**: LGPL
1717
* **Website**: [livekeys.io](https://livekeys.io)
1818
* **Demo**: [www.youtube.com/watch?v=ZPt5KSy1wh0](https://www.youtube.com/watch?v=ZPt5KSy1wh0)

application/src/livekeys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#define LIVEKEYS_VERSION_MAJOR 1
3333
#define LIVEKEYS_VERSION_MINOR 6
34-
#define LIVEKEYS_VERSION_PATCH 0
34+
#define LIVEKEYS_VERSION_PATCH 1
3535

3636
// Forward declarations
3737
// --------------------

livekeys.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version" : "1.6.0",
2+
"version" : "1.6.1",
33
"name": "livekeys",
44
"webpage": "https://livekeys.io",
55
"components" : {
66
"livekeys" : {
7-
"version" : "1.6.0",
7+
"version" : "1.6.1",
88
"versionsync" : {
99
"README.md": "\\s*(?:\\* \\*\\*Version\\*\\*\\:)\\s*([0-9]*)\\.{1}([0-9]*)\\.{1}([0-9]*)\\s*",
1010
"application/src/livekeys.h" : [

0 commit comments

Comments
 (0)