Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nilnor committed Mar 19, 2019
1 parent a710f73 commit a93327c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

- Added `navigate-go-to` command, for going back to a specific previous location.

- Added support for a "journal" buffer showing the Howl log, available via
`open-journal`.

- Ensure loaded buffers contain valid UTF-8 at all times

- C: Support for lexing raw strings

- Rust: Improved lexing

- Added support for specifying line and column when opening files, e.g.

```shell
Expand Down Expand Up @@ -36,6 +45,13 @@ are 'enter' (the default) or 'tab'.
- Close completion popup when user activity warrants it (e.g. direction keys,
clicking in another location using the mouse, etc.)

- Added new built-in theme: Dracula

- Added integrated and fast project file search functionality via two new
commands: `project-file-search` and `project-file-search-list`

- Javascript: Support for ES6 templates and new keywords and operators

- Performance and functionality improvements for the matcher, used in Howl
selection lists, enabling fast matching across much larger data sets.

Expand All @@ -58,6 +74,11 @@ a asynchronous Howl context.

- Added support for shared, low precision after timers

- Added options for controlling scrolling speed

- Add support for smooth scrolling events (needed for Wayland with two-finger
scrolling)

- Fixed background drawing for Wayland/Weston/CSD environments (borders outside
of the window).

Expand All @@ -69,10 +90,14 @@ bound to `ctrl_<` and `ctrl_>` respectively.

- Improved key translation for keys when caps lock is on.

- Better Python lexing

- Added two new commands, `editor-newline-above` and `editor-newline-below`,
that insert a new line above/below the current line. Bound these commands to
`ctrl_shift_return` and `ctrl_return`.

- Auto detect line endings when opening a file if possible

### Github issues closed since 0.5

- Issues as seen on
Expand Down

0 comments on commit a93327c

Please sign in to comment.