47 lines
2.9 KiB
Plaintext
47 lines
2.9 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 Pre-release 5</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 Pre-release 5</h1>
|
|
</header>
|
|
<p>We are happy to announce the fifth pre-release of Nyxt version 2.0.0. If you missed the previous pre-release announcement, see <a href="https://nyxt.atlas.engineer/article/release-2-pre-release-4.org">here</a>.</p>
|
|
<p>Nyxt 2 is a massive overhaul of the Nyxt 1 series. A lot of effort has been geared towards improving the code quality under the hood which should reflect on the overall user experience with better performance, increased stability and better accessibility.</p>
|
|
<p>This is a test release for everyone to try out before the final release. It contains experimental features and some parts are still unfinished. Please feel free to share your feedback on our <a href="https://github.com/atlas-engineer/nyxt/issues">GitHub issue tracker</a>!</p>
|
|
<p>Notable highlights:</p>
|
|
<ul>
|
|
<li><p>Added a dashboard function to Nyxt. It can be used as a startup-buffer. It can display display recent URLs, bookmarks, etc.</p></li>
|
|
<li><p><code>reduce-to-buffer</code> includes a summary of each buffer (powered by our Text Rank implementation).</p></li>
|
|
<li><p>Improved <code>buffer-history-tree</code> presentation. It is now easier to visualize the tree as there are lines drawn between nodes.</p></li>
|
|
<li><p><code>analysis</code> library:</p>
|
|
<ul>
|
|
<li><p>Add support for DBSCAN algorithm. DBSCAN is a clustering algorithm used to classify vectors as being related.</p></li>
|
|
<li><p>Improve Text Rank algorithm implementation. This results in better summarization.</p></li>
|
|
</ul></li>
|
|
</ul>
|
|
<p>For the complete change list, please consult the <a href="https://github.com/atlas-engineer/nyxt/blob/2-pre-release-5/documents/CHANGELOG.org#2-pre-release-5">CHANGELOG.org</a> file.</p>
|
|
<p>We hope you enjoy these new features, and that they help make you more productive. Thanks for reading :-)</p>
|
|
<h1 id="screenshots">Screenshots</h1>
|
|
<h2 id="nyxt-dashboard">Nyxt Dashboard</h2>
|
|
<p><img src="../static/image/article/dashboard.png" /></p>
|
|
<h2 id="reduce-to-buffer">Reduce to Buffer</h2>
|
|
<p><img src="../static/image/article/article-reduced-buffers.png" /></p>
|
|
<h2 id="buffer-history-tree">Buffer History Tree</h2>
|
|
<p><img src="../static/image/article/buffer-history-tree-line.png" /></p>
|
|
</body>
|
|
</html>
|