Skip to content

Commit

Permalink
Final touches for the release entry and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nilnor committed Sep 1, 2015
1 parent 9bdf538 commit 55193a3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ matches.

### Bugs fixed

- A slew of issues as seen on [Github](https://github.com/howl-editor/howl/issues?utf8=%E2%9C%93&q=created%3A%3E2015-05-09+created%3A%3C2015-08-25+state%3Aclosed++type%3Aissue)
- A slew of issues as seen on [Github](https://github.com/howl-editor/howl/issues?utf8=%E2%9C%93&q=created%3A%3E2015-05-09+created%3A%3C2015-09-02+state%3Aclosed++type%3Aissue)

- Fix highlighting of "bad braces", i.e. braches for which no match could be
found.
Expand Down
12 changes: 10 additions & 2 deletions site/source/blog/2015-08-28-howl-0-dot-3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ a few big strides towards 1.0. You can download the latest version
[here](/getit.html). Highlights of this release are below and the full changelog
since 0.2.1 is included at the bottom of this blog post.

It's been a while since the 0.2.1 release, but that does not mean that
development has been idling. Apart from the many things already packed in the
0.3 release, a lot of work has been put into a new, custom written editing
engine code-named 'aullar'. The 0.3 release marks the last Howl release to use
the [Scintilla](http://scintilla.org) editing engine - starting with 0.4 and
going forward the new editing engine will be used. We'll write more about the
new editing engine in upcoming [blog](/blog) entries, so stay tuned!

READMORE

### External commands
Expand All @@ -26,7 +34,7 @@ demo of this feature.
Here is screenshot showing the external command prompt in
action:

![External command prompt](/images/doc/exec-prompt.png)
![External command prompt](/images/blog/0-3-released/exec-prompt.png)

### Revamped command line API

Expand All @@ -44,7 +52,7 @@ expression. See the

Here is a screenshot showing `buffer-replace` in action:

![Interactive buffer-replace](/images/doc/buffer-replace.png)
![Interactive buffer-replace](/images/blog/0-3-released/buffer-replace.png)

Both `project-open` and `buffer-switch` commands now show a preview of the
selected buffer or file.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55193a3

Please sign in to comment.