Skip to content

Commit

Permalink
Release 0.1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
richrd committed Aug 1, 2016
1 parent a5cc15d commit cb345c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
Change Log
==========

## [v0.1.54](https://github.com/richrd/suplemon/tree/v0.1.32) (2015-08-12) compared to previous master branch.
## [v0.1.55](https://github.com/richrd/suplemon/tree/v0.1.55) (2016-08-01) compared to previous master branch.
[Full Changelog](https://github.com/richrd/suplemon/compare/v0.1.54...v0.1.55)

**Implemented enhancements:**

- Faster loading when linting lots of files

- Use `invisibles` setting in TextMate themes [\#77](https://github.com/richrd/suplemon/issues/77)

**Fixed bugs:**

- Show key legend based on config instead of static defaults [\#157](https://github.com/richrd/suplemon/issues/157)


## [v0.1.54](https://github.com/richrd/suplemon/tree/v0.1.54) (2016-07-30) compared to previous master branch.
[Full Changelog](https://github.com/richrd/suplemon/compare/v0.1.53...v0.1.54)

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ When making PRs make sure to set the target branch to `dev`. I only push to mast
* [ ] Setting for enabling/disabling undo for cursor changes
* [ ] Selections
* [ ] List of recent files
* [ ] Optionally Remember cursor positions in files (and restore when opened again)
* [X] Optionally Remember cursor positions in files (and restore when opened again)
* [ ] Read only viewer
* ~~And disable editing~~ Don't disable editing. Instead enable save as.
* [ ] Extensions:
Expand Down
2 changes: 1 addition & 1 deletion suplemon/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .config import Config
from .editor import Editor

__version__ = "0.1.54"
__version__ = "0.1.55"


class App:
Expand Down

0 comments on commit cb345c5

Please sign in to comment.