Skip to content

Commit cb345c5

Browse files
committed
Release 0.1.55
1 parent a5cc15d commit cb345c5

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
Change 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:**

README.md

+1-1
Original file line numberDiff line numberDiff 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:

suplemon/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .config import Config
1919
from .editor import Editor
2020

21-
__version__ = "0.1.54"
21+
__version__ = "0.1.55"
2222

2323

2424
class App:

0 commit comments

Comments
 (0)