trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,61 @@
|
|||
<!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.3</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.3</h1>
|
||||
</header>
|
||||
<p>We are happy to announce Nyxt 2.2.3.</p>
|
||||
<p>This release features dramatically improved performance (both in terms of interface responsiveness and in network queries processing) as well as fixing major stability issues with WebKitGTK 2.34.</p>
|
||||
<p>Change log:</p>
|
||||
<div>
|
||||
<h2>2.2.3</h2>
|
||||
<ul>
|
||||
<li>Speed up most network queries. This may also prevent some hangs that used to
|
||||
happen when loading resource-intensive pages.
|
||||
<li>Speed up <code>set-url</code> and friends. (Thanks to @shamazmazum!)<br> The
|
||||
user input suggestion should now be instantaneously updated in the suggestion
|
||||
list. Search engine completions no longer hold back the listing of other
|
||||
suggestions.
|
||||
<li>Nyxt now prompts for confirmation before deleting a buffer that has edited
|
||||
contents.
|
||||
<li>New common text editing bindings (select-all, undo, redo, cut, etc.).
|
||||
<li>Display source code in <code>describe-function</code> whenever possible.
|
||||
<li>Allow for arbitrary HTML in the prompt buffer (both attributes and the
|
||||
prompt).
|
||||
<li>Permission requests are now handled (such geolocalization access).
|
||||
<li>Intelligent Tracking Prevention is no longer systematically enabled. This
|
||||
should fix some website incompatibilities. ITP can be selectively enabled with
|
||||
<code>reduce-tracking-mode</code> .
|
||||
<li><code>reduce-tracking-mode</code> has a new options, <code>
|
||||
preferred-user-agent</code> which is set to a generic value by default.
|
||||
<li>The Lisp REPL now highlights the input, displays the input package and
|
||||
displays the current package at the prompt.
|
||||
<li>New <code>m l</code> VI binding to <code>list-bookmarks</code> .
|
||||
</ul>
|
||||
<h3>Bug fixes</h3>
|
||||
<ul>
|
||||
<li>Fix crash and hangs with WebKitGTK 2.34.<br><b>Warning: </b> Sandboxing is no
|
||||
longer enforced.
|
||||
<li>Fix hangs in some cases when <code>blocker-mode</code> hostlists were
|
||||
out-of-date.
|
||||
<li>Work around load failures when going backward or forward in history.
|
||||
<li>Catch more errors in search completion.
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue