Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richrd committed Jun 16, 2019
1 parent 4688543 commit d5ee7bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
Change Log
==========

## [v0.1.65](https://github.com/richrd/suplemon/tree/v0.1.65) (2019-03-11) compared to previous master branch.
## [v0.2.0](https://github.com/richrd/suplemon/tree/v0.2.0) (2019-06-16) compared to previous master branch.
[Full Changelog](https://github.com/richrd/suplemon/compare/v0.1.65...v0.2.0)

**Fixed bugs:**

- Fix not using the delta argument in the cursor move_up method.
- Fix issue where mouse events in prompts could crash suplemon #247
- Fix not being able to override default keys with user key bindings

**Implemented enhancements:**

- Allow help to be toggled with the help shortcut. Credit @caph1993
- Allow opening files at specific row and column from command line.


## [v0.1.65](https://github.com/richrd/suplemon/tree/v0.1.65) (2019-03-11) compared to previous master branch.
[Full Changelog](https://github.com/richrd/suplemon/compare/v0.1.64...v0.1.65)

**Fixed bugs:**
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.65"
__version__ = "0.2.0"


class App:
Expand Down

0 comments on commit d5ee7bd

Please sign in to comment.