File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
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.
519[ Full Changelog] ( https://github.com/richrd/suplemon/compare/v0.1.53...v0.1.54 )
620
721** 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
241241 * [ ] Setting for enabling/disabling undo for cursor changes
242242 * [ ] Selections
243243 * [ ] 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)
245245 * [ ] Read only viewer
246246 * ~~ And disable editing~~ Don't disable editing. Instead enable save as.
247247 * [ ] Extensions:
Original file line number Diff line number Diff line change 1818from .config import Config
1919from .editor import Editor
2020
21- __version__ = "0.1.54 "
21+ __version__ = "0.1.55 "
2222
2323
2424class App :
You can’t perform that action at this time.
0 commit comments