From 56c4c87814385dab4ff54a29c2499d101e4765dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Wed, 2 Mar 2022 14:20:33 +0200
Subject: [PATCH 1/1] Updated AppData
res/fi.skyjake.Lagrange.appdata.xml | 40 +++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/res/fi.skyjake.Lagrange.appdata.xml b/res/fi.skyjake.Lagrange.appdata.xml
index 02f733a9..5da28c04 100644
--- a/res/fi.skyjake.Lagrange.appdata.xml
+++ b/res/fi.skyjake.Lagrange.appdata.xml
@@ -45,6 +45,46 @@
<update_contact>jaakko.keranen@iki.fi</update_contact>
<releases>
<release version="1.11" date="2022-03-02">
<description>
<p>Changes in v1.11:</p>
<ul>
<li>Multiple windows. Windows can be opened via the menu, Ctrl/⌘+N, or link context menus.</li>
<li>Restoring tabs at launch is now optional. Added a toggle in Preferences > General.</li>
<li>Site-specific settings (Shift+Ctrl/⌘+Comma), with options for theme customization and showing ANSI escape warnings. The custom theme is based on a "seed string" chosen by the user.</li>
<li>Fontpack search. Fonts in the skyjake.fi font library have been indexed based on all the glyphs they provide, so one can look up which fontpacks provide any missing glyphs.</li>
<li>"Manage Fonts" button on the Preferences > Fonts tab. It opens "about:fonts".</li>
<li>"Tab width" setting (default: 8). This controls how TAB characters are displayed on pages.</li>
<li>Setting for maximum valid URI length on 'text/gemini' link lines.</li>
<li>Option to show images decoded from data URLs immediately after loading a page. This is limited to JPEG, PNG, WebP, and GIF (no animations).</li>
<li>"Paste and Go" in the input field context menu.</li>
<li>TLS session caching: reduces the need for redundant handshaking by keeping old TLS sessions cached for 10 minutes.</li>
<li>UI language for Italian.</li>
<li>The input prompt dialog saves entered text persistently, just like the Upload dialog. This prevents losing text if the dialog is closed accidentally.</li>
<li>Input field backup is done per window, e.g., "uploadbackup.2.txt".</li>
<li>Sidebar context menus have more consistent "open" menu items, now including opening the item in a new window.</li>
<li>The missing glyphs warning dialog now shows a list of the missing code points.</li>
<li>Downloading the Classic Set fontpack is no longer suggested since fontpacks can be searched as needed.</li>
<li>Abbreviate font pack descriptions on "about:fonts". The full description is shown when viewing a single fontpack.</li>
<li>The active tab button uses the theme background color if the page color theme has a bright colorful background to avoid clashing with the UI accent color.</li>
<li>Adjusted colors of the Gray and Black page themes.</li>
<li>Added additional (small) variations to theme hues.</li>
<li>Data URLs have their own link icon.</li>
<li>Adjusted appearance of context menus.</li>
<li>Updated UI translations.</li>
<li>Incorrect behavior and UI glitches related to data URLs. The UI will now omit the encoded part of data URLs.</li>
<li>Occasional mismatch between page and banner backgrounds. It was due to loss of precision when converting colors to 8-bit RGB.</li>
<li>Issues with changing UI metrics when a window moves between displays. Not all UI elements were rescaled properly.</li>
<li>Glitches with opening and closing context menus.</li>
<li>TAB characters are no longer forcibly normalized to spaces.</li>
<li>Pasting LF characters in the URL field should not be possible.</li>
<li>Avoid reinitializing fonts more than once during startup.</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.11.0</url>
</release>
<release version="1.10.6" date="2022-02-19">
<description>
<p>Changes in v1.10.6:</p>
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).