File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
- ## [ v0.1.54] ( https://github.com/richrd/suplemon/tree/v0.1.32 ) (2015-08-12) compared to previous master branch.
4
+ ## [ v0.1.55] ( https://github.com/richrd/suplemon/tree/v0.1.55 ) (2016-08-01) compared to previous master branch.
5
+ [ Full Changelog] ( https://github.com/richrd/suplemon/compare/v0.1.54...v0.1.55 )
6
+
7
+ ** Implemented enhancements:**
8
+
9
+ - Faster loading when linting lots of files
10
+
11
+ - Use ` invisibles ` setting in TextMate themes [ \# 77] ( https://github.com/richrd/suplemon/issues/77 )
12
+
13
+ ** Fixed bugs:**
14
+
15
+ - Show key legend based on config instead of static defaults [ \# 157] ( https://github.com/richrd/suplemon/issues/157 )
16
+
17
+
18
+ ## [ v0.1.54] ( https://github.com/richrd/suplemon/tree/v0.1.54 ) (2016-07-30) compared to previous master branch.
5
19
[ Full Changelog] ( https://github.com/richrd/suplemon/compare/v0.1.53...v0.1.54 )
6
20
7
21
** Implemented enhancements:**
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ When making PRs make sure to set the target branch to `dev`. I only push to mast
241
241
* [ ] Setting for enabling/disabling undo for cursor changes
242
242
* [ ] Selections
243
243
* [ ] List of recent files
244
- * [ ] Optionally Remember cursor positions in files (and restore when opened again)
244
+ * [X ] Optionally Remember cursor positions in files (and restore when opened again)
245
245
* [ ] Read only viewer
246
246
* ~~ And disable editing~~ Don't disable editing. Instead enable save as.
247
247
* [ ] Extensions:
Original file line number Diff line number Diff line change 18
18
from .config import Config
19
19
from .editor import Editor
20
20
21
- __version__ = "0.1.54 "
21
+ __version__ = "0.1.55 "
22
22
23
23
24
24
class App :
You can’t perform that action at this time.
0 commit comments