-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,25 @@ | |
<update_contact>[email protected]</update_contact> | ||
|
||
<releases> | ||
<release version="1.17.2" date="2023-10-25"> | ||
<description> | ||
<ul> | ||
<li>Tabs opened in background are immediately added to the URL history.</li> | ||
<li>Mouse wheel direction switches back to vertical when a wide block has been scrolled all the way.</li> | ||
<li>Fixed current text selection extending during scrolling even after mouse button has been released.</li> | ||
<li>Fixed drag-to-select with the mouse being too sensitive to mouse movement.</li> | ||
<li>Fixed the numbered links key (default: Alt) while navigating to new pages. It is no longer necessary to release and press the key again on the new page.</li> | ||
<li>Fixed long bookmark titles making the Bookmarks menu too wide.</li> | ||
<li>ANSI Cursor Forward control sequence ("CSI n C") is converted to a series of spaces, but only in preformatted text.</li> | ||
<li>Fixed parsing of ANSI SGR sequences with many attributes concatenated (e.g., 0;1;40;30).</li> | ||
<li>Fixed inline image loading indicator overdrawing itself, becoming unreadable.</li> | ||
<li>Updated UI translations.</li> | ||
</ul> | ||
<p>The full release notes can be viewed inside the app by opening | ||
the "about:version" page.</p> | ||
</description> | ||
<url>https://github.com/skyjake/lagrange/releases/tag/v1.17.2</url> | ||
</release> | ||
<release version="1.17.1" date="2023-10-21"> | ||
<description> | ||
<ul> | ||
|