diff --git a/Changelog.md b/Changelog.md index 0db91641f..97b9df3cc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. diff --git a/site/source/blog/2015-08-28-howl-0-dot-3-released.md b/site/source/blog/2015-08-28-howl-0-dot-3-released.md index 07392f82f..22ae5089e 100644 --- a/site/source/blog/2015-08-28-howl-0-dot-3-released.md +++ b/site/source/blog/2015-08-28-howl-0-dot-3-released.md @@ -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 @@ -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 @@ -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. diff --git a/site/source/images/blog/0-3-released/buffer-replace.png b/site/source/images/blog/0-3-released/buffer-replace.png new file mode 100644 index 000000000..ffb6bbe56 Binary files /dev/null and b/site/source/images/blog/0-3-released/buffer-replace.png differ diff --git a/site/source/images/blog/0-3-released/exec-prompt.png b/site/source/images/blog/0-3-released/exec-prompt.png new file mode 100644 index 000000000..903ea29fd Binary files /dev/null and b/site/source/images/blog/0-3-released/exec-prompt.png differ