summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-30 13:59:46 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-30 13:59:46 +0200
commit5b56e2e2864c128366f07aac78d62d6850351ce5 (patch)
tree1f1310fedb22023bdc87e014aea8f894969b2668 /res
parent982abb9aef675a7217a70f2d4563888ca5c3b4f2 (diff)
Release notes broken to smaller pages
Diffstat (limited to 'res')
-rw-r--r--res/about/version-0.13.gmi246
-rw-r--r--res/about/version-1.5.gmi371
-rw-r--r--res/about/version.gmi610
3 files changed, 619 insertions, 608 deletions
diff --git a/res/about/version-0.13.gmi b/res/about/version-0.13.gmi
new file mode 100644
index 00000000..72434f76
--- /dev/null
+++ b/res/about/version-0.13.gmi
@@ -0,0 +1,246 @@
1# Release notes
2
3=> about:version-1.5 Newer versions
4
5## 0.13.2
6* Added a little spinner to indicate ongoing requests.
7* Fixed very thin progress bar on HiDPI displays.
8* Fixed link to Help page from the Identities sidebar tab.
9* Fixed incorrect text colors in the UI (e.g., selected lookup result).
10* macOS: Disable menu shortcuts for navigation when editing text to prevent accidental page changes.
11
12## 0.13.1
13* Fixed build failure on Linux.
14
15## 0.13
16* Support for Internationalized Domain Names (IDN) in network requests.
17* Percent-encoded URL paths are shown decoded in the UI, and encoded in outgoing requests.
18* Added option to disable decoding of percent-encoded paths for the UI.
19* Quick search via URL bar shows entries from subscribed feeds.
20* Added keybindings for zooming.
21* Improved usability of page content searching (${CTRL+}F, Escape).
22* Clicking on a certificate warning shows the Certificate Status dialog.
23* macOS: Keyboard shortcuts in native menus are updated according to bindings.
24* Tweaked handling of Emojis in monospace text. They are given more space as needed, but the original monospace spacing is restored after whitespace.
25* Fira Mono replaced with Iosevka Term Extended.
26* Fixed use of variable-width fonts in input fields.
27* Fixed handling of Unicode joiners and modifiers (by ignoring them, since we lack the glyphs).
28* Fixed a layout issue with sidebars where the bottommost content line was occasionally not visible.
29* Fixed exit when a hook program didn't read its input.
30* Fixed crash when using an identity (with LibreSSL on OpenBSD).
31
32## 0.12.1
33* 'text/*' content falls back to plain text.
34* Minimized visual artifacts in Unicode box-drawing characters (overlapping/gaps) by fine-tuning glyph scaling.
35* Fixed truncated tab titles when opening tabs in background.
36* Fixed possible exit if hook program not found (SIGPIPE).
37* REQUEST_URL is set in the environment when running MIME hooks.
38* "about:debug" lists the configured MIME hooks.
39* macOS: Fixed excessive CPU usage while idling.
40
41## 0.12
42* Added MIME hooks: pipe Gemini responses through external programs for arbitrary processing. (See "about:help" for usage.)
43* Added a right-hand sidebar; have a sidebar on the right or on both sides at once.
44* Added a clear warning banner when there is an issue with the server's TLS certificate.
45* Follow Weiph/pikkulogs β€” subscribe to new headings on pages.
46* Added UI for subscribing: feed name, entry type (Gemini feed or new headings).
47* Added keyboard shortcut ${SHIFT+}${CTRL+}D for subscribing to page.
48* Feeds sidebar is capped to 100 entries. "about:feeds" shows all known entries.
49* Network connections have a timeout in case server doesn't respond at all.
50* Adjusted spacing before/after links to reflect use of empty lines in the source.
51* Clicking on page area unfocuses URL input field.
52* Added keybindings for switching tabs.
53* Gopher: Query links have a πŸ” icon.
54* Fixed handling of "file:///" URIs on Windows.
55* Fixed misaligned Unicode box-drawing characters.
56* Fixed missing error page if status code is unknown (torture test 34).
57* Fixed detection of invalid headers (torture test 39).
58* Fixed rendering of soft hyphens (torture test 50).
59
60## 0.11
61* Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. Subscribed feeds are refreshed in the background while Lagrange is running.
62* Added a new sidebar tab for feeds.
63* Added "about:feeds" to show entries from all subscriptions on one page.
64* Added icons for special bookmark tags, and context menu items for toggling "homepage" and "subscribed".
65* Improved stability: fixed data races, undefined behavior, thread leaks.
66* Wide preformatted blocks can be scrolled horizontally with the mouse wheel or trackpad.
67* Line widths are slightly narrower for improved readability.
68* Light mode UI color palette is less saturated, more sepia-toned.
69* Tall menus/dialogs can be scrolled with the mouse wheel.
70* Improved download progress updates: never update more often than the UI can be refreshed.
71* macOS: Control-Click works as a right mouse click.
72* Unix: Location of `xdg-open` is no longer hardcoded.
73* Fixed large downloads (10 MB+) stopping prematurely due to a decryption error.
74* Fixed window contents not being updated during window resizing.
75* Fixed selection/search markers disappearing when scrolling down.
76* Fixed displaying of "about:" URLs in history.
77* Fixed build on FreeBSD (tested on 12.1).
78
79## 0.10
80* Added option to load inline images when pressing Space or ↓ for a more focused reading experience β€” just keep tapping a single key to proceed. If an image link is visible, it will be loaded instead of scrolling. This option is disabled by default.
81* Added context menu item to save inline images to Downloads.
82* Added an option to use a proxy server for Gemini requests.
83* Added a new keyboard link navigation mode focusing on the home row keys. The default keybinding for this is "F".
84* Added a keybinding to activate keyboard link modifier mode. The keyboard link keys are active while the modifier is held down. The default is ${ALT}.
85* Clearing and resetting keybindings via a context menu.
86* Added a Window tab in the Preferences dialog; moved some of the settings around for better organization.
87* Improved page search visualization: if the match is inside a link URL, the link icon is now highlighted. Previously these matches were not visualized in any way.
88* Improvements to URI parsing with regard to RFC 3986. Cases that are handled better are double slashes, query-only relative URIs, relative URIs that begin with a tilde, IPv6 literals, username in the authority.
89* Replaced EB Garamond with Tinos for improved readability.
90* Replaced Kosugi Maru with Noto Sans CJK JP for better glyph coverage.
91* Fixed font sizing of level 3 headings.
92* Fixed download progress indicators sometimes remaining visible even after leaving the page.
93
94## 0.9
95* Clicking on the top banner of a page (where the site icon and hostname are shown) navigates to the root directory of the site.
96* Added menu items and keybindings for navigating to site root or the parent directory.
97* Added option to use a monospace body text font on all Gemini and/or Gopher pages.
98* Remember redirect source URLs as visited but not shown in the History tab. Note that "visited.txt" is no longer fully compatible if opened in an older version of Lagrange.
99* "gopher:" scheme is allowed in command line arguments.
100* XDG: .desktop file declares support for opening Gopher URLs.
101* Fixed an issue where copying the URL input field would not place anything on the clipboard.
102* Fixed the Lagrange window visibly changing position during launch.
103* Fixed crash when a single percent sign was typed in an input field.
104* macOS: Fixed native menu keyboard shortcuts causing redundant command activations.
105* macOS: Fixed assigning keybindings when there is an equivalent native menu shortcut.
106
107## 0.8.1
108* Fixed potential lockup when navigating back to a query prompt.
109* macOS: Improved handling of scroll wheel events from a mouse.
110
111## 0.8
112* Added support for Gopher.
113* Added support for the full palette of 8-bit ANSI foreground colors.
114* Added option to disable smooth scrolling.
115* Added button to manually set server certificate as trusted (if the certificate is valid but untrusted).
116* Added keybindings for Back/Forward navigation.
117* Added a context menu item for opening HTTP links in the default browser even when a proxy is configured.
118* Revised identity creation dialog: changed field order, added warning about temporary identities not being saved.
119* ${CTRL+}Click opens tab in background, ${SHIFT+}${CTRL+}Click opens as foreground tab. The same modifier keys work with keyboard navigation.
120* Improved word wrapping of emoticons (:D).
121* Automatic redirects allowed when the destination URL uses the same scheme as the originating URL. For example, when using a proxy, HTTP(S) is allowed to automatically redirect to other HTTP(S) URLs.
122* Windows: Fixed handling of drag-and-dropped and command line file paths.
123
124## 0.7.2
125* Fixed parsing of the server's response. In some cases it was possible that the response was only partially read.
126* Fixed handling of TLS/SSL connection being closed without the socket being closed.
127
128## 0.7.1
129* Fixed build on OpenBSD.
130* Fixed build with LibreSSL.
131* Fixed a potential crash at app shutdown.
132* Fixed a potential crash when a thread exits.
133* Fixed a potential lockup when a thread exits.
134* Linux/Unix: Open "mailto:" links with xdg-open instead of the web browser.
135
136## 0.7
137* Basic set of user-configurable key bindings.
138* Sidebar: Added a "New Identity" button and a link to "about:help" if there are no identities.
139* Faster drawing of certain UI elements: site icon and current heading in the left margin, unfocused input fields, timestamp at the end of the page.
140* History is not updated until a network request finishes.
141* Improved opening connections when multiple IP addresses are found for a hostname.
142* Fixed handling of TLS/SSL errors and hostname lookup problems β€” an error page is shown.
143* Fixed an issue where window contents were not being updated immediately after the window gets exposed when using, e.g., openbox or dwm.
144
145## 0.6
146* Added an indicator to visualize progress of network requests.
147* Added new color themes for page content: Colorful Light, Black, Gray, Sepia, High Contrast.
148* Added page content color theme selection in Preferences.
149* Added quote indicator option: icon or vertical line.
150* Added a new font for Korean glyphs.
151* Smoother smooth scrolling, making it easier to keep one's eyes on the content throughout the motion.
152* Windows: Register Lagrange as a handler of "gemini:" URLs.
153* macOS: Fixed glitchy window dragging during audio playback.
154* Fixed timestamps of cached pages.
155
156## 0.5
157* Added MP3 support in the audio player (using mpg123).
158* Added volume control in the audio player.
159* Metadata in Vorbis and MP3 audio content (title, artist, etc.) is shown in the audio player menu.
160* Added new serif fonts: EB Garamond and Literata.
161* Allow configuring separate fonts for headings and body text for better visual distinction.
162* Preferences dialog remembers the previously open tab.
163* Paste from clipboard on middle mouse button click.
164* Open links in new tab with middle mouse button.
165* Fixed failure to find resources when launching via PATH.
166* Fixed color saturation setting not affecting the default color theme.
167=> https://mpg123.org/ mpg123: MPEG audio player and decoder library
168
169## 0.4.1
170* Set keyboard focus to URL input field after opening a new tab.
171* Pause other audio players when a new one is started. One can still choose to have multiple audio players playing simultaneously by unpausing them again.
172* Fixed dismissing an audio player that is still downloading content. The partially downloaded data is discarded.
173* Fixed saving pages whose name starts with a tilde.
174* Fixed saving pages restored from cache.
175* Windows: The app is now distributed as an installer created with Inno Setup.
176* Windows: All binaries are signed.
177
178## 0.4
179* Added audio playback with support for streaming. Supported audio formats in this release are WAV (PCM, mono/stereo, 8/16/24/32 integer/float) and Ogg Vorbis. Shoutout to Sean Barrett et al. for stb_vorbis.
180* Added inline audio player that works like inline images. Clicking on an audio link opens the audio player below the link (works for URLs that have file extension .wav/.ogg).
181* Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color; adjusted accent colors in the light mode palette.
182* Sidebar has a maximum width β€” the document must remain visible.
183* Windows: Support for HiDPI displays and the system UI scaling factor. The UI will be scaled according to your settings automatically without having to adjust the UI scaling in Preferences.
184* macOS: Use OpenGL on 10.13 for potentially better compatibility.
185* Fixed a memory leak when closing tabs.
186* Fixed unnecessary continual window redrawing related to the scrollbar hover outline.
187=> https://github.com/nothings/stb stb: single-file public domain libraries for C/C++
188
189## 0.3
190* Added style customization.
191* Added new font option: Fira Sans.
192* Added a setting for maximum line width.
193* Added a setting for adjusting color saturation.
194* Added an option for "Outline on scrollbar": page outline appears when mouse is hovering over the scrollbar.
195* Added an option for site icon and current top heading that appear when the window is wide enough.
196* Added tabs in Preferences for better grouping.
197* Added "Open Link in Background Tab" in link context menus.
198* More flexible text selection behavior when starting on empty space.
199* Smaller first paragraph font size.
200* Fixed centering of popups so they remain centered when window is resized.
201* Fixed sizing and alignment of Unicode symbols in preformatted text.
202* Fixed sizing of Japanese glyphs in UI text (e.g., tab titles).
203
204## 0.2.1
205* Fixed window size/state restoration issues, e.g., after window is maximized.
206* Windows: Fixed text disappearing when window is resized.
207
208## 0.2
209* Added an icon for quote paragraphs.
210* Added Downloads folder to Preferences.
211* Added "Save to Downloads" menu item (${CTRL+}S) for saving page contents.
212* Added a download progress indicator in the URL input field.
213* Added a progress indicator for inline image fetching.
214* Added `--sw` option to force software rendering.
215* Added macOS touch bar buttons for Back, Forward, Find, New Tab, and sidebar modes.
216* Home button opens a random bookmark with the "homepage" tag.
217* Improved context menu when right-clicking on links or the page.
218* Recognize and handle "mailto:" links.
219* Fixed behavior of images on single-image pages; cannot be hidden like inline images.
220* Fall back to software rendering automatically if accelerated graphics are not available.
221* Minor bug fixes.
222
223## 0.1.1
224* Fixed a potential crash at startup.
225* Fixed bug where user's query input is handled by all tabs.
226* Default sidebar mode is Bookmarks.
227* Windows: Fixed opening HTTP links in the default web browser.
228
229## 0.1
230* The major version zero is reserved for non-feature-complete releases.
231* Beautiful typography using Unicode fonts.
232* Autogenerated page style and Unicode icon for each Gemini domain.
233* Smart suggestions when typing the URL β€” search bookmarks, history, identities.
234* Sidebar for page outline, managing bookmarks and identities, and viewing history.
235* Multiple tabs.
236* Identity management β€” create and use TLS client certificates.
237* Light and dark UI themes.
238* Select and copy text with the mouse.
239* Find text on the page.
240* Open image links inline on the same page.
241* Open links via keyboard shortcuts.
242* Instant back/forward navigation.
243* Smooth scrolling.
244* Scaling page content (50%...200%).
245* Scaling factor for the UI (for arbitrary monitor DPI).
246* Persistent app state β€” tabs and history are restored on next run.
diff --git a/res/about/version-1.5.gmi b/res/about/version-1.5.gmi
new file mode 100644
index 00000000..c970a908
--- /dev/null
+++ b/res/about/version-1.5.gmi
@@ -0,0 +1,371 @@
1# Release notes
2
3=> about:version Newer versions
4
5## 1.5.2
6* Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity.
7* Possible workaround for a visual glitch in the URL field.
8* Specify `StartupWMClass` in .desktop file.
9* Normalize page contents to avoid the most common issues with diacritics (Unicode NFC).
10* Expanded the set of recognized custom link icons.
11* Updated "Smol Emoji" font with new glyphs.
12* Allow use of TLS cipher "DHE-RSA-AES256-GCM-SHA384".
13
14## 1.5.1
15* Updated UI translations.
16* Updated "Smol Emoji" font with new and improved glyphs.
17
18## 1.5
19* Added "Smol Emoji" and "Noto Sans Symbols" fonts, removed Symbola.
20⚠️ Many Emoji and pictographs defined in the last five years are currently missing.
21* Added document footer buttons: on certain pages (e.g., error messages) show relevant actions in the bottom of the page. For example, if a certificate is required for viewing a page, show buttons for creating a new identity and showing the Identities sidebar.
22* Error pages include the human-readable text sent by the server.
23* Disregard old feed entries whose unread status would have been forgotten.
24* Added UI language: Polish.
25
26Identity management:
27* Revised New Identity dialog. An option is provided to automatically use the new identity on the current domain/page. The additional fields are hidden by default.
28* Improved usability of Identities sidebar. No more accidental activations: left-clicking an identity opens the context menu without making any changes. The context menu shows each active URL as a menu item for easy access. Identity icons reflect the usage status: all identities used on the current domain get highlighted in addition to the currently used one.
29* Identities can be exported: certificate and private key are opened in a new tab in plain text PEM format.
30* Fixed issues with identity usage: a higher-up URL overrides and deactivates all contained URLs to avoid redundant activation.
31
32Text input:
33* Revised text input widgets: added support for multiple lines, and when entering user response to a query, show how many bytes are remaining for the response URL about to be submitted. In dialogs, input fields expand vertically instead of scrolling their content horizontally.
34* Input widgets allow inserting newlines using Shift+Return.
35* Disallow sending query responses that are too long (1024 bytes maximum).
36* Shift-click to select a range of text in input widgets (i.e, without dragging).
37
38Rendering:
39* Animate showing and hiding of sidebars and dialogs. Animations are enabled by default, by can be disabled with Preferences > Interface > Animations.
40* Added setting for a custom TrueType symbol font for any missing characters. Note: Must be a .TTF file β€” OpenType and bitmap fonts are not supported.
41* Link navigation shortcut icons (home row and numbered) are drawn with a consistent appearance.
42* Improved icon alignment in lists.
43* Reduced line gap between word-wrapped top-level headings.
44* Modal dialog background dimming fades in/out smoothly.
45* macOS: Workaround for an issue that causes UI refresh to pause occasionally for ~100 ms.
46
47Split view:
48* Added keybindings for split view menu items.
49* Changed default split view keys to conform to Emacs (3 for horizontal, 2 for vertical split).
50* Fixes and improvements for touch screen event handling in split view mode.
51
52Command line:
53* Added --url-or-search (-u) command line option. Depending on the parameter, either open an URL or make a search query.
54* Open all URLs/files specified on the command line in new tabs, and raise the window if the app is already running. (Kudos to Alyssa Rosenzweig.)
55
56Gempub:
57* Linear navigation through the book with Left/Right arrow keys and via footer buttons. The navigation order is determined by links on the Gempub index page.
58
59## 1.4.2
60* Fixed UI colors being all black on the first run.
61* Fixed right mouse click on an inactive split not having any effect.
62* Fixed action buttons showing under the Help link in an empty Identities sidebar.
63* Fixed potential crash at shutdown.
64* Fixed minor UI layout issues.
65
66## 1.4.1
67* Fixed removing the left side split by closing all its tabs. The URL input field got confused about which tab was currently open, and the wrong theme was active.
68* Fixed tab merging when unsplitting the window: keep the currently active tab open.
69* Fixed issue with sidebars sometimes becoming unresponsive.
70* Fixed font used for visited monospace Gopher links.
71* Fixed incorrectly shown/hidden β—§ indicator.
72* Fixed scrollbar in Preferences > Keys being hidden until the list is scrolled.
73
74## 1.4
75* Added split view modes: two tabs at once, horizontal/vertical split, 1:1/2:1/1:2 weights, merge tabs, swap sides. See section 1.8 in Help for details.
76* Split view pinning: keep a page pinned on one side while all opened links go to the other side.
77* "file://" URLs can be used for viewing contents of local directories and ZIP archives.
78* Basic Gempub support: a cover page is generated based on metadata, and there's an automatic split view for index and contents. On macOS, Lagrange is registered as a viewer of .gpub files.
79* Bold link styling is used for indicating which links are unvisited.
80* Page rendering was optimized: now each line of text is rendered into the view buffer only once, and whenever the view is stationary, content is prefilled in the available space outside the viewport. Previously, at least one line of text was rendered every frame when the viewport was moving, which was mostly redundant.
81* Added UI languages: Interlingua, Toki Pona.
82* Added "New"/"Import" buttons in the bottom of the Identities tab.
83* Added an "All"/"Unread" mode switch in the bottom of the Feeds tab.
84* Added toggles for special tags in the bookmark creation/editor dialog.
85* Added "Show Downloads" to the File/main menu.
86* Added "Open Downloaded File" to the file save dialog to make it easy to find the local copy of the file.
87* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too.
88* Added a semibold Fira Sans weight (used for unvisited links).
89* Preferences: Reorganized the fonts dropdown menu.
90* Changed popup dismiss behavior so that a click outside just dismisses the popup and does not trigger further actions.
91* All lists support smooth scrolling.
92* Multitouch scrolling: each finger can scroll a different widget.
93* Adjustments to how display DPI affects UI scaling.
94* Fixed allocation of page rendering buffers. Previously, some buffers may have gone unused or were allocated erroneously to the same position, causing unnecessary work for the page renderer.
95* Fixed various issues in the UI layout.
96* Fixed parsing URI scheme (limited set of characters allowed).
97* Don't percent encode equal signs in URL paths.
98
99## 1.3.4
100* Allow server certificates with a `*.tld` subject wildcard.
101* Updated the French UI translation.
102* Fixed media type check in the audio player. Media types with parameters failed to be recognized.
103* Fixed crash after a redirect.
104* Fixed a rare issue with handling multiple rapid network requests.
105* Fixed a rare situation where a network connection would fail to open.
106* Minor stability improvements.
107
108## 1.3.3
109* Added UI languages: French, German. (Note that neither is 100% finished yet.)
110* Added build option to disable IPC for compatibility reasons.
111* Added environment variable LAGRANGE_OVERRIDE_DPI.
112* Back/forward navigation buttons are disabled if they have no more pages to switch to.
113* Minor UI color tuning.
114* Fixed possible crash when closing a tab.
115* Fixed possible crash when restoring application state at launch.
116* Fixed problems parsing and making requests with literal IPv6 addresses.
117
118## 1.3.2
119* Fixed crash after updating from v1.2 due to undefined CA file/path configuration.
120* Fixed conflation of pixel ratio and display DPI. Pixel ratio is now always separately detected so mouse events can be correctly positioned. You may find that adjusting the UI scale factor (Preferences > Interface) is necessary after upgrading.
121* Fixed sidebar width changing when moving the window to a different display.
122* Fixed inability to use Tab in keybindings.
123* Fixed opening Gopher URLs via drag-and-drop.
124* Fixed "Add bookmark..." on a feed entry.
125* Fixed keybindings list not being updated immediately when UI language changes.
126* Fixed trimming of link label text when a custom Emoji is used.
127* Windows: Fixed maximum window size being restricted to the initial display's size.
128
129## 1.3.1
130* Added UI languages: Serbian, Interlingue.
131* Added option to disable bold links for light/dark backgrounds.
132* Updated the Nunito font to the latest version.
133* Fixed crash during word wrapping.
134* Fixed keybindings overriding the home row key navigation mode.
135* Fixed kerning in the text renderer.
136* Fixed issue with overlapped drawing of list bullets vs. list items.
137* Fixed cropped list bullets when using Literata.
138* Fixed whitespace normalization in plain text files (tab characters).
139* Fixed issues buffering window contents, possibly causing missing font glyphs.
140
141## 1.3
142
143Localization:
144* Added the first set of UI translations: Chinese (Simplified, Traditional), Finnish, Russian, and Spanish. Many thanks to the translators!
145* Added page content translation using a LibreTranslate instance running on `xlt.skyjake.fi`. This is somewhat experimental and may occasionally mess up Gemtext markup. Expect long pages to be quite slow to translate (more than a minute).
146=> https://weblate.skyjake.fi/projects/lagrange/ui Lagrange UI translations (Weblate project)
147=> https://libretranslate.com More information about LibreTranslate
148=> gemini://skyjake.fi/lagrange/privacy.gmi Lagrange privacy policy
149
150Resources:
151* Added Noto Sans CJK (Simplified Chinese) font.
152* Added Noto Sans Arabic font. Note that right-to-left/bidirectional text rendering is *not* implemented yet.
153* Added "about:about" that lists all the available "about:" pages.
154
155Browsing:
156* Alt text is shown when hovering over a preformatted block.
157* Clicking on a preformatted block collapses it, leaving only the alt text.
158* Added option to collapse all preformatted blocks on page load.
159* A server certificate can also be verified by Certificate Authorities. When "CA file" and/or "CA path" are set in Preferences, CA verification will mark a certificate as trusted.
160* Relaxed TOFU certificate checking when it comes to domain names: `domain.tld` in a certificate is implicitly considered to also mean `*.domain.tld`.
161* Fixed handling of IDNs when the user sets a server certificate as trusted via the UI.
162* Fixed handling of unknown URI schemes. Previously they were forcefully converted to absolute URIs, breaking them.
163
164Page content and rendering:
165* Color adjustments to the "Colorful Dark", "Colorful Light", and "Gray" themes. "Gray" looks different in dark and light UI modes.
166* Spacing of bullet lists vs. link lists is more consistent.
167* Links are shown in bold, and tinted with the page theme color for more coherent appearance.
168* Custom link icons: Gemini links whose destination is on the same domain use as icon the Emoji or other pictograph at the start of the link label. (For example, see Astrobotany menus.)
169* Added option to wrap lines in plain text files. This is on by default because there is no horizontal scrolling for plain text.
170* Large images are downscaled to an appropriate size for presentation.
171* Improved font glyph caching to reduce stuttering during scrolling. All required glyphs are cached after a page load finishes. This allows more efficient copying of glyphs as the operations can be batched.
172* Larger content buffers for scrolling, reducing need to redraw content.
173* Gopher: Handling the 'h' line type.
174* Fixed minor issues with word wrapping.
175* Fixed minor blending artifacts with the current heading shown on the right side of the page.
176
177User interface:
178* Improved event handling to support touch screens on any platform (if supported by SDL).
179* UI scaling factor is applied immediately when closing Preferences. Restarting is no longer necessary.
180* Window rescaled automatically when moving it to a display with a different DPI.
181* Added unread feed entry count to the sidebar.
182* Added a context menu for toggling sidebars. The menu appears when right-clicking on the navbar or on the sidebar tab buttons.
183* Double/triple click selection modes. Double click and drag will select by word, triple click by paragraph.
184* Popup menus have icons for items to make it faster to find the item you're looking for.
185* Soft shadows for popup menus.
186* Scrollbars fade away on macOS/iOS and dim on other platforms.
187* Reload button moved into the URL field.
188* Narrow URL input fields will not display the default "gemini" scheme.
189* Domain name is highlighted in URL fields.
190* Added a cut/copy/paste context menu to input fields.
191* Added an "Import..." button to the empty Identities sidebar.
192* Preferences dialog was partially reorganized for clarity.
193* Tabs in Preferences look the same as tabs in the sidebar.
194* Cleaner appearance for unread feed items in the sidebar.
195* Dialog buttons show the corresponding shortcut key.
196* Fixed background activity indicators overlapping each other.
197* Fixed glitches when widgets extend beyond the left edge of the window.
198* Fixed use of plurals in UI strings, enabling support for three or more plural forms.
199
200Keybindings:
201* Default page scroll keybindings changed: PageUp/Down scroll a whole page, and Space/Shift+Space scrolls half a page. If you're changed these bindings, note that they will be reset to defaults.
202* Added keybinding for subscribing to a page.
203* Keyboard modifiers can be remapped using the `modmap.txt` configuration file.
204* Caps Lock can be used as a modifier key.
205* Internet hot keys (if present on a keyboard) can be used to navigate back/forward and reload the page.
206
207Command line use:
208* Added conventional `--help`, `--version` options.
209* A previously started instance can be controlled with command line options.
210* `--list-tab-urls` prints a list of the currently open URLs in the running instance.
211
212Bug fixes:
213* Only one instance of Lagrange is allowed to run per user directory. This prevents instances from overwriting each other's data.
214* Fixed use of multiple search terms for quick lookup.
215* Fixed handling of multiple feeds having an entry with the same URL.
216* Fixed percent-decoding of URLs on the command line and coming in via system URL handlers.
217
218## 1.2.3
219* Fixed XML parser hanging on numeric character entities.
220* Fixed "Monospace Body" option causing Gemtext line markup to be visible.
221* Fixed bookmarking a wrapped link. Now the entire label text gets used instead of just the clicked segment.
222* Fixed handling of non-advancing monospace glyphs.
223* CMake: Automatically check if `lib/the_Foundation` is up-to-date.
224* CMake: Build configuration fails if an SSL library is not found.
225* Reverted default bookmarks having "Getting Started" as a remote bookmark source. Now it's just a regular bookmark.
226
227## 1.2.2
228* Stability improvements.
229* Whitespace is no longer normalized when using the monospace body setting.
230* Fixed issues with percent-encoded Gopher paths.
231* macOS: Try to prevent forced use of high-performance GPU.
232
233## 1.2.1
234* Fixed crash when creating a bookmark.
235
236## 1.2
237
238New features:
239* Atom feed subscriptions: Atom XML documents are automatically converted to Gemini feed index pages. This is a built-in version of the Atom-to-Gemini example on the Help page.
240* Inline downloads: right-click on any link that is openable inside Lagrange and select "Download Linked File".
241* Editable bookmark icons: use your favorite Unicode character as the symbol to represent a bookmarked site.
242* Searching via URL field: non-URL text entered in the field is passed onto the configured search query URL (Preferences > Network). An indicator is shown if a query will take place.
243* Tab auto-reloading: configure a reloading interval using the page context menu ("Set Auto-Reload..."). Auto-reloading is part of the persistent state of the tab.
244* "Iosevka" and "Source Sans Pro" (the UI font) can be used as heading and body fonts.
245* User preference for aligning all pages to the top of the window.
246* Keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is βŒƒβŒ˜F as before.
247* Keybinding for finding text on page.
248
249UI design:
250* Enhanced navbar: adjusted spacing, URL field has a maximum width, tab titles have less pronounced borders.
251* Improved sidebar appearance: bold subheadings, larger feed icons, adjusted spacing, background color.
252* Font consistency: all UI elements use the same font (i.e., no more monospace input fields).
253* Added setting for UI accent color (teal, orange).
254* General fine-tuning of the color palette.
255* Dialog buttons are aligned to the right edge, leaving room for additional action buttons on the left.
256* Page Information button is embedded in the URL field.
257* Page Information dialog is attached to its button.
258* Site icons use a different color in tab titles for visual distinction.
259* Fade background behind modal dialogs.
260* Responsive page margins.
261* Windows: Added a custom window frame to replace the default Windows one. This looks nicer but does not behave exactly like a native window frame. Added a setting to Preferences for switching back to the default frame.
262
263Other changes:
264* Help is opened on first run instead of the "About Lagrange" page to make it easier to discover important Gemini links like the FAQ.
265* "Go to Root" respects a user name found in the URL. One can still "Go to Parent" to get above the user level.
266* Feed entries are sorted by refresh time if they are published on the same date.
267* Don't show future-dated feed entries in Feeds.
268* Middle-clicking on links: open new tab in background or foreground depending on the Shift key.
269* Shift+Insert can be used for pasting clipboard contents into input fields.
270* Removed a strange violet-on-green color theme pairing.
271
272Bug fixes:
273* Fixed text prompt dialogs closing and accepting the entered text when switching focus away from the app.
274* Scroll position remains fixed while horizontally resizing the window or sidebars.
275* Fixed a crash when opening the audio player menu.
276* Fixed Gopher requests that were using URL (percent) encoded characters.
277* Windows: Fixed a flash of white when the window is first opened.
278
279## 1.1.4
280* Fixed feed entry highlight/read status issue in the sidebar.
281* Fixed Gopher menu links that contain spaces.
282* Fixed vertical alignment of short pages: top banner is excluded because it is not part of the content.
283
284## 1.1.3
285* Fixed crash when deleting a bookmark that was being used as a remote bookmark source.
286* Fixed potential crash at shutdown.
287* Fixed URL path decoding not respecting reserved characters.
288* AppImage: Disable SSE 4.1 for improved compatibility.
289* Windows: Fixed portable build so it stores user files under the "userdata" directory and not under AppData\Roaming\.
290
291## 1.1.2
292* Fixed potential crash at launch.
293* Fixed input query from a background tab being applied to the foreground tab. An input query now forces a tab to the foreground.
294* Fixed window scroll position moving when resizing vertically.
295* Fixed feed refresh waiting forever if a server doesn't respond.
296* Fixed hover state not being cleared when right-clicking links.
297* Fixed remote bookmarks not appearing if they lacked a user-friendly name on the source page.
298
299## 1.1.1
300* Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused.
301* Fixed missing cursor in the New Identity "Valid until" field.
302* Fixed "Import Links as Bookmarks" so it can be used to import local copies of remote bookmarks when viewing the remote source page.
303* Fixed a cosmetic issue in the Import Identity dialog where part of the widget frames were not drawn.
304* Fixed word wrapping issue in unread feed entry titles.
305* Fixed opening a URI that contains a fragment in the default browser. The fragment is no longer omitted.
306* Fixed default value for the Line Width setting.
307* Linux: Check monitor DPI for UI scaling like on Windows and macOS.
308* Allow reloading the same URL when clicking on a link or bookmark, or pressing Enter in the navbar.
309* Bookmark URLs are normalized by removing the default Gemini port.
310* Added a list of environment variables to "about:debug".
311* XDG: Respect `XDG_CONFIG_HOME` environment variable for storing user files.
312* XDG: Use the configured XDG download directory as default Downloads location.
313* The default set of bookmarks now uses a remote source.
314=> gemini://skyjake.fi/lagrange/getting_started.gmi "Getting Started" bookmarks
315
316## 1.1
317* Added identity importing: existing client certificates in PEM format can be imported from the current page, from clipboard, or from drag-and-dropped files.
318* Added setting for maximum cache size. This is the amount of fetched data kept in memory for page navigation and content lookup. The default is 10 MB.
319* Added option to show full link URL when hovering on it.
320* Added support for Finger links (courtesy of John Cowan).
321* Added keybindings for page reload, opening link in new tab via home row keys (${SHIFT+}F), and hovering on a link via home row keys (H).
322* Added keybinding for switching to next set of links for home row navigation.
323* Added keybindings for new tab, close tab, adding a bookmark.
324* Added a bold UI font. It is used for unread feed entries and default dialog buttons.
325* Better alignment of quick lookup result icons and labels.
326* Remote bookmarks are grouped under their source in the bookmark list.
327* A bookmark's icon is updated after loading the page so it matches the site.
328* Trusting a new server certificate manually will update the current page without reloading.
329* Middle-clicking on a tab title closes the tab.
330* Internal state files now use an ".lgr" extension. If downgrading after running v1.1, note that the old version will not read these.
331* Fixed timestamps of visited URLs. Your browsing history will be cleared but can still be viewed manually in "visited.txt".
332* Fixed issue where "heading" feed entries would turn unread after a while.
333* Fixed duplicate U key for home row navigation.
334* Fixed an issue with Unicode characters in quick lookup search terms.
335
336## 1.0.3
337* Improved font glyph caching: only rasterize glyphs when drawing text, and retry after failure. This makes initial document layout faster and avoids issues with permanently lost glyphs.
338* Fixed parts of text disappearing when the glyph cache fills up. The cache also uses less memory now.
339* Fixed percent-encoding of spaces when copying URLs to clipboard.
340* Fixed feed entry context menu showing the wrong menu item for Mark as Read/Unread.
341* Fixed parentheses and brackets being trimmed from feed entry titles.
342* Fixed quotes appearing continuous even when there are empty lines in between.
343* Fixed quote border line not showing up on empty quote lines.
344* Fixed handling of redirection in a background tab β€” redirected URL would open in the current tab.
345* Fixed Gemini URL normalization with regard to default port.
346* Fixed a very minor memory leak.
347* Fixed missing "gopher:" URL scheme registration on macOS.
348
349## 1.0.2
350* Fixed URL input field showing the wrong URL when opening tabs in the background.
351* Fixed trusting a renewed server certificate when multiple tabs are open.
352* Fixed opening sidebar feed entries in new/background tab with modifier keys.
353* Fixed editing identity notes. The entered new notes were not being applied.
354* Server certificate domain name check accepts a matching CN even when SAN doesn't match.
355
356## 1.0.1
357* Fixed percent-encoding of the query string.
358* Fixed cursor positioning in input fields.
359
360## 1.0
361* Added remote bookmarks. Any bookmarked 'text/gemini' page with the "remotesource" tag is a source of remote bookmarks. Each link on the page is shown as a remote bookmark in Bookmarks.
362* Added a way to export bookmarks via the special page "about:bookmarks". The page can also list all bookmarks by tag or by creation date.
363* Added context menu item for duplicating a bookmark.
364* Import all links on a page as bookmarks. (Importing tags is not supported in this version.)
365* Links can be bookmarked via context menu.
366* Open links with an unrecognized scheme in the default browser.
367* Open sidebar items in new/background tab via context menu or modifier keys.
368* "Edit Feed..." menu item shows the Feed Settings dialog.
369* Removed unimplemented menu items.
370
371=> about:version-0.13 Older versions
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 40904c6a..1bd04885 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -10,6 +10,7 @@
10* Unix: Added a lagrange(1) manual page. 10* Unix: Added a lagrange(1) manual page.
11* Hide the [+] button on the tab button row if the navbar has a New Tab button. 11* Hide the [+] button on the tab button row if the navbar has a New Tab button.
12* "/index.gmi" is considered equal to "/" when navigating to parent directory. 12* "/index.gmi" is considered equal to "/" when navigating to parent directory.
13* Navigating to parent or root from "about:" pages goes to "about:about" to see overview of all the About pages.
13* Gopher: Fixed navigating to root, e.g., when clicking on the page top banner. Set item type to 1 to show a gophermap and not the plain source. 14* Gopher: Fixed navigating to root, e.g., when clicking on the page top banner. Set item type to 1 to show a gophermap and not the plain source.
14* Titan: When navigating to parent/root, switch URL scheme to "gemini". This action occurs on a Titan response page, so initiating a new upload with the parent/root URL is probably not appropriate. 15* Titan: When navigating to parent/root, switch URL scheme to "gemini". This action occurs on a Titan response page, so initiating a new upload with the parent/root URL is probably not appropriate.
15* Fixed crash when a media player is active and a new download is started. 16* Fixed crash when a media player is active and a new download is started.
@@ -357,611 +358,4 @@ Fixes:
357* Gopher: All preformatted blocks are unindented to avoid misaligned ASCII art. 358* Gopher: All preformatted blocks are unindented to avoid misaligned ASCII art.
358* macOS: ^⌘Space shows the system-provided symbols and Emoji character palette. 359* macOS: ^⌘Space shows the system-provided symbols and Emoji character palette.
359 360
360## 1.5.2 361=> about:version-1.5 Older versions
361* Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity.
362* Possible workaround for a visual glitch in the URL field.
363* Specify `StartupWMClass` in .desktop file.
364* Normalize page contents to avoid the most common issues with diacritics (Unicode NFC).
365* Expanded the set of recognized custom link icons.
366* Updated "Smol Emoji" font with new glyphs.
367* Allow use of TLS cipher "DHE-RSA-AES256-GCM-SHA384".
368
369## 1.5.1
370* Updated UI translations.
371* Updated "Smol Emoji" font with new and improved glyphs.
372
373## 1.5
374* Added "Smol Emoji" and "Noto Sans Symbols" fonts, removed Symbola.
375⚠️ Many Emoji and pictographs defined in the last five years are currently missing.
376* Added document footer buttons: on certain pages (e.g., error messages) show relevant actions in the bottom of the page. For example, if a certificate is required for viewing a page, show buttons for creating a new identity and showing the Identities sidebar.
377* Error pages include the human-readable text sent by the server.
378* Disregard old feed entries whose unread status would have been forgotten.
379* Added UI language: Polish.
380
381Identity management:
382* Revised New Identity dialog. An option is provided to automatically use the new identity on the current domain/page. The additional fields are hidden by default.
383* Improved usability of Identities sidebar. No more accidental activations: left-clicking an identity opens the context menu without making any changes. The context menu shows each active URL as a menu item for easy access. Identity icons reflect the usage status: all identities used on the current domain get highlighted in addition to the currently used one.
384* Identities can be exported: certificate and private key are opened in a new tab in plain text PEM format.
385* Fixed issues with identity usage: a higher-up URL overrides and deactivates all contained URLs to avoid redundant activation.
386
387Text input:
388* Revised text input widgets: added support for multiple lines, and when entering user response to a query, show how many bytes are remaining for the response URL about to be submitted. In dialogs, input fields expand vertically instead of scrolling their content horizontally.
389* Input widgets allow inserting newlines using Shift+Return.
390* Disallow sending query responses that are too long (1024 bytes maximum).
391* Shift-click to select a range of text in input widgets (i.e, without dragging).
392
393Rendering:
394* Animate showing and hiding of sidebars and dialogs. Animations are enabled by default, by can be disabled with Preferences > Interface > Animations.
395* Added setting for a custom TrueType symbol font for any missing characters. Note: Must be a .TTF file β€” OpenType and bitmap fonts are not supported.
396* Link navigation shortcut icons (home row and numbered) are drawn with a consistent appearance.
397* Improved icon alignment in lists.
398* Reduced line gap between word-wrapped top-level headings.
399* Modal dialog background dimming fades in/out smoothly.
400* macOS: Workaround for an issue that causes UI refresh to pause occasionally for ~100 ms.
401
402Split view:
403* Added keybindings for split view menu items.
404* Changed default split view keys to conform to Emacs (3 for horizontal, 2 for vertical split).
405* Fixes and improvements for touch screen event handling in split view mode.
406
407Command line:
408* Added --url-or-search (-u) command line option. Depending on the parameter, either open an URL or make a search query.
409* Open all URLs/files specified on the command line in new tabs, and raise the window if the app is already running. (Kudos to Alyssa Rosenzweig.)
410
411Gempub:
412* Linear navigation through the book with Left/Right arrow keys and via footer buttons. The navigation order is determined by links on the Gempub index page.
413
414## 1.4.2
415* Fixed UI colors being all black on the first run.
416* Fixed right mouse click on an inactive split not having any effect.
417* Fixed action buttons showing under the Help link in an empty Identities sidebar.
418* Fixed potential crash at shutdown.
419* Fixed minor UI layout issues.
420
421## 1.4.1
422* Fixed removing the left side split by closing all its tabs. The URL input field got confused about which tab was currently open, and the wrong theme was active.
423* Fixed tab merging when unsplitting the window: keep the currently active tab open.
424* Fixed issue with sidebars sometimes becoming unresponsive.
425* Fixed font used for visited monospace Gopher links.
426* Fixed incorrectly shown/hidden β—§ indicator.
427* Fixed scrollbar in Preferences > Keys being hidden until the list is scrolled.
428
429## 1.4
430* Added split view modes: two tabs at once, horizontal/vertical split, 1:1/2:1/1:2 weights, merge tabs, swap sides. See section 1.8 in Help for details.
431* Split view pinning: keep a page pinned on one side while all opened links go to the other side.
432* "file://" URLs can be used for viewing contents of local directories and ZIP archives.
433* Basic Gempub support: a cover page is generated based on metadata, and there's an automatic split view for index and contents. On macOS, Lagrange is registered as a viewer of .gpub files.
434* Bold link styling is used for indicating which links are unvisited.
435* Page rendering was optimized: now each line of text is rendered into the view buffer only once, and whenever the view is stationary, content is prefilled in the available space outside the viewport. Previously, at least one line of text was rendered every frame when the viewport was moving, which was mostly redundant.
436* Added UI languages: Interlingua, Toki Pona.
437* Added "New"/"Import" buttons in the bottom of the Identities tab.
438* Added an "All"/"Unread" mode switch in the bottom of the Feeds tab.
439* Added toggles for special tags in the bookmark creation/editor dialog.
440* Added "Show Downloads" to the File/main menu.
441* Added "Open Downloaded File" to the file save dialog to make it easy to find the local copy of the file.
442* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too.
443* Added a semibold Fira Sans weight (used for unvisited links).
444* Preferences: Reorganized the fonts dropdown menu.
445* Changed popup dismiss behavior so that a click outside just dismisses the popup and does not trigger further actions.
446* All lists support smooth scrolling.
447* Multitouch scrolling: each finger can scroll a different widget.
448* Adjustments to how display DPI affects UI scaling.
449* Fixed allocation of page rendering buffers. Previously, some buffers may have gone unused or were allocated erroneously to the same position, causing unnecessary work for the page renderer.
450* Fixed various issues in the UI layout.
451* Fixed parsing URI scheme (limited set of characters allowed).
452* Don't percent encode equal signs in URL paths.
453
454## 1.3.4
455* Allow server certificates with a `*.tld` subject wildcard.
456* Updated the French UI translation.
457* Fixed media type check in the audio player. Media types with parameters failed to be recognized.
458* Fixed crash after a redirect.
459* Fixed a rare issue with handling multiple rapid network requests.
460* Fixed a rare situation where a network connection would fail to open.
461* Minor stability improvements.
462
463## 1.3.3
464* Added UI languages: French, German. (Note that neither is 100% finished yet.)
465* Added build option to disable IPC for compatibility reasons.
466* Added environment variable LAGRANGE_OVERRIDE_DPI.
467* Back/forward navigation buttons are disabled if they have no more pages to switch to.
468* Minor UI color tuning.
469* Fixed possible crash when closing a tab.
470* Fixed possible crash when restoring application state at launch.
471* Fixed problems parsing and making requests with literal IPv6 addresses.
472
473## 1.3.2
474* Fixed crash after updating from v1.2 due to undefined CA file/path configuration.
475* Fixed conflation of pixel ratio and display DPI. Pixel ratio is now always separately detected so mouse events can be correctly positioned. You may find that adjusting the UI scale factor (Preferences > Interface) is necessary after upgrading.
476* Fixed sidebar width changing when moving the window to a different display.
477* Fixed inability to use Tab in keybindings.
478* Fixed opening Gopher URLs via drag-and-drop.
479* Fixed "Add bookmark..." on a feed entry.
480* Fixed keybindings list not being updated immediately when UI language changes.
481* Fixed trimming of link label text when a custom Emoji is used.
482* Windows: Fixed maximum window size being restricted to the initial display's size.
483
484## 1.3.1
485* Added UI languages: Serbian, Interlingue.
486* Added option to disable bold links for light/dark backgrounds.
487* Updated the Nunito font to the latest version.
488* Fixed crash during word wrapping.
489* Fixed keybindings overriding the home row key navigation mode.
490* Fixed kerning in the text renderer.
491* Fixed issue with overlapped drawing of list bullets vs. list items.
492* Fixed cropped list bullets when using Literata.
493* Fixed whitespace normalization in plain text files (tab characters).
494* Fixed issues buffering window contents, possibly causing missing font glyphs.
495
496## 1.3
497
498Localization:
499* Added the first set of UI translations: Chinese (Simplified, Traditional), Finnish, Russian, and Spanish. Many thanks to the translators!
500* Added page content translation using a LibreTranslate instance running on `xlt.skyjake.fi`. This is somewhat experimental and may occasionally mess up Gemtext markup. Expect long pages to be quite slow to translate (more than a minute).
501=> https://weblate.skyjake.fi/projects/lagrange/ui Lagrange UI translations (Weblate project)
502=> https://libretranslate.com More information about LibreTranslate
503=> gemini://skyjake.fi/lagrange/privacy.gmi Lagrange privacy policy
504
505Resources:
506* Added Noto Sans CJK (Simplified Chinese) font.
507* Added Noto Sans Arabic font. Note that right-to-left/bidirectional text rendering is *not* implemented yet.
508* Added "about:about" that lists all the available "about:" pages.
509
510Browsing:
511* Alt text is shown when hovering over a preformatted block.
512* Clicking on a preformatted block collapses it, leaving only the alt text.
513* Added option to collapse all preformatted blocks on page load.
514* A server certificate can also be verified by Certificate Authorities. When "CA file" and/or "CA path" are set in Preferences, CA verification will mark a certificate as trusted.
515* Relaxed TOFU certificate checking when it comes to domain names: `domain.tld` in a certificate is implicitly considered to also mean `*.domain.tld`.
516* Fixed handling of IDNs when the user sets a server certificate as trusted via the UI.
517* Fixed handling of unknown URI schemes. Previously they were forcefully converted to absolute URIs, breaking them.
518
519Page content and rendering:
520* Color adjustments to the "Colorful Dark", "Colorful Light", and "Gray" themes. "Gray" looks different in dark and light UI modes.
521* Spacing of bullet lists vs. link lists is more consistent.
522* Links are shown in bold, and tinted with the page theme color for more coherent appearance.
523* Custom link icons: Gemini links whose destination is on the same domain use as icon the Emoji or other pictograph at the start of the link label. (For example, see Astrobotany menus.)
524* Added option to wrap lines in plain text files. This is on by default because there is no horizontal scrolling for plain text.
525* Large images are downscaled to an appropriate size for presentation.
526* Improved font glyph caching to reduce stuttering during scrolling. All required glyphs are cached after a page load finishes. This allows more efficient copying of glyphs as the operations can be batched.
527* Larger content buffers for scrolling, reducing need to redraw content.
528* Gopher: Handling the 'h' line type.
529* Fixed minor issues with word wrapping.
530* Fixed minor blending artifacts with the current heading shown on the right side of the page.
531
532User interface:
533* Improved event handling to support touch screens on any platform (if supported by SDL).
534* UI scaling factor is applied immediately when closing Preferences. Restarting is no longer necessary.
535* Window rescaled automatically when moving it to a display with a different DPI.
536* Added unread feed entry count to the sidebar.
537* Added a context menu for toggling sidebars. The menu appears when right-clicking on the navbar or on the sidebar tab buttons.
538* Double/triple click selection modes. Double click and drag will select by word, triple click by paragraph.
539* Popup menus have icons for items to make it faster to find the item you're looking for.
540* Soft shadows for popup menus.
541* Scrollbars fade away on macOS/iOS and dim on other platforms.
542* Reload button moved into the URL field.
543* Narrow URL input fields will not display the default "gemini" scheme.
544* Domain name is highlighted in URL fields.
545* Added a cut/copy/paste context menu to input fields.
546* Added an "Import..." button to the empty Identities sidebar.
547* Preferences dialog was partially reorganized for clarity.
548* Tabs in Preferences look the same as tabs in the sidebar.
549* Cleaner appearance for unread feed items in the sidebar.
550* Dialog buttons show the corresponding shortcut key.
551* Fixed background activity indicators overlapping each other.
552* Fixed glitches when widgets extend beyond the left edge of the window.
553* Fixed use of plurals in UI strings, enabling support for three or more plural forms.
554
555Keybindings:
556* Default page scroll keybindings changed: PageUp/Down scroll a whole page, and Space/Shift+Space scrolls half a page. If you're changed these bindings, note that they will be reset to defaults.
557* Added keybinding for subscribing to a page.
558* Keyboard modifiers can be remapped using the `modmap.txt` configuration file.
559* Caps Lock can be used as a modifier key.
560* Internet hot keys (if present on a keyboard) can be used to navigate back/forward and reload the page.
561
562Command line use:
563* Added conventional `--help`, `--version` options.
564* A previously started instance can be controlled with command line options.
565* `--list-tab-urls` prints a list of the currently open URLs in the running instance.
566
567Bug fixes:
568* Only one instance of Lagrange is allowed to run per user directory. This prevents instances from overwriting each other's data.
569* Fixed use of multiple search terms for quick lookup.
570* Fixed handling of multiple feeds having an entry with the same URL.
571* Fixed percent-decoding of URLs on the command line and coming in via system URL handlers.
572
573## 1.2.3
574* Fixed XML parser hanging on numeric character entities.
575* Fixed "Monospace Body" option causing Gemtext line markup to be visible.
576* Fixed bookmarking a wrapped link. Now the entire label text gets used instead of just the clicked segment.
577* Fixed handling of non-advancing monospace glyphs.
578* CMake: Automatically check if `lib/the_Foundation` is up-to-date.
579* CMake: Build configuration fails if an SSL library is not found.
580* Reverted default bookmarks having "Getting Started" as a remote bookmark source. Now it's just a regular bookmark.
581
582## 1.2.2
583* Stability improvements.
584* Whitespace is no longer normalized when using the monospace body setting.
585* Fixed issues with percent-encoded Gopher paths.
586* macOS: Try to prevent forced use of high-performance GPU.
587
588## 1.2.1
589* Fixed crash when creating a bookmark.
590
591## 1.2
592
593New features:
594* Atom feed subscriptions: Atom XML documents are automatically converted to Gemini feed index pages. This is a built-in version of the Atom-to-Gemini example on the Help page.
595* Inline downloads: right-click on any link that is openable inside Lagrange and select "Download Linked File".
596* Editable bookmark icons: use your favorite Unicode character as the symbol to represent a bookmarked site.
597* Searching via URL field: non-URL text entered in the field is passed onto the configured search query URL (Preferences > Network). An indicator is shown if a query will take place.
598* Tab auto-reloading: configure a reloading interval using the page context menu ("Set Auto-Reload..."). Auto-reloading is part of the persistent state of the tab.
599* "Iosevka" and "Source Sans Pro" (the UI font) can be used as heading and body fonts.
600* User preference for aligning all pages to the top of the window.
601* Keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is βŒƒβŒ˜F as before.
602* Keybinding for finding text on page.
603
604UI design:
605* Enhanced navbar: adjusted spacing, URL field has a maximum width, tab titles have less pronounced borders.
606* Improved sidebar appearance: bold subheadings, larger feed icons, adjusted spacing, background color.
607* Font consistency: all UI elements use the same font (i.e., no more monospace input fields).
608* Added setting for UI accent color (teal, orange).
609* General fine-tuning of the color palette.
610* Dialog buttons are aligned to the right edge, leaving room for additional action buttons on the left.
611* Page Information button is embedded in the URL field.
612* Page Information dialog is attached to its button.
613* Site icons use a different color in tab titles for visual distinction.
614* Fade background behind modal dialogs.
615* Responsive page margins.
616* Windows: Added a custom window frame to replace the default Windows one. This looks nicer but does not behave exactly like a native window frame. Added a setting to Preferences for switching back to the default frame.
617
618Other changes:
619* Help is opened on first run instead of the "About Lagrange" page to make it easier to discover important Gemini links like the FAQ.
620* "Go to Root" respects a user name found in the URL. One can still "Go to Parent" to get above the user level.
621* Feed entries are sorted by refresh time if they are published on the same date.
622* Don't show future-dated feed entries in Feeds.
623* Middle-clicking on links: open new tab in background or foreground depending on the Shift key.
624* Shift+Insert can be used for pasting clipboard contents into input fields.
625* Removed a strange violet-on-green color theme pairing.
626
627Bug fixes:
628* Fixed text prompt dialogs closing and accepting the entered text when switching focus away from the app.
629* Scroll position remains fixed while horizontally resizing the window or sidebars.
630* Fixed a crash when opening the audio player menu.
631* Fixed Gopher requests that were using URL (percent) encoded characters.
632* Windows: Fixed a flash of white when the window is first opened.
633
634## 1.1.4
635* Fixed feed entry highlight/read status issue in the sidebar.
636* Fixed Gopher menu links that contain spaces.
637* Fixed vertical alignment of short pages: top banner is excluded because it is not part of the content.
638
639## 1.1.3
640* Fixed crash when deleting a bookmark that was being used as a remote bookmark source.
641* Fixed potential crash at shutdown.
642* Fixed URL path decoding not respecting reserved characters.
643* AppImage: Disable SSE 4.1 for improved compatibility.
644* Windows: Fixed portable build so it stores user files under the "userdata" directory and not under AppData\Roaming\.
645
646## 1.1.2
647* Fixed potential crash at launch.
648* Fixed input query from a background tab being applied to the foreground tab. An input query now forces a tab to the foreground.
649* Fixed window scroll position moving when resizing vertically.
650* Fixed feed refresh waiting forever if a server doesn't respond.
651* Fixed hover state not being cleared when right-clicking links.
652* Fixed remote bookmarks not appearing if they lacked a user-friendly name on the source page.
653
654## 1.1.1
655* Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused.
656* Fixed missing cursor in the New Identity "Valid until" field.
657* Fixed "Import Links as Bookmarks" so it can be used to import local copies of remote bookmarks when viewing the remote source page.
658* Fixed a cosmetic issue in the Import Identity dialog where part of the widget frames were not drawn.
659* Fixed word wrapping issue in unread feed entry titles.
660* Fixed opening a URI that contains a fragment in the default browser. The fragment is no longer omitted.
661* Fixed default value for the Line Width setting.
662* Linux: Check monitor DPI for UI scaling like on Windows and macOS.
663* Allow reloading the same URL when clicking on a link or bookmark, or pressing Enter in the navbar.
664* Bookmark URLs are normalized by removing the default Gemini port.
665* Added a list of environment variables to "about:debug".
666* XDG: Respect `XDG_CONFIG_HOME` environment variable for storing user files.
667* XDG: Use the configured XDG download directory as default Downloads location.
668* The default set of bookmarks now uses a remote source.
669=> gemini://skyjake.fi/lagrange/getting_started.gmi "Getting Started" bookmarks
670
671## 1.1
672* Added identity importing: existing client certificates in PEM format can be imported from the current page, from clipboard, or from drag-and-dropped files.
673* Added setting for maximum cache size. This is the amount of fetched data kept in memory for page navigation and content lookup. The default is 10 MB.
674* Added option to show full link URL when hovering on it.
675* Added support for Finger links (courtesy of John Cowan).
676* Added keybindings for page reload, opening link in new tab via home row keys (${SHIFT+}F), and hovering on a link via home row keys (H).
677* Added keybinding for switching to next set of links for home row navigation.
678* Added keybindings for new tab, close tab, adding a bookmark.
679* Added a bold UI font. It is used for unread feed entries and default dialog buttons.
680* Better alignment of quick lookup result icons and labels.
681* Remote bookmarks are grouped under their source in the bookmark list.
682* A bookmark's icon is updated after loading the page so it matches the site.
683* Trusting a new server certificate manually will update the current page without reloading.
684* Middle-clicking on a tab title closes the tab.
685* Internal state files now use an ".lgr" extension. If downgrading after running v1.1, note that the old version will not read these.
686* Fixed timestamps of visited URLs. Your browsing history will be cleared but can still be viewed manually in "visited.txt".
687* Fixed issue where "heading" feed entries would turn unread after a while.
688* Fixed duplicate U key for home row navigation.
689* Fixed an issue with Unicode characters in quick lookup search terms.
690
691## 1.0.3
692* Improved font glyph caching: only rasterize glyphs when drawing text, and retry after failure. This makes initial document layout faster and avoids issues with permanently lost glyphs.
693* Fixed parts of text disappearing when the glyph cache fills up. The cache also uses less memory now.
694* Fixed percent-encoding of spaces when copying URLs to clipboard.
695* Fixed feed entry context menu showing the wrong menu item for Mark as Read/Unread.
696* Fixed parentheses and brackets being trimmed from feed entry titles.
697* Fixed quotes appearing continuous even when there are empty lines in between.
698* Fixed quote border line not showing up on empty quote lines.
699* Fixed handling of redirection in a background tab β€” redirected URL would open in the current tab.
700* Fixed Gemini URL normalization with regard to default port.
701* Fixed a very minor memory leak.
702* Fixed missing "gopher:" URL scheme registration on macOS.
703
704## 1.0.2
705* Fixed URL input field showing the wrong URL when opening tabs in the background.
706* Fixed trusting a renewed server certificate when multiple tabs are open.
707* Fixed opening sidebar feed entries in new/background tab with modifier keys.
708* Fixed editing identity notes. The entered new notes were not being applied.
709* Server certificate domain name check accepts a matching CN even when SAN doesn't match.
710
711## 1.0.1
712* Fixed percent-encoding of the query string.
713* Fixed cursor positioning in input fields.
714
715## 1.0
716* Added remote bookmarks. Any bookmarked 'text/gemini' page with the "remotesource" tag is a source of remote bookmarks. Each link on the page is shown as a remote bookmark in Bookmarks.
717* Added a way to export bookmarks via the special page "about:bookmarks". The page can also list all bookmarks by tag or by creation date.
718* Added context menu item for duplicating a bookmark.
719* Import all links on a page as bookmarks. (Importing tags is not supported in this version.)
720* Links can be bookmarked via context menu.
721* Open links with an unrecognized scheme in the default browser.
722* Open sidebar items in new/background tab via context menu or modifier keys.
723* "Edit Feed..." menu item shows the Feed Settings dialog.
724* Removed unimplemented menu items.
725
726## 0.13.2
727* Added a little spinner to indicate ongoing requests.
728* Fixed very thin progress bar on HiDPI displays.
729* Fixed link to Help page from the Identities sidebar tab.
730* Fixed incorrect text colors in the UI (e.g., selected lookup result).
731* macOS: Disable menu shortcuts for navigation when editing text to prevent accidental page changes.
732
733## 0.13.1
734* Fixed build failure on Linux.
735
736## 0.13
737* Support for Internationalized Domain Names (IDN) in network requests.
738* Percent-encoded URL paths are shown decoded in the UI, and encoded in outgoing requests.
739* Added option to disable decoding of percent-encoded paths for the UI.
740* Quick search via URL bar shows entries from subscribed feeds.
741* Added keybindings for zooming.
742* Improved usability of page content searching (${CTRL+}F, Escape).
743* Clicking on a certificate warning shows the Certificate Status dialog.
744* macOS: Keyboard shortcuts in native menus are updated according to bindings.
745* Tweaked handling of Emojis in monospace text. They are given more space as needed, but the original monospace spacing is restored after whitespace.
746* Fira Mono replaced with Iosevka Term Extended.
747* Fixed use of variable-width fonts in input fields.
748* Fixed handling of Unicode joiners and modifiers (by ignoring them, since we lack the glyphs).
749* Fixed a layout issue with sidebars where the bottommost content line was occasionally not visible.
750* Fixed exit when a hook program didn't read its input.
751* Fixed crash when using an identity (with LibreSSL on OpenBSD).
752
753## 0.12.1
754* 'text/*' content falls back to plain text.
755* Minimized visual artifacts in Unicode box-drawing characters (overlapping/gaps) by fine-tuning glyph scaling.
756* Fixed truncated tab titles when opening tabs in background.
757* Fixed possible exit if hook program not found (SIGPIPE).
758* REQUEST_URL is set in the environment when running MIME hooks.
759* "about:debug" lists the configured MIME hooks.
760* macOS: Fixed excessive CPU usage while idling.
761
762## 0.12
763* Added MIME hooks: pipe Gemini responses through external programs for arbitrary processing. (See "about:help" for usage.)
764* Added a right-hand sidebar; have a sidebar on the right or on both sides at once.
765* Added a clear warning banner when there is an issue with the server's TLS certificate.
766* Follow Weiph/pikkulogs β€” subscribe to new headings on pages.
767* Added UI for subscribing: feed name, entry type (Gemini feed or new headings).
768* Added keyboard shortcut ${SHIFT+}${CTRL+}D for subscribing to page.
769* Feeds sidebar is capped to 100 entries. "about:feeds" shows all known entries.
770* Network connections have a timeout in case server doesn't respond at all.
771* Adjusted spacing before/after links to reflect use of empty lines in the source.
772* Clicking on page area unfocuses URL input field.
773* Added keybindings for switching tabs.
774* Gopher: Query links have a πŸ” icon.
775* Fixed handling of "file:///" URIs on Windows.
776* Fixed misaligned Unicode box-drawing characters.
777* Fixed missing error page if status code is unknown (torture test 34).
778* Fixed detection of invalid headers (torture test 39).
779* Fixed rendering of soft hyphens (torture test 50).
780
781## 0.11
782* Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. Subscribed feeds are refreshed in the background while Lagrange is running.
783* Added a new sidebar tab for feeds.
784* Added "about:feeds" to show entries from all subscriptions on one page.
785* Added icons for special bookmark tags, and context menu items for toggling "homepage" and "subscribed".
786* Improved stability: fixed data races, undefined behavior, thread leaks.
787* Wide preformatted blocks can be scrolled horizontally with the mouse wheel or trackpad.
788* Line widths are slightly narrower for improved readability.
789* Light mode UI color palette is less saturated, more sepia-toned.
790* Tall menus/dialogs can be scrolled with the mouse wheel.
791* Improved download progress updates: never update more often than the UI can be refreshed.
792* macOS: Control-Click works as a right mouse click.
793* Unix: Location of `xdg-open` is no longer hardcoded.
794* Fixed large downloads (10 MB+) stopping prematurely due to a decryption error.
795* Fixed window contents not being updated during window resizing.
796* Fixed selection/search markers disappearing when scrolling down.
797* Fixed displaying of "about:" URLs in history.
798* Fixed build on FreeBSD (tested on 12.1).
799
800## 0.10
801* Added option to load inline images when pressing Space or ↓ for a more focused reading experience β€” just keep tapping a single key to proceed. If an image link is visible, it will be loaded instead of scrolling. This option is disabled by default.
802* Added context menu item to save inline images to Downloads.
803* Added an option to use a proxy server for Gemini requests.
804* Added a new keyboard link navigation mode focusing on the home row keys. The default keybinding for this is "F".
805* Added a keybinding to activate keyboard link modifier mode. The keyboard link keys are active while the modifier is held down. The default is ${ALT}.
806* Clearing and resetting keybindings via a context menu.
807* Added a Window tab in the Preferences dialog; moved some of the settings around for better organization.
808* Improved page search visualization: if the match is inside a link URL, the link icon is now highlighted. Previously these matches were not visualized in any way.
809* Improvements to URI parsing with regard to RFC 3986. Cases that are handled better are double slashes, query-only relative URIs, relative URIs that begin with a tilde, IPv6 literals, username in the authority.
810* Replaced EB Garamond with Tinos for improved readability.
811* Replaced Kosugi Maru with Noto Sans CJK JP for better glyph coverage.
812* Fixed font sizing of level 3 headings.
813* Fixed download progress indicators sometimes remaining visible even after leaving the page.
814
815## 0.9
816* Clicking on the top banner of a page (where the site icon and hostname are shown) navigates to the root directory of the site.
817* Added menu items and keybindings for navigating to site root or the parent directory.
818* Added option to use a monospace body text font on all Gemini and/or Gopher pages.
819* Remember redirect source URLs as visited but not shown in the History tab. Note that "visited.txt" is no longer fully compatible if opened in an older version of Lagrange.
820* "gopher:" scheme is allowed in command line arguments.
821* XDG: .desktop file declares support for opening Gopher URLs.
822* Fixed an issue where copying the URL input field would not place anything on the clipboard.
823* Fixed the Lagrange window visibly changing position during launch.
824* Fixed crash when a single percent sign was typed in an input field.
825* macOS: Fixed native menu keyboard shortcuts causing redundant command activations.
826* macOS: Fixed assigning keybindings when there is an equivalent native menu shortcut.
827
828## 0.8.1
829* Fixed potential lockup when navigating back to a query prompt.
830* macOS: Improved handling of scroll wheel events from a mouse.
831
832## 0.8
833* Added support for Gopher.
834* Added support for the full palette of 8-bit ANSI foreground colors.
835* Added option to disable smooth scrolling.
836* Added button to manually set server certificate as trusted (if the certificate is valid but untrusted).
837* Added keybindings for Back/Forward navigation.
838* Added a context menu item for opening HTTP links in the default browser even when a proxy is configured.
839* Revised identity creation dialog: changed field order, added warning about temporary identities not being saved.
840* ${CTRL+}Click opens tab in background, ${SHIFT+}${CTRL+}Click opens as foreground tab. The same modifier keys work with keyboard navigation.
841* Improved word wrapping of emoticons (:D).
842* Automatic redirects allowed when the destination URL uses the same scheme as the originating URL. For example, when using a proxy, HTTP(S) is allowed to automatically redirect to other HTTP(S) URLs.
843* Windows: Fixed handling of drag-and-dropped and command line file paths.
844
845## 0.7.2
846* Fixed parsing of the server's response. In some cases it was possible that the response was only partially read.
847* Fixed handling of TLS/SSL connection being closed without the socket being closed.
848
849## 0.7.1
850* Fixed build on OpenBSD.
851* Fixed build with LibreSSL.
852* Fixed a potential crash at app shutdown.
853* Fixed a potential crash when a thread exits.
854* Fixed a potential lockup when a thread exits.
855* Linux/Unix: Open "mailto:" links with xdg-open instead of the web browser.
856
857## 0.7
858* Basic set of user-configurable key bindings.
859* Sidebar: Added a "New Identity" button and a link to "about:help" if there are no identities.
860* Faster drawing of certain UI elements: site icon and current heading in the left margin, unfocused input fields, timestamp at the end of the page.
861* History is not updated until a network request finishes.
862* Improved opening connections when multiple IP addresses are found for a hostname.
863* Fixed handling of TLS/SSL errors and hostname lookup problems β€” an error page is shown.
864* Fixed an issue where window contents were not being updated immediately after the window gets exposed when using, e.g., openbox or dwm.
865
866## 0.6
867* Added an indicator to visualize progress of network requests.
868* Added new color themes for page content: Colorful Light, Black, Gray, Sepia, High Contrast.
869* Added page content color theme selection in Preferences.
870* Added quote indicator option: icon or vertical line.
871* Added a new font for Korean glyphs.
872* Smoother smooth scrolling, making it easier to keep one's eyes on the content throughout the motion.
873* Windows: Register Lagrange as a handler of "gemini:" URLs.
874* macOS: Fixed glitchy window dragging during audio playback.
875* Fixed timestamps of cached pages.
876
877## 0.5
878* Added MP3 support in the audio player (using mpg123).
879* Added volume control in the audio player.
880* Metadata in Vorbis and MP3 audio content (title, artist, etc.) is shown in the audio player menu.
881* Added new serif fonts: EB Garamond and Literata.
882* Allow configuring separate fonts for headings and body text for better visual distinction.
883* Preferences dialog remembers the previously open tab.
884* Paste from clipboard on middle mouse button click.
885* Open links in new tab with middle mouse button.
886* Fixed failure to find resources when launching via PATH.
887* Fixed color saturation setting not affecting the default color theme.
888=> https://mpg123.org/ mpg123: MPEG audio player and decoder library
889
890## 0.4.1
891* Set keyboard focus to URL input field after opening a new tab.
892* Pause other audio players when a new one is started. One can still choose to have multiple audio players playing simultaneously by unpausing them again.
893* Fixed dismissing an audio player that is still downloading content. The partially downloaded data is discarded.
894* Fixed saving pages whose name starts with a tilde.
895* Fixed saving pages restored from cache.
896* Windows: The app is now distributed as an installer created with Inno Setup.
897* Windows: All binaries are signed.
898
899## 0.4
900* Added audio playback with support for streaming. Supported audio formats in this release are WAV (PCM, mono/stereo, 8/16/24/32 integer/float) and Ogg Vorbis. Shoutout to Sean Barrett et al. for stb_vorbis.
901* Added inline audio player that works like inline images. Clicking on an audio link opens the audio player below the link (works for URLs that have file extension .wav/.ogg).
902* Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color; adjusted accent colors in the light mode palette.
903* Sidebar has a maximum width β€” the document must remain visible.
904* Windows: Support for HiDPI displays and the system UI scaling factor. The UI will be scaled according to your settings automatically without having to adjust the UI scaling in Preferences.
905* macOS: Use OpenGL on 10.13 for potentially better compatibility.
906* Fixed a memory leak when closing tabs.
907* Fixed unnecessary continual window redrawing related to the scrollbar hover outline.
908=> https://github.com/nothings/stb stb: single-file public domain libraries for C/C++
909
910## 0.3
911* Added style customization.
912* Added new font option: Fira Sans.
913* Added a setting for maximum line width.
914* Added a setting for adjusting color saturation.
915* Added an option for "Outline on scrollbar": page outline appears when mouse is hovering over the scrollbar.
916* Added an option for site icon and current top heading that appear when the window is wide enough.
917* Added tabs in Preferences for better grouping.
918* Added "Open Link in Background Tab" in link context menus.
919* More flexible text selection behavior when starting on empty space.
920* Smaller first paragraph font size.
921* Fixed centering of popups so they remain centered when window is resized.
922* Fixed sizing and alignment of Unicode symbols in preformatted text.
923* Fixed sizing of Japanese glyphs in UI text (e.g., tab titles).
924
925## 0.2.1
926* Fixed window size/state restoration issues, e.g., after window is maximized.
927* Windows: Fixed text disappearing when window is resized.
928
929## 0.2
930* Added an icon for quote paragraphs.
931* Added Downloads folder to Preferences.
932* Added "Save to Downloads" menu item (${CTRL+}S) for saving page contents.
933* Added a download progress indicator in the URL input field.
934* Added a progress indicator for inline image fetching.
935* Added `--sw` option to force software rendering.
936* Added macOS touch bar buttons for Back, Forward, Find, New Tab, and sidebar modes.
937* Home button opens a random bookmark with the "homepage" tag.
938* Improved context menu when right-clicking on links or the page.
939* Recognize and handle "mailto:" links.
940* Fixed behavior of images on single-image pages; cannot be hidden like inline images.
941* Fall back to software rendering automatically if accelerated graphics are not available.
942* Minor bug fixes.
943
944## 0.1.1
945* Fixed a potential crash at startup.
946* Fixed bug where user's query input is handled by all tabs.
947* Default sidebar mode is Bookmarks.
948* Windows: Fixed opening HTTP links in the default web browser.
949
950## 0.1
951* The major version zero is reserved for non-feature-complete releases.
952* Beautiful typography using Unicode fonts.
953* Autogenerated page style and Unicode icon for each Gemini domain.
954* Smart suggestions when typing the URL β€” search bookmarks, history, identities.
955* Sidebar for page outline, managing bookmarks and identities, and viewing history.
956* Multiple tabs.
957* Identity management β€” create and use TLS client certificates.
958* Light and dark UI themes.
959* Select and copy text with the mouse.
960* Find text on the page.
961* Open image links inline on the same page.
962* Open links via keyboard shortcuts.
963* Instant back/forward navigation.
964* Smooth scrolling.
965* Scaling page content (50%...200%).
966* Scaling factor for the UI (for arbitrary monitor DPI).
967* Persistent app state β€” tabs and history are restored on next run.