56 lines
3.3 KiB
Plaintext
56 lines
3.3 KiB
Plaintext
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="generator" content="pandoc" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
<title>Next release 1.4.0</title>
|
|
<style type="text/css">
|
|
code{white-space: pre-wrap;}
|
|
span.smallcaps{font-variant: small-caps;}
|
|
span.underline{text-decoration: underline;}
|
|
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
</style>
|
|
<!--[if lt IE 9]>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1 class="title">Next release 1.4.0</h1>
|
|
</header>
|
|
<p>We are happy to announce the release of Next version 1.4.0!</p>
|
|
<ul>
|
|
<li><p>CLOS-style configuration. This simplifies setting the default slots of the various classes (<code>buffer</code>, <code>window</code>, <code>interface</code>, <code>minibuffer</code>, etc.). In particular, the user-specialized (or extension-specialized) classes can in turn be composed to form a new specialized classes.</p></li>
|
|
<li><p>Revamped hook system. (Backward incompatible.) Hooks are now simpler to use but also more powerful. In particular, handlers can be typed and composed. See the manual for examples.</p></li>
|
|
<li><p>Link hints: Add fuzzy-completion over titles and URLs.</p></li>
|
|
<li><p>New <code>--eval</code> command line argument.</p></li>
|
|
<li><p>New delete-all-buffers command.</p></li>
|
|
<li><p>Open directories, music and videos directly from Next.</p></li>
|
|
<li><p>VCS: More checks and notifications.</p></li>
|
|
<li><p>Complete search-engine names with Tab.</p></li>
|
|
<li><p>Display package in <code>execute-command</code> candidate list.</p></li>
|
|
<li><p>New <code>+platform-port-command+</code> global.</p></li>
|
|
<li><p>More minibuffer default bindings. Bind <code>C-Right</code>, <code>C-Left</code>, <code>Home</code>, <code>End</code> in the minibuffer.</p></li>
|
|
<li><p>Remove history duplicates.</p></li>
|
|
<li><p>Scroll page with an offset by default.</p>
|
|
Offset is configurable in the <code>page-scroll-ratio</code> buffer slot.</li>
|
|
<li><p>New command line parameter <code>--session</code> to skip loading the previous session.</p></li>
|
|
<li><p>Password manager fixes. (Thanks to Rune Juhl Jacobsen.)</p></li>
|
|
<li><p>Bug fixes:</p>
|
|
<ul>
|
|
<li><p>Don't reload page when there is no history change.</p></li>
|
|
<li><p>Omit extra space in search engine queries.</p></li>
|
|
<li><p>Show if new or current buffer in <code>set-url</code> prompt (Thanks to Rune Juhl Jacobsen).</p></li>
|
|
<li><p>Fix minibuffer performance hog.</p></li>
|
|
<li><p>Fix element hint performance.</p></li>
|
|
<li><p>Buttons hints can now be followed.</p></li>
|
|
<li><p>Fix element hint rendered offscreen on a scaled display.</p></li>
|
|
</ul></li>
|
|
</ul>
|
|
<h1 id="about-next">About Next</h1>
|
|
<p>Next is a keyboard-oriented, extensible web-browser designed for power users. The application has familiar key-bindings (<a href="https://en.wikipedia.org/wiki/Emacs">Emacs</a>, <a href="https://en.wikipedia.org/wiki/Vim_(text_editor)">VI</a>), is fully configurable and extensible in Lisp, and has powerful features for productive professionals.</p>
|
|
<p><a href="https://next.atlas.engineer/download">Download it here!</a></p>
|
|
</body>
|
|
</html>
|