1``` LAGRANGE
2           __   __             __   ___
3|     /\  / _` |__)  /\  |\ | / _` |__
4|___ /~~\ \__> |  \ /~~\ | \| \__> |___
5
6```
7# Release notes
8
9## 1.7.3
10* Fixed a memory leak in the text renderer.
11* Added option to place new bookmarks to the top of the bookmarks list.
12* Updated UI translations.
13
14## 1.7.2
15* Fixed regressions in text selection, for example when marking text leftwards from the start position or when starting from outside any text run.
16* Fixed a crash when clicking on Outline sidebar items before a page has finished loading.
17* Gopher: Handle the `p` line type (PNG image).
18
19## 1.7.1
20* Fixed feed entries forgetting their (un)read status after several months.
21* Fixed feed entries being discarded before they are removed from their source feed, causing them to reappear on the next refresh.
22* Fixed failure to parse Atom feed entry timestamps that use space as the date/time separator.
23* Fixed dropdown labels staying visible in the translation dialog.
24* Fixed showing/hiding of the feed update indicator in split view.
25* Fixed a crash when selecting text.
26* Added a small progress bar to the feed update indicator.
27* When adding a bookmark/folder, the bookmarks list scrolls to show the new item.
28* Improved reordering bookmarks in a folder: an item inside a folder can be moved to be the last item in the folder, or out of the folder depending on which side of the boundary marker the mouse cursor is.
29
30## 1.7
31⚠️ Bookmarks file format has changed. Your existing bookmarks will be imported to the new format. The old bookmarks.txt file can be found in the config directory and is writable only by v1.6 and earlier versions.
32⚠️ Saved UI state format has changed. Downgrading will reset window state, close all tabs, and clear the navigation cache.
33
34New features:
35* Added bookmark folders. Folders can be nested inside each other, and the fold state of each folder is remembered persistently (per sidebar).
36* The Bookmarks export/list page uses subheadings (level 2 and 3) to represent folders.
37* Added menu item to sort (a folder of) bookmarks alphabetically.
38* Added identity selection in the Upload dialog.
39* Added image colorization setting. Images can be viewed in grayscale or using the page's theme colors.
40* Added UI focus cycling to all buttons with Tab and Shift+Tab. This includes dialog buttons and the navigation bar.
41* Added a footer action to view `application/octet-stream` content depending on recognized file extensions.
42* Added support for viewing WebP images. The libwebp library is an optional dependency and will be included in the build if found via pkg-config.
43* Added command line options -w, -h for setting window size at launch.
44* Added new UI languages: Esperanto, Spanish (Mexico), Galician, Interslavic, and Slovak. Note that some of these are still works in progress.
45
46Changes and enhancements:
47* Bookmarks are now ordered manually. You can drag and drop bookmarks in the list to change the order.
48* The internal bookmarks file format is now a TOML subset instead of just being three text lines per bookmark, making it more robust and human-readable.
49* Context menus and other popup menus that do not fit inside the window are split off into independent windows.
50* macOS: Use native UI controls for context/popup menus. Note that this required making a couple of small changes to SDL (see the updated patch in the repository).
51* Dropdown button menus position themselves on the currently selected item.
52* Dialogs that don't fit inside the window have a scroll bar. Note that such dialogs can only be scrolled via mouse wheel/trackpad, not by dragging the bar.
53* Adjusted mouse wheel smooth scrolling speed for better consistency. The default scrolling speeds were increased to level 2.
54* Visited URLs are remembered for six months. This affects the unread status of feed entries and the visited status of links.
55* Adjusted the UI color palette so that the alternative accent color is used more rarely. For example, input fields now use the primary accent color.
56* Adjusted button hover/press colors for better consistency, particularly when the button label uses a non-standard color.
57* Image links (as determined by file extension) automatically use a "photo" link icon if the URL is on the current site. This makes it clearer which links will likely show up as an inline image.
58* Alt+Shift+Tab inserts a tab character in input fields.
59* UI rendering optimizations. Some UI controls (e.g., navbar, menus) will buffer their contents so they can be drawn efficiently during animations.
60
61Fixes:
62* Fixed issues with subscribed feed entry tracking. Heading entries are not discarded until they are removed from the source.
63* Fixed the sidebar unread entry count showing the wrong number after subscribing to a Headings feed.
64* Fixed handling of tab characters in the Upload text editor (when using HarfBuzz).
65* Fixed hang when wrapping a very long word (with HarfBuzz disabled).
66* Fixed regressions in retaining window state, position, and size.
67* Fixed URL encoding of the % character.
68* Fixed ambiguous handling of colons in URI paths.
69* Fixed issues with cursor positioning in multi-line input fields.
70* Fixed issues with touch swipe events.
71* X11: Ask SDL not to bypass the window compositor. This should avoid issues on KDE, for example.
72* macOS: Fixed a flash of blank background color when launching the app.
73* Windows: The main window title bar (when not using a custom frame) uses dark mode colors according to the UI color theme setting. Previously it was always stuck on light mode.
74
75## 1.6.5
76* Audio init errors are no longer fatal. SDL's error message will still be printed.
77* Fixed appearance of tab buttons (should have no top frame).
78* Fixed a cursor position regression in input fields related to handling of variation selectors (codepoint clusters). Moving the cursor to the start of a wrapped line segment put the cursor in the wrong place.
79* Fixed right-clicking on sidebar tab buttons. It was showing the wrong context menu when the list had been scrolled down.
80* Fixed crash when using the SDL2 KMSDRM video driver.
81* Fixed minor visual artifacts in preformatted blocks and near the bottom of the page.
82
83## 1.6.4
84* Local files containing UTF-8 text can be viewed regardless of their file extension.
85* Fixed input field cursor positioning and insertion problems around Emoji variation selectors.
86* Fixed "Unknown Status Code" shown in Page Information for valid status codes.
87* Fixed an issue with network requests that would make it appear the server was not responding, but the request would not time out.
88* Fixed a potential invalid memory access when clicking on sidebar items.
89* OpenBSD: Fixed a freeze after a network request is cancelled.
90* Fixed page contents not reflowing during a window resize.
91* Added build option ENABLE_RESIZE_DRAW. SDL doesn't redraw window contents on all platforms during resizing, so this can be used to force it.
92
93## 1.6.3
94* Select all text in an input field using Shift+Ctrl+A (macOS: ⌘A).
95* Input fields do not lose focus when the window becomes inactive, making it easier to resume input afterwards.
96* Fixed delay after switching to split view mode.
97* Fixed what gets drawn in an empty tab, before a document is available for rendering (e.g., after switching to split view mode).
98* Fixed highlighting the domain name in URL input fields.
99* Fixed hiding the Gemini URL scheme in input fields when the window is narrow.
100* Fixed the line break key modifier inadvertently affecting URL input fields, where line breaks are not allowed.
101* Fixed the line break key modifier affecting the upload dialog's text field.
102* Fixed a potential hang when closing a socket before the connection is fully opened.
103* Updated translations.
104
105## 1.6.2
106* Added `--tab-url` to print currently active tab's URL.
107* Upload dialog expands to full window height when the entered text is long.
108* Home/End keys in an input field move to start/end of the wrapped line segment.
109* Scroll with mouse wheel in input fields.
110* Slower cursor blink rate in input fields.
111* Adjusted dark mode colors for focused input fields.
112* Fixed incorrect behavior in input fields when typing or deleting text while holding down the Shift key.
113* Fixed crash in Upload dialog if server responds with a redirect.
114* Fixed buffered graphics (UI, fonts) getting lost under rare circumstances.
115* Fixed drawing of wrapped text when the app is compiled without HarfBuzz.
116* macOS: Fixed UI not updating when system dark mode is toggled while the window is hidden.
117
118## 1.6.1
119* Fixed potential crash when inserting a line break in an input field.
120* Fixed cursor positioning in fixed-length input fields.
121* Fixed copying text in input fields (the wrong region was copied).
122* Fixed URL input field contents not being selected after opening a new tab.
123* Fixed Upload dialog not showing when reloading a Titan URL.
124* Updated translations.
125
126## 1.6
127⚠️ A new TOFU trust store will be created. The old one is kept around but ignored.
128⚠️ App state serialization format has been updated. Downgrading to a previous release will cause app state to be reset (e.g., tabs closed, navigation history cleared).
129⚠️ New build dependencies: HarfBuzz and GNU FriBidi (see README).
130
131New features:
132* Added support for bidirectional text and complex scripts. العالم متنوع
133* Right-to-left paragraphs are aligned to the right. Link icons and list/quote symbols are moved to the right margin.
134* Added support for Titan uploads. The data to upload can be entered via a text field or by dropping a file on the window.
135* Added a keybinding for opening the current page URL in the upload dialog (Ctrl+U/⌘U). This simply switches the page's URL scheme from `gemini` to `titan`.
136* Added a configuration file for defining the UI color palette (see Help, section 3.5).
137* Added settings for keyboard and mouse scrolling speeds.
138* Added setting for changing Return key behavior in input fields (line break vs. accept).
139* Added setting for adjusting line spacing.
140* Added link context menu item for deleting local files (e.g., downloads).
141
142Changes and enhancements:
143* Improved TOFU: if the server certificate is not trusted, the connection is aborted at the TLS handshake stage. Previously, only a warning was shown and the page contents were fetched regardless.
144* Server certificate fingerprints are generated based on public keys, which allows servers to renew their certificates without losing trusted status.
145* Improved handling of expired server certificates. An error page is shown and the connection is aborted at the TLS handshake stage. The user can give a temporary exception to load the page.
146* Page contents are cached in presentation form for quicker restoring during back/forward navigation.
147* Inline images/audio will not get discarded during back/forward navigation. The Network > Memory Size setting determines the maximum memory usage for media. Setting the Memory Size to zero is equivalent to the previous behavior of discarding everything when the page changes.
148* Debug information includes RAM use in addition to cache size. This includes document layout and media stored in memory (e.g., raw pixel data of images).
149* Text input fields support larger amounts of content and expand vertically only up to a limit, after which they start scrolling.
150* Preferences have been reorganized. There is a new Fonts tab, and some General settings have been moved to the Style tab. All color-related settings are on the Colors tab, including UI theme colors.
151* Links opened on a page are updated to reflect visited status even when opening into a background tab or to the side.
152* Unicode Byte Order Mark is ignored in the beginning of a page.
153* Updated Smol Emoji with new characters.
154* Query/Feeds indicators have a smaller appearance in a narrow window to leave room for the URL.
155
156Fixes:
157* Large lede paragraph font is not applied if the paragraph has too many lines.
158* Fixed minor kerning issues when using Nunito.
159* Fixed sizing of characters in the Noto Symbols fonts.
160* Improved internal handling of URLs. For example, some URLs were not being recognized as visited because of percent-encoding differences.
161* Fixed URL in the generated page for viewing a single image (spaces weren't encoded).
162* Input dialog is not dismissed unless the Cancel button is clicked or Escape is pressed.
163* Workaround for a potential hang during the closing of a socket.
164* TLS client certificates generated by the app have identical issuer and subject fields, including all the provided information and not just the Common Name.
165* Gopher: Improved detection of ASCII art.
166* Gopher: Show contents of unrecognized line types.
167* Gopher: Don't collapse preformatted blocks since everything is preformatted in the source.
168* Gopher: All preformatted blocks are unindented to avoid misaligned ASCII art.
169* macOS: ^⌘Space shows the system-provided symbols and Emoji character palette.
170
171## 1.5.2
172* Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity.
173* Possible workaround for a visual glitch in the URL field.
174* Specify `StartupWMClass` in .desktop file.
175* Normalize page contents to avoid the most common issues with diacritics (Unicode NFC).
176* Expanded the set of recognized custom link icons.
177* Updated "Smol Emoji" font with new glyphs.
178* Allow use of TLS cipher "DHE-RSA-AES256-GCM-SHA384".
179
180## 1.5.1
181* Updated UI translations.
182* Updated "Smol Emoji" font with new and improved glyphs.
183
184## 1.5
185* Added "Smol Emoji" and "Noto Sans Symbols" fonts, removed Symbola.
186⚠️ Many Emoji and pictographs defined in the last five years are currently missing.
187* 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.
188* Error pages include the human-readable text sent by the server.
189* Disregard old feed entries whose unread status would have been forgotten.
190* Added UI language: Polish.
191
192Identity management:
193* 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.
194* 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.
195* Identities can be exported: certificate and private key are opened in a new tab in plain text PEM format.
196* Fixed issues with identity usage: a higher-up URL overrides and deactivates all contained URLs to avoid redundant activation.
197
198Text input:
199* 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.
200* Input widgets allow inserting newlines using Shift+Return.
201* Disallow sending query responses that are too long (1024 bytes maximum).
202* Shift-click to select a range of text in input widgets (i.e, without dragging).
203
204Rendering:
205* Animate showing and hiding of sidebars and dialogs. Animations are enabled by default, by can be disabled with Preferences > Interface > Animations.
206* 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.
207* Link navigation shortcut icons (home row and numbered) are drawn with a consistent appearance.
208* Improved icon alignment in lists.
209* Reduced line gap between word-wrapped top-level headings.
210* Modal dialog background dimming fades in/out smoothly.
211* macOS: Workaround for an issue that causes UI refresh to pause occasionally for ~100 ms.
212
213Split view:
214* Added keybindings for split view menu items.
215* Changed default split view keys to conform to Emacs (3 for horizontal, 2 for vertical split).
216* Fixes and improvements for touch screen event handling in split view mode.
217
218Command line:
219* Added --url-or-search (-u) command line option. Depending on the parameter, either open an URL or make a search query.
220* 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.)
221
222Gempub:
223* 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.
224
225## 1.4.2
226* Fixed UI colors being all black on the first run.
227* Fixed right mouse click on an inactive split not having any effect.
228* Fixed action buttons showing under the Help link in an empty Identities sidebar.
229* Fixed potential crash at shutdown.
230* Fixed minor UI layout issues.
231
232## 1.4.1
233* 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.
234* Fixed tab merging when unsplitting the window: keep the currently active tab open.
235* Fixed issue with sidebars sometimes becoming unresponsive.
236* Fixed font used for visited monospace Gopher links.
237* Fixed incorrectly shown/hidden ◧ indicator.
238* Fixed scrollbar in Preferences > Keys being hidden until the list is scrolled.
239
240## 1.4
241* 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.
242* Split view pinning: keep a page pinned on one side while all opened links go to the other side.
243* "file://" URLs can be used for viewing contents of local directories and ZIP archives.
244* 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.
245* Bold link styling is used for indicating which links are unvisited.
246* 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.
247* Added UI languages: Interlingua, Toki Pona.
248* Added "New"/"Import" buttons in the bottom of the Identities tab.
249* Added an "All"/"Unread" mode switch in the bottom of the Feeds tab.
250* Added toggles for special tags in the bookmark creation/editor dialog.
251* Added "Show Downloads" to the File/main menu.
252* Added "Open Downloaded File" to the file save dialog to make it easy to find the local copy of the file.
253* Updated the UI font to Source Sans 3. It now has all the styles and weights needed for page rendering, too.
254* Added a semibold Fira Sans weight (used for unvisited links).
255* Preferences: Reorganized the fonts dropdown menu.
256* Changed popup dismiss behavior so that a click outside just dismisses the popup and does not trigger further actions.
257* All lists support smooth scrolling.
258* Multitouch scrolling: each finger can scroll a different widget.
259* Adjustments to how display DPI affects UI scaling.
260* 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.
261* Fixed various issues in the UI layout.
262* Fixed parsing URI scheme (limited set of characters allowed).
263* Don't percent encode equal signs in URL paths.
264
265## 1.3.4
266* Allow server certificates with a `*.tld` subject wildcard.
267* Updated the French UI translation.
268* Fixed media type check in the audio player. Media types with parameters failed to be recognized.
269* Fixed crash after a redirect.
270* Fixed a rare issue with handling multiple rapid network requests.
271* Fixed a rare situation where a network connection would fail to open.
272* Minor stability improvements.
273
274## 1.3.3
275* Added UI languages: French, German. (Note that neither is 100% finished yet.)
276* Added build option to disable IPC for compatibility reasons.
277* Added environment variable LAGRANGE_OVERRIDE_DPI.
278* Back/forward navigation buttons are disabled if they have no more pages to switch to.
279* Minor UI color tuning.
280* Fixed possible crash when closing a tab.
281* Fixed possible crash when restoring application state at launch.
282* Fixed problems parsing and making requests with literal IPv6 addresses.
283
284## 1.3.2
285* Fixed crash after updating from v1.2 due to undefined CA file/path configuration.
286* 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.
287* Fixed sidebar width changing when moving the window to a different display.
288* Fixed inability to use Tab in keybindings.
289* Fixed opening Gopher URLs via drag-and-drop.
290* Fixed "Add bookmark..." on a feed entry.
291* Fixed keybindings list not being updated immediately when UI language changes.
292* Fixed trimming of link label text when a custom Emoji is used.
293* Windows: Fixed maximum window size being restricted to the initial display's size.
294
295## 1.3.1
296* Added UI languages: Serbian, Interlingue.
297* Added option to disable bold links for light/dark backgrounds.
298* Updated the Nunito font to the latest version.
299* Fixed crash during word wrapping.
300* Fixed keybindings overriding the home row key navigation mode.
301* Fixed kerning in the text renderer.
302* Fixed issue with overlapped drawing of list bullets vs. list items.
303* Fixed cropped list bullets when using Literata.
304* Fixed whitespace normalization in plain text files (tab characters).
305* Fixed issues buffering window contents, possibly causing missing font glyphs.
306
307## 1.3
308
309Localization:
310* Added the first set of UI translations: Chinese (Simplified, Traditional), Finnish, Russian, and Spanish. Many thanks to the translators!
311* 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).
312=> https://weblate.skyjake.fi/projects/lagrange/ui  Lagrange UI translations (Weblate project)
313=> https://libretranslate.com                       More information about LibreTranslate
314=> gemini://skyjake.fi/lagrange/privacy.gmi         Lagrange privacy policy
315
316Resources:
317* Added Noto Sans CJK (Simplified Chinese) font.
318* Added Noto Sans Arabic font. Note that right-to-left/bidirectional text rendering is *not* implemented yet.
319* Added "about:about" that lists all the available "about:" pages.
320
321Browsing:
322* Alt text is shown when hovering over a preformatted block.
323* Clicking on a preformatted block collapses it, leaving only the alt text.
324* Added option to collapse all preformatted blocks on page load.
325* 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.
326* Relaxed TOFU certificate checking when it comes to domain names: `domain.tld` in a certificate is implicitly considered to also mean `*.domain.tld`.
327* Fixed handling of IDNs when the user sets a server certificate as trusted via the UI.
328* Fixed handling of unknown URI schemes. Previously they were forcefully converted to absolute URIs, breaking them.
329
330Page content and rendering:
331* Color adjustments to the "Colorful Dark", "Colorful Light", and "Gray" themes. "Gray" looks different in dark and light UI modes.
332* Spacing of bullet lists vs. link lists is more consistent.
333* Links are shown in bold, and tinted with the page theme color for more coherent appearance.
334* 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.)
335* Added option to wrap lines in plain text files. This is on by default because there is no horizontal scrolling for plain text.
336* Large images are downscaled to an appropriate size for presentation.
337* 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.
338* Larger content buffers for scrolling, reducing need to redraw content.
339* Gopher: Handling the 'h' line type.
340* Fixed minor issues with word wrapping.
341* Fixed minor blending artifacts with the current heading shown on the right side of the page.
342
343User interface:
344* Improved event handling to support touch screens on any platform (if supported by SDL).
345* UI scaling factor is applied immediately when closing Preferences. Restarting is no longer necessary.
346* Window rescaled automatically when moving it to a display with a different DPI.
347* Added unread feed entry count to the sidebar.
348* Added a context menu for toggling sidebars. The menu appears when right-clicking on the navbar or on the sidebar tab buttons.
349* Double/triple click selection modes. Double click and drag will select by word, triple click by paragraph.
350* Popup menus have icons for items to make it faster to find the item you're looking for.
351* Soft shadows for popup menus.
352* Scrollbars fade away on macOS/iOS and dim on other platforms.
353* Reload button moved into the URL field.
354* Narrow URL input fields will not display the default "gemini" scheme.
355* Domain name is highlighted in URL fields.
356* Added a cut/copy/paste context menu to input fields.
357* Added an "Import..." button to the empty Identities sidebar.
358* Preferences dialog was partially reorganized for clarity.
359* Tabs in Preferences look the same as tabs in the sidebar.
360* Cleaner appearance for unread feed items in the sidebar.
361* Dialog buttons show the corresponding shortcut key.
362* Fixed background activity indicators overlapping each other.
363* Fixed glitches when widgets extend beyond the left edge of the window.
364* Fixed use of plurals in UI strings, enabling support for three or more plural forms.
365
366Keybindings:
367* 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.
368* Added keybinding for subscribing to a page.
369* Keyboard modifiers can be remapped using the `modmap.txt` configuration file.
370* Caps Lock can be used as a modifier key.
371* Internet hot keys (if present on a keyboard) can be used to navigate back/forward and reload the page.
372
373Command line use:
374* Added conventional `--help`, `--version` options.
375* A previously started instance can be controlled with command line options.
376* `--list-tab-urls` prints a list of the currently open URLs in the running instance.
377
378Bug fixes:
379* Only one instance of Lagrange is allowed to run per user directory. This prevents instances from overwriting each other's data.
380* Fixed use of multiple search terms for quick lookup.
381* Fixed handling of multiple feeds having an entry with the same URL.
382* Fixed percent-decoding of URLs on the command line and coming in via system URL handlers.
383
384## 1.2.3
385* Fixed XML parser hanging on numeric character entities.
386* Fixed "Monospace Body" option causing Gemtext line markup to be visible.
387* Fixed bookmarking a wrapped link. Now the entire label text gets used instead of just the clicked segment.
388* Fixed handling of non-advancing monospace glyphs.
389* CMake: Automatically check if `lib/the_Foundation` is up-to-date.
390* CMake: Build configuration fails if an SSL library is not found.
391* Reverted default bookmarks having "Getting Started" as a remote bookmark source. Now it's just a regular bookmark.
392
393## 1.2.2
394* Stability improvements.
395* Whitespace is no longer normalized when using the monospace body setting.
396* Fixed issues with percent-encoded Gopher paths.
397* macOS: Try to prevent forced use of high-performance GPU.
398
399## 1.2.1
400* Fixed crash when creating a bookmark.
401
402## 1.2
403
404New features:
405* 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.
406* Inline downloads: right-click on any link that is openable inside Lagrange and select "Download Linked File".
407* Editable bookmark icons: use your favorite Unicode character as the symbol to represent a bookmarked site.
408* 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.
409* 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.
410* "Iosevka" and "Source Sans Pro" (the UI font) can be used as heading and body fonts.
411* User preference for aligning all pages to the top of the window.
412* Keybinding (F11) for toggling fullscreen mode. On macOS, the shortcut is ⌃⌘F as before.
413* Keybinding for finding text on page.
414
415UI design:
416* Enhanced navbar: adjusted spacing, URL field has a maximum width, tab titles have less pronounced borders.
417* Improved sidebar appearance: bold subheadings, larger feed icons, adjusted spacing, background color.
418* Font consistency: all UI elements use the same font (i.e., no more monospace input fields).
419* Added setting for UI accent color (teal, orange).
420* General fine-tuning of the color palette.
421* Dialog buttons are aligned to the right edge, leaving room for additional action buttons on the left.
422* Page Information button is embedded in the URL field.
423* Page Information dialog is attached to its button.
424* Site icons use a different color in tab titles for visual distinction.
425* Fade background behind modal dialogs.
426* Responsive page margins.
427* 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.
428
429Other changes:
430* Help is opened on first run instead of the "About Lagrange" page to make it easier to discover important Gemini links like the FAQ.
431* "Go to Root" respects a user name found in the URL. One can still "Go to Parent" to get above the user level.
432* Feed entries are sorted by refresh time if they are published on the same date.
433* Don't show future-dated feed entries in Feeds.
434* Middle-clicking on links: open new tab in background or foreground depending on the Shift key.
435* Shift+Insert can be used for pasting clipboard contents into input fields.
436* Removed a strange violet-on-green color theme pairing.
437
438Bug fixes:
439* Fixed text prompt dialogs closing and accepting the entered text when switching focus away from the app.
440* Scroll position remains fixed while horizontally resizing the window or sidebars.
441* Fixed a crash when opening the audio player menu.
442* Fixed Gopher requests that were using URL (percent) encoded characters.
443* Windows: Fixed a flash of white when the window is first opened.
444
445## 1.1.4
446* Fixed feed entry highlight/read status issue in the sidebar.
447* Fixed Gopher menu links that contain spaces.
448* Fixed vertical alignment of short pages: top banner is excluded because it is not part of the content.
449
450## 1.1.3
451* Fixed crash when deleting a bookmark that was being used as a remote bookmark source.
452* Fixed potential crash at shutdown.
453* Fixed URL path decoding not respecting reserved characters.
454* AppImage: Disable SSE 4.1 for improved compatibility.
455* Windows: Fixed portable build so it stores user files under the "userdata" directory and not under AppData\Roaming\.
456
457## 1.1.2
458* Fixed potential crash at launch.
459* Fixed input query from a background tab being applied to the foreground tab. An input query now forces a tab to the foreground.
460* Fixed window scroll position moving when resizing vertically.
461* Fixed feed refresh waiting forever if a server doesn't respond.
462* Fixed hover state not being cleared when right-clicking links.
463* Fixed remote bookmarks not appearing if they lacked a user-friendly name on the source page.
464
465## 1.1.1
466* Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused.
467* Fixed missing cursor in the New Identity "Valid until" field.
468* Fixed "Import Links as Bookmarks" so it can be used to import local copies of remote bookmarks when viewing the remote source page.
469* Fixed a cosmetic issue in the Import Identity dialog where part of the widget frames were not drawn.
470* Fixed word wrapping issue in unread feed entry titles.
471* Fixed opening a URI that contains a fragment in the default browser. The fragment is no longer omitted.
472* Fixed default value for the Line Width setting.
473* Linux: Check monitor DPI for UI scaling like on Windows and macOS.
474* Allow reloading the same URL when clicking on a link or bookmark, or pressing Enter in the navbar.
475* Bookmark URLs are normalized by removing the default Gemini port.
476* Added a list of environment variables to "about:debug".
477* XDG: Respect `XDG_CONFIG_HOME` environment variable for storing user files.
478* XDG: Use the configured XDG download directory as default Downloads location.
479* The default set of bookmarks now uses a remote source.
480=> gemini://skyjake.fi/lagrange/getting_started.gmi  "Getting Started" bookmarks
481
482## 1.1
483* Added identity importing: existing client certificates in PEM format can be imported from the current page, from clipboard, or from drag-and-dropped files.
484* 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.
485* Added option to show full link URL when hovering on it.
486* Added support for Finger links (courtesy of John Cowan).
487* 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).
488* Added keybinding for switching to next set of links for home row navigation.
489* Added keybindings for new tab, close tab, adding a bookmark.
490* Added a bold UI font. It is used for unread feed entries and default dialog buttons.
491* Better alignment of quick lookup result icons and labels.
492* Remote bookmarks are grouped under their source in the bookmark list.
493* A bookmark's icon is updated after loading the page so it matches the site.
494* Trusting a new server certificate manually will update the current page without reloading.
495* Middle-clicking on a tab title closes the tab.
496* Internal state files now use an ".lgr" extension. If downgrading after running v1.1, note that the old version will not read these.
497* Fixed timestamps of visited URLs. Your browsing history will be cleared but can still be viewed manually in "visited.txt".
498* Fixed issue where "heading" feed entries would turn unread after a while.
499* Fixed duplicate U key for home row navigation.
500* Fixed an issue with Unicode characters in quick lookup search terms.
501
502## 1.0.3
503* 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.
504* Fixed parts of text disappearing when the glyph cache fills up. The cache also uses less memory now.
505* Fixed percent-encoding of spaces when copying URLs to clipboard.
506* Fixed feed entry context menu showing the wrong menu item for Mark as Read/Unread.
507* Fixed parentheses and brackets being trimmed from feed entry titles.
508* Fixed quotes appearing continuous even when there are empty lines in between.
509* Fixed quote border line not showing up on empty quote lines.
510* Fixed handling of redirection in a background tab — redirected URL would open in the current tab.
511* Fixed Gemini URL normalization with regard to default port.
512* Fixed a very minor memory leak.
513* Fixed missing "gopher:" URL scheme registration on macOS.
514
515## 1.0.2
516* Fixed URL input field showing the wrong URL when opening tabs in the background.
517* Fixed trusting a renewed server certificate when multiple tabs are open.
518* Fixed opening sidebar feed entries in new/background tab with modifier keys.
519* Fixed editing identity notes. The entered new notes were not being applied.
520* Server certificate domain name check accepts a matching CN even when SAN doesn't match.
521
522## 1.0.1
523* Fixed percent-encoding of the query string.
524* Fixed cursor positioning in input fields.
525
526## 1.0
527* 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.
528* 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.
529* Added context menu item for duplicating a bookmark.
530* Import all links on a page as bookmarks. (Importing tags is not supported in this version.)
531* Links can be bookmarked via context menu.
532* Open links with an unrecognized scheme in the default browser.
533* Open sidebar items in new/background tab via context menu or modifier keys.
534* "Edit Feed..." menu item shows the Feed Settings dialog.
535* Removed unimplemented menu items.
536
537## 0.13.2
538* Added a little spinner to indicate ongoing requests.
539* Fixed very thin progress bar on HiDPI displays.
540* Fixed link to Help page from the Identities sidebar tab.
541* Fixed incorrect text colors in the UI (e.g., selected lookup result).
542* macOS: Disable menu shortcuts for navigation when editing text to prevent accidental page changes.
543
544## 0.13.1
545* Fixed build failure on Linux.
546
547## 0.13
548* Support for Internationalized Domain Names (IDN) in network requests.
549* Percent-encoded URL paths are shown decoded in the UI, and encoded in outgoing requests.
550* Added option to disable decoding of percent-encoded paths for the UI.
551* Quick search via URL bar shows entries from subscribed feeds.
552* Added keybindings for zooming.
553* Improved usability of page content searching (${CTRL+}F, Escape).
554* Clicking on a certificate warning shows the Certificate Status dialog.
555* macOS: Keyboard shortcuts in native menus are updated according to bindings.
556* Tweaked handling of Emojis in monospace text. They are given more space as needed, but the original monospace spacing is restored after whitespace.
557* Fira Mono replaced with Iosevka Term Extended.
558* Fixed use of variable-width fonts in input fields.
559* Fixed handling of Unicode joiners and modifiers (by ignoring them, since we lack the glyphs).
560* Fixed a layout issue with sidebars where the bottommost content line was occasionally not visible.
561* Fixed exit when a hook program didn't read its input.
562* Fixed crash when using an identity (with LibreSSL on OpenBSD).
563
564## 0.12.1
565* 'text/*' content falls back to plain text.
566* Minimized visual artifacts in Unicode box-drawing characters (overlapping/gaps) by fine-tuning glyph scaling.
567* Fixed truncated tab titles when opening tabs in background.
568* Fixed possible exit if hook program not found (SIGPIPE).
569* REQUEST_URL is set in the environment when running MIME hooks.
570* "about:debug" lists the configured MIME hooks.
571* macOS: Fixed excessive CPU usage while idling.
572
573## 0.12
574* Added MIME hooks: pipe Gemini responses through external programs for arbitrary processing. (See "about:help" for usage.)
575* Added a right-hand sidebar; have a sidebar on the right or on both sides at once.
576* Added a clear warning banner when there is an issue with the server's TLS certificate.
577* Follow Weiph/pikkulogs — subscribe to new headings on pages.
578* Added UI for subscribing: feed name, entry type (Gemini feed or new headings).
579* Added keyboard shortcut ${SHIFT+}${CTRL+}D for subscribing to page.
580* Feeds sidebar is capped to 100 entries. "about:feeds" shows all known entries.
581* Network connections have a timeout in case server doesn't respond at all.
582* Adjusted spacing before/after links to reflect use of empty lines in the source.
583* Clicking on page area unfocuses URL input field.
584* Added keybindings for switching tabs.
585* Gopher: Query links have a �� icon.
586* Fixed handling of "file:///" URIs on Windows.
587* Fixed misaligned Unicode box-drawing characters.
588* Fixed missing error page if status code is unknown (torture test 34).
589* Fixed detection of invalid headers (torture test 39).
590* Fixed rendering of soft hyphens (torture test 50).
591
592## 0.11
593* Added feed subscriptions. A subscription is any bookmark with the "subscribed" tag. Subscribed feeds are refreshed in the background while Lagrange is running.
594* Added a new sidebar tab for feeds.
595* Added "about:feeds" to show entries from all subscriptions on one page.
596* Added icons for special bookmark tags, and context menu items for toggling "homepage" and "subscribed".
597* Improved stability: fixed data races, undefined behavior, thread leaks.
598* Wide preformatted blocks can be scrolled horizontally with the mouse wheel or trackpad.
599* Line widths are slightly narrower for improved readability.
600* Light mode UI color palette is less saturated, more sepia-toned.
601* Tall menus/dialogs can be scrolled with the mouse wheel.
602* Improved download progress updates: never update more often than the UI can be refreshed.
603* macOS: Control-Click works as a right mouse click.
604* Unix: Location of `xdg-open` is no longer hardcoded.
605* Fixed large downloads (10 MB+) stopping prematurely due to a decryption error.
606* Fixed window contents not being updated during window resizing.
607* Fixed selection/search markers disappearing when scrolling down.
608* Fixed displaying of "about:" URLs in history.
609* Fixed build on FreeBSD (tested on 12.1).
610
611## 0.10
612* 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.
613* Added context menu item to save inline images to Downloads.
614* Added an option to use a proxy server for Gemini requests.
615* Added a new keyboard link navigation mode focusing on the home row keys. The default keybinding for this is "F".
616* 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}.
617* Clearing and resetting keybindings via a context menu.
618* Added a Window tab in the Preferences dialog; moved some of the settings around for better organization.
619* 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.
620* 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.
621* Replaced EB Garamond with Tinos for improved readability.
622* Replaced Kosugi Maru with Noto Sans CJK JP for better glyph coverage.
623* Fixed font sizing of level 3 headings.
624* Fixed download progress indicators sometimes remaining visible even after leaving the page.
625
626## 0.9
627* Clicking on the top banner of a page (where the site icon and hostname are shown) navigates to the root directory of the site.
628* Added menu items and keybindings for navigating to site root or the parent directory.
629* Added option to use a monospace body text font on all Gemini and/or Gopher pages.
630* 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.
631* "gopher:" scheme is allowed in command line arguments.
632* XDG: .desktop file declares support for opening Gopher URLs.
633* Fixed an issue where copying the URL input field would not place anything on the clipboard.
634* Fixed the Lagrange window visibly changing position during launch.
635* Fixed crash when a single percent sign was typed in an input field.
636* macOS: Fixed native menu keyboard shortcuts causing redundant command activations.
637* macOS: Fixed assigning keybindings when there is an equivalent native menu shortcut.
638
639## 0.8.1
640* Fixed potential lockup when navigating back to a query prompt.
641* macOS: Improved handling of scroll wheel events from a mouse.
642
643## 0.8
644* Added support for Gopher.
645* Added support for the full palette of 8-bit ANSI foreground colors.
646* Added option to disable smooth scrolling.
647* Added button to manually set server certificate as trusted (if the certificate is valid but untrusted).
648* Added keybindings for Back/Forward navigation.
649* Added a context menu item for opening HTTP links in the default browser even when a proxy is configured.
650* Revised identity creation dialog: changed field order, added warning about temporary identities not being saved.
651* ${CTRL+}Click opens tab in background, ${SHIFT+}${CTRL+}Click opens as foreground tab. The same modifier keys work with keyboard navigation.
652* Improved word wrapping of emoticons (:D).
653* 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.
654* Windows: Fixed handling of drag-and-dropped and command line file paths.
655
656## 0.7.2
657* Fixed parsing of the server's response. In some cases it was possible that the response was only partially read.
658* Fixed handling of TLS/SSL connection being closed without the socket being closed.
659
660## 0.7.1
661* Fixed build on OpenBSD.
662* Fixed build with LibreSSL.
663* Fixed a potential crash at app shutdown.
664* Fixed a potential crash when a thread exits.
665* Fixed a potential lockup when a thread exits.
666* Linux/Unix: Open "mailto:" links with xdg-open instead of the web browser.
667
668## 0.7
669* Basic set of user-configurable key bindings.
670* Sidebar: Added a "New Identity" button and a link to "about:help" if there are no identities.
671* 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.
672* History is not updated until a network request finishes.
673* Improved opening connections when multiple IP addresses are found for a hostname.
674* Fixed handling of TLS/SSL errors and hostname lookup problems — an error page is shown.
675* Fixed an issue where window contents were not being updated immediately after the window gets exposed when using, e.g., openbox or dwm.
676
677## 0.6
678* Added an indicator to visualize progress of network requests.
679* Added new color themes for page content: Colorful Light, Black, Gray, Sepia, High Contrast.
680* Added page content color theme selection in Preferences.
681* Added quote indicator option: icon or vertical line.
682* Added a new font for Korean glyphs.
683* Smoother smooth scrolling, making it easier to keep one's eyes on the content throughout the motion.
684* Windows: Register Lagrange as a handler of "gemini:" URLs.
685* macOS: Fixed glitchy window dragging during audio playback.
686* Fixed timestamps of cached pages.
687
688## 0.5
689* Added MP3 support in the audio player (using mpg123).
690* Added volume control in the audio player.
691* Metadata in Vorbis and MP3 audio content (title, artist, etc.) is shown in the audio player menu.
692* Added new serif fonts: EB Garamond and Literata.
693* Allow configuring separate fonts for headings and body text for better visual distinction.
694* Preferences dialog remembers the previously open tab.
695* Paste from clipboard on middle mouse button click.
696* Open links in new tab with middle mouse button.
697* Fixed failure to find resources when launching via PATH.
698* Fixed color saturation setting not affecting the default color theme.
699=> https://mpg123.org/ mpg123: MPEG audio player and decoder library
700
701## 0.4.1
702* Set keyboard focus to URL input field after opening a new tab.
703* 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.
704* Fixed dismissing an audio player that is still downloading content. The partially downloaded data is discarded.
705* Fixed saving pages whose name starts with a tilde.
706* Fixed saving pages restored from cache.
707* Windows: The app is now distributed as an installer created with Inno Setup.
708* Windows: All binaries are signed.
709
710## 0.4
711* 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.
712* 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).
713* Visual fine-tuning: increased Fira Sans line spacing; list bullets use an accent color; adjusted accent colors in the light mode palette.
714* Sidebar has a maximum width — the document must remain visible.
715* 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.
716* macOS: Use OpenGL on 10.13 for potentially better compatibility.
717* Fixed a memory leak when closing tabs.
718* Fixed unnecessary continual window redrawing related to the scrollbar hover outline.
719=> https://github.com/nothings/stb stb: single-file public domain libraries for C/C++
720
721## 0.3
722* Added style customization.
723* Added new font option: Fira Sans.
724* Added a setting for maximum line width.
725* Added a setting for adjusting color saturation.
726* Added an option for "Outline on scrollbar": page outline appears when mouse is hovering over the scrollbar.
727* Added an option for site icon and current top heading that appear when the window is wide enough.
728* Added tabs in Preferences for better grouping.
729* Added "Open Link in Background Tab" in link context menus.
730* More flexible text selection behavior when starting on empty space.
731* Smaller first paragraph font size.
732* Fixed centering of popups so they remain centered when window is resized.
733* Fixed sizing and alignment of Unicode symbols in preformatted text.
734* Fixed sizing of Japanese glyphs in UI text (e.g., tab titles).
735
736## 0.2.1
737* Fixed window size/state restoration issues, e.g., after window is maximized.
738* Windows: Fixed text disappearing when window is resized.
739
740## 0.2
741* Added an icon for quote paragraphs.
742* Added Downloads folder to Preferences.
743* Added "Save to Downloads" menu item (${CTRL+}S) for saving page contents.
744* Added a download progress indicator in the URL input field.
745* Added a progress indicator for inline image fetching.
746* Added `--sw` option to force software rendering.
747* Added macOS touch bar buttons for Back, Forward, Find, New Tab, and sidebar modes.
748* Home button opens a random bookmark with the "homepage" tag.
749* Improved context menu when right-clicking on links or the page.
750* Recognize and handle "mailto:" links.
751* Fixed behavior of images on single-image pages; cannot be hidden like inline images.
752* Fall back to software rendering automatically if accelerated graphics are not available.
753* Minor bug fixes.
754
755## 0.1.1
756* Fixed a potential crash at startup.
757* Fixed bug where user's query input is handled by all tabs.
758* Default sidebar mode is Bookmarks.
759* Windows: Fixed opening HTTP links in the default web browser.
760
761## 0.1
762* The major version zero is reserved for non-feature-complete releases.
763* Beautiful typography using Unicode fonts.
764* Autogenerated page style and Unicode icon for each Gemini domain.
765* Smart suggestions when typing the URL — search bookmarks, history, identities.
766* Sidebar for page outline, managing bookmarks and identities, and viewing history.
767* Multiple tabs.
768* Identity management — create and use TLS client certificates.
769* Light and dark UI themes.
770* Select and copy text with the mouse.
771* Find text on the page.
772* Open image links inline on the same page.
773* Open links via keyboard shortcuts.
774* Instant back/forward navigation.
775* Smooth scrolling.
776* Scaling page content (50%...200%).
777* Scaling factor for the UI (for arbitrary monitor DPI).
778* Persistent app state — tabs and history are restored on next run.
779