Skip to content

Commit

Permalink
Updated AppData for 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 20, 2024
1 parent 8058787 commit 551969d
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions res/fi.skyjake.Lagrange.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,55 @@
<update_contact>[email protected]</update_contact>

<releases>
<release version="1.18" date="2024-09-20">
<description>
<ul>
<li>Support for sending Misfin messages. "misfin://" links are opened in the upload dialog. You must import a Misfin identity before you can send a message.</li>
<li>Misfin: Identity sidebar indicates which identities are for Misfin.</li>
<li>Support for the Guppy protocol. Contributed by Dima Krasner.</li>
<li>Titan: Support for the "edit" parameter in opened Titan links. The target's contents are downloaded and displayed in the upload dialog's text editor. After editing the contents are uploaded back to the server.</li>
<li>Option to disable all TLS security warnings.</li>
<li>Opus audio playback using libopusfile (optional dependency). Contributed by Martin Chang.</li>
<li>The Curses-based `clagrange` can be built in addition to the GUI, not only separately. Removed the TUI build script.</li>
<li>Improved UI focus navigation: arrow keys move focus to an adjacent widget.</li>
<li>Context menus are keyboard-navigable with arrow keys, and the first letter of labels acts as a shortcut key to move focus on the item.</li>
<li>Bookmarked URLs are automatically updated after permanent redirection. (The original URL is still saved in bookmarks.ini.)</li>
<li>Line width expands dynamically (up to window size) to account for wide content like preformatted blocks and plain text lines.</li>
<li>The file path can be entered manually in the upload dialog. Previously only drag-and-drop was supported.</li>
<li>Right-clicking on the site banner shows a link context menu. (Linking to the capsule's root URL.)</li>
<li>Show a confirmation popup when saving something to the downloads folder.</li>
<li>Menubar: When opened via keyboard, reopen the most recently opened menu instead of "File".</li>
<li>The Return key is now a (hardcoded) keyboard shortcut for focusing the navbar URL field.</li>
<li>Page Information: Clarified meaning of "fingerprint". The type of hash (SHA-256) and what it was calculated from are specified (full certificate or just the public key).</li>
<li>Updated UI symbols for "Go to Root", remote bookmarks, and the navbar bookmark indicator/button.</li>
<li>Gopher: Proper parsing of Telnet line types `8` and `T`.</li>
<li>Noto Emoji font updated to support Unicode 15.1.</li>
<li>TUI: Often needed keyboard shortcuts are shown in place of menubar when the menubar is inactive, to make the UI more approachable.</li>
<li>TUI: Improved UI layout, targeting a minimum resolution of 80x25.</li>
<li>TUI: Improved text-mode rendering of various widgets.</li>
<li>Titan URLs were incorrectly opening the upload dialog when navigating through history.</li>
<li>Titan request in an open tab was resubmitted with empty content when launching the app.</li>
<li>Default Titan upload identity was sometimes chosen incorrectly; should match the active Gemini identity.</li>
<li>Upload dialog was missing a couple of UI strings for drag-and-drop errors.</li>
<li>Gopher: Gemtext formatting (headings, quotes, etc.) found on Gopher menu pages is now escaped so it doesn't unintentionally affect the visual presentation.</li>
<li>Gopher: Allow port number to be blank on `i` lines.</li>
<li>Query shortcuts (bang snippets) that already contain a `?` character were prefixed by a redundant `?`.</li>
<li>Link ordinals/letters (when navigating with Alt/Option or home row keys) now start at the actual top of the view.</li>
<li>Incorrect event handling order with multiple windows when there is a focused widget.</li>
<li>Missing focus indication in empty lists and the Snippets list.</li>
<li>Holding down Alt/Option (link number modifier key) while opening a query link would prevent the prompt dialog from having input focus.</li>
<li>Incorrect glyph spacing in a mixed-font preformatted block (fallback glyphs from different fonts).</li>
<li>Lede paragraph highlighting was misbehaving with monospace body font; now gets disabled.</li>
<li>Glyphs were sometimes partially cut off due to excessive background clearing on adjacent lines.</li>
<li>TUI: Color escapes were not applied when rendering.</li>
<li>TUI: Submenu chevron symbols were missing.</li>
<li>TUI: Potential hang when wrapping text.</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.18.0</url>
</release>
<release version="1.17.6" date="2024-01-16">
<description>
<ul>
Expand Down

0 comments on commit 551969d

Please sign in to comment.