trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,45 @@
|
|||
<!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.5.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.5.0</h1>
|
||||
</header>
|
||||
<p>We are happy to announce the release of Next version 1.5.0!</p>
|
||||
<ul>
|
||||
<li><p>Add <code>certificate-whitelist-mode</code>. (Thanks to Alexander Egorenkov.)</p>
|
||||
<p>This mode temporarily authorizes invalid certificates for the current buffer (e.g. TLS certificates).</p>
|
||||
<p>The mode can also be enabled for all buffers with a custom whitelist so that the whitelisting is remembered across sessions.</p></li>
|
||||
<li><p>Add <code>enable-hook-handler</code> and <code>disable-hook-handler</code> commands.</p>
|
||||
<p>This is particularly convenient to temporarily disable hooks that are set in the <code>init.lisp</code> file.</p></li>
|
||||
<li><p>Overhaul buffer search to behave in a Helm/Ivy fashion.</p></li>
|
||||
<li><p>Add <code>search-buffers</code> command to search across the given buffers. (Thanks to Chris Bøg.)</p></li>
|
||||
<li><p>Add <code>delete-other-buffers</code> command. (Thanks to Chris Bøg.)</p></li>
|
||||
<li><p>Sort buffer by last-access time.</p>
|
||||
<p>In particular, the latest buffer buffer will be popped when deleting the current buffer.</p></li>
|
||||
<li><p>Display log messages in <code>*Messages*</code> buffer. (Thanks to Bruno Cichon.)</p></li>
|
||||
<li><p>Show source location with <code>command-inspect</code>. (Thanks to Bruno Cichon.)</p></li>
|
||||
<li><p>Fix define-mode when there is no docstring. (Thanks to Chris Bøg.)</p></li>
|
||||
<li><p>Fix tab-insert on candidates.</p></li>
|
||||
<li><p>Rename "link-hint" to "element-hint".</p></li>
|
||||
<li><p>Fix updating echo area on buffer change.</p></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>
|
Loading…
Add table
Add a link
Reference in a new issue