63 lines
2.4 KiB
Plaintext
63 lines
2.4 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>Nyxt 2.2.1</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">Nyxt 2.2.1</h1>
|
|
</header>
|
|
<p>We are happy to announce Nyxt 2.2.1. This is mostly a bug-fix release with some minor improvements.</p>
|
|
<p>Change log:</p>
|
|
<div>
|
|
<h2>2.2.1</h2>
|
|
<ul>
|
|
<li>Re-added the inferred-keyword source to the bookmark prompt buffer.
|
|
<li>Numerous documentation fixes and updates.
|
|
<li><code>define-scheme</code>syntax has been extended to allow importing other
|
|
schemes. See the manual for an example.
|
|
<li>Arbitrary HTML is now allowed in mode formatting.
|
|
<li>*Bookmarks* buffer is automatically updated when deleting entries. (Thanks to
|
|
@shamazmazum!)
|
|
<li>Processes can now be stopped in process-mode.
|
|
<li>New <code>repeat-times</code> command.
|
|
<li>List methods in class descriptions.
|
|
</ul>
|
|
<h3>Build and compilation changes</h3>
|
|
<ul>
|
|
<li>Quicklisp is no longer used to fetch dependencies. Instead, all Lisp
|
|
dependencies are pinned and fetched via Git submodules into the <code>_build</code>
|
|
subdirectory. This should improve reproducibility. The <code>NYXT_QUICKLISP</code>
|
|
environment variable has been replaced by <code>NYXT_SUBMODULES</code> .
|
|
</ul>
|
|
<h3>Platform support</h3>
|
|
<ul>
|
|
<li>Quicklisp can now be properly loaded when Nyxt was installed via the .deb
|
|
file.
|
|
</ul>
|
|
<h3>Bug fixes</h3>
|
|
<ul>
|
|
<li>Properly handle cancelation in yes/no prompt-buffers.
|
|
<li>Fix sandboxing. (Thanks to @tiberious726!)
|
|
<li>Fix toggle-mark in visual-mode. (Thanks to @hendursaga!)
|
|
<li>Report load-after-system warnings. (Thanks to @hendursaga!)
|
|
<li>Properly scroll into view when in visual-mode. (Thanks to @aaron-tan!)
|
|
<li>Fix upload of files with wildcard characters in their name. (Thanks to
|
|
@shamazmazum!)
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|