Skip to content

Commit

Permalink
Updated to version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dinusv committed Oct 24, 2019
1 parent db8cd3b commit d12e8df
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This file summarises notable changes between Live Keys versions.

## 1.6.1

### Bug Fixes

- Fixed code completion in some scenarios where the context was off
- Cursor position is now remembered when switching documents
- Fixed editor scrolling during some indenting scenarios

## 1.6.0 - Rename to Livekeys

### Support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![Build Status](https://travis-ci.org/live-keys/livekeys.svg?branch=master)](https://travis-ci.org/live-keys/livekeys)
[![Build status](https://ci.appveyor.com/api/projects/status/3l5t69h7q3gpkec1?svg=true)](https://ci.appveyor.com/project/dinusv/livekeys)

* **Version**: 1.6.0
* **Version**: 1.6.1
* **License**: LGPL
* **Website**: [livekeys.io](https://livekeys.io)
* **Demo**: [www.youtube.com/watch?v=ZPt5KSy1wh0](https://www.youtube.com/watch?v=ZPt5KSy1wh0)
Expand Down
2 changes: 1 addition & 1 deletion application/src/livekeys.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#define LIVEKEYS_VERSION_MAJOR 1
#define LIVEKEYS_VERSION_MINOR 6
#define LIVEKEYS_VERSION_PATCH 0
#define LIVEKEYS_VERSION_PATCH 1

// Forward declarations
// --------------------
Expand Down
4 changes: 2 additions & 2 deletions livekeys.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version" : "1.6.0",
"version" : "1.6.1",
"name": "livekeys",
"webpage": "https://livekeys.io",
"components" : {
"livekeys" : {
"version" : "1.6.0",
"version" : "1.6.1",
"versionsync" : {
"README.md": "\\s*(?:\\* \\*\\*Version\\*\\*\\:)\\s*([0-9]*)\\.{1}([0-9]*)\\.{1}([0-9]*)\\s*",
"application/src/livekeys.h" : [
Expand Down

0 comments on commit d12e8df

Please sign in to comment.