File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 22
33This 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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// --------------------
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments