Skip to content

Releases: skyjake/lagrange

v1.18.0

20 Sep 07:05
v1.18.0
551969d
Compare
Choose a tag to compare

New features:

  • Support for sending Misfin messages. "misfin://" links are opened in the upload dialog. You must import a Misfin identity before you can send a message.
  • Misfin: Identity sidebar indicates which identities are for Misfin.
  • Support for the Guppy protocol. Contributed by Dima Krasner.
  • Titan: Support for the "edit" parameter in opened Titan links. The target's contents are downloaded and displayed in the upload dialog's text editor. After editing the contents are uploaded back to the server.
  • Option to disable all TLS security warnings.
  • Opus audio playback using libopusfile (optional dependency). Contributed by Martin Chang.

Changes and enhancements:

  • The Curses-based clagrange can be built in addition to the GUI, not only separately. Removed the TUI build script.
  • Improved UI focus navigation: arrow keys move focus to an adjacent widget.
  • Context menus are keyboard-navigable with arrow keys, and the first letter of labels acts as a shortcut key to move focus on the item.
  • Bookmarked URLs are automatically updated after permanent redirection. (The original URL is still saved in bookmarks.ini.)
  • Line width expands dynamically (up to window size) to account for wide content like preformatted blocks and plain text lines.
  • The file path can be entered manually in the upload dialog. Previously only drag-and-drop was supported.
  • Right-clicking on the site banner shows a link context menu. (Linking to the capsule's root URL.)
  • Show a confirmation popup when saving something to the downloads folder.
  • Menubar: When opened via keyboard, reopen the most recently opened menu instead of "File".
  • The Return key is now a (hardcoded) keyboard shortcut for focusing the navbar URL field.
  • Page Information: Clarified meaning of "fingerprint". The type of hash (SHA-256) and what it was calculated from are specified (full certificate or just the public key).
  • Updated UI symbols for "Go to Root", remote bookmarks, and the navbar bookmark indicator/button.
  • Gopher: Proper parsing of Telnet line types 8 and T.
  • Noto Emoji font updated to support Unicode 15.1.
  • TUI: Often needed keyboard shortcuts are shown in place of menubar when the menubar is inactive, to make the UI more approachable.
  • TUI: Improved UI layout, targeting a minimum resolution of 80x25.
  • TUI: Improved text-mode rendering of various widgets.

Fixes:

  • Titan URLs were incorrectly opening the upload dialog when navigating through history.
  • Titan request in an open tab was resubmitted with empty content when launching the app.
  • Default Titan upload identity was sometimes chosen incorrectly; should match the active Gemini identity.
  • Upload dialog was missing a couple of UI strings for drag-and-drop errors.
  • Gopher: Gemtext formatting (headings, quotes, etc.) found on Gopher menu pages is now escaped so it doesn't unintentionally affect the visual presentation.
  • Gopher: Allow port number to be blank on i lines.
  • Query shortcuts (bang snippets) that already contain a ? character were prefixed by a redundant ?.
  • Link ordinals/letters (when navigating with Alt/Option or home row keys) now start at the actual top of the view.
  • Incorrect event handling order with multiple windows when there is a focused widget.
  • macOS: Navigating with trackpad on a non-focused window would cause the navigation to occur in another window, if the other window had focus.
  • Missing focus indication in empty lists and the Snippets list.
  • Holding down Alt/Option (link number modifier key) while opening a query link would prevent the prompt dialog from having input focus.
  • Incorrect glyph spacing in a mixed-font preformatted block (fallback glyphs from different fonts).
  • Lede paragraph highlighting was misbehaving with monospace body font; now gets disabled.
  • Glyphs were sometimes partially cut off due to excessive background clearing on adjacent lines.
  • TUI: Color escapes were not applied when rendering.
  • TUI: Submenu chevron symbols were missing.
  • TUI: Potential hang when wrapping text.
OS Download Details
Linux x86_64 AppImage Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage Built on Raspbian 10 (Buster). (sig) (zsync)
x86_64 AppImage (TUI) Curses-based text UI. Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage (TUI) Curses-based text UI. Built on Raspbian 10 (Buster). (sig) (zsync)
macOS Apple arm64 Requires macOS 11.0 or later. (sig)
Intel x86_64 Requires macOS 10.13 or later. (sig)
Apple arm64 (TUI) Curses-based text UI. Installs to "/usr/local/bin/clagrange". Requires macOS 11.0 or later. (sig)
Intel x86_64 (TUI) Curses-based text UI. Installs to "/usr/local/bin/clagrange". Requires macOS 10.13 or later. (sig)
Windows setup.exe (64-bit) Requires 64-bit Windows 7 or later. (sig)
portable.zip (64-bit) Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig)
Any Source tarball Contains all the required source files including dependencies. This is recommended for source builds. (sig)

v1.17.6

16 Jan 09:52
v1.17.6
9219083
Compare
Choose a tag to compare
  • Fixed memory leak: fetched pages were not always released from memory (reference miscount).
  • Fixed minor memory leak in list widgets.
  • Gopher: Autodetect Gemtext files based on file extension.
  • Updated UI translations.

What's new in v1.17?

OS Download Details
Linux x86_64 AppImage Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage Built on Raspbian 10 (Buster). (sig) (zsync)
macOS Apple arm64 Requires macOS 11.0 or later. (sig)
Intel x86_64 Requires macOS 10.13 or later. (sig)
Windows 64-bit setup.exe Requires 64-bit Windows 7 or later. (sig)
portable.zip Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig)
Any Source tarball Contains all the required source files including dependencies. This is recommended for source builds. (sig)

v1.17.5

04 Dec 13:33
v1.17.5
be42195
Compare
Choose a tag to compare
  • Fixed a few small memory leaks.
  • Fixed unnecessary copying of data while waiting for an audio buffer to become playable.
  • Gopher: Detect audio media type from file extension with the s item type (it's not always WAV).
  • Content that uses charset=utf-8 is checked for validity. If the encoding is invalid, the content is instead decoded as CP437 (if it has ANSI escapes; possibly it's ASCII art) or just Latin-1.
  • Remove ANSI escapes from window titles.
  • Modified rule for when 'text/plain' is assumed to actually be 'text/gemini' based on the file extension.

What's new in v1.17?

OS Download Details
Linux x86_64 AppImage Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage Built on Raspbian 10 (Buster). (sig) (zsync)
macOS Apple arm64 Requires macOS 11.0 or later. (sig)
Intel x86_64 Requires macOS 10.13 or later. (sig)
Windows 64-bit setup.exe Requires 64-bit Windows 7 or later. (sig)
portable.zip Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig)
Any Source tarball Contains all the required source files including dependencies. This is recommended for source builds. (sig)

v1.17.4

19 Nov 19:40
v1.17.4
a7470a3
Compare
Choose a tag to compare
  • Removed automatic horizontal scrolling of wide preformatted blocks. Instead, hold down the Shift key to scroll horizontally with the mouse wheel.
  • Fixed an event processing issue where some events were not handled as expected, for instance when opening a link into split view the opened link was not highlighted.
  • Fixed links not reacting to mouse hover after jumping to a heading from the Outline.
  • Fixed input prompt behaving strangely after changing font size. (Lines are now forced to rewrap after changing the font.)
  • Fixed mouse cursor not changing its shape in all open windows.
  • Updated UI translations.

New/changed in v1.17

  • The Bookmarks menu lists all of your bookmarks and folders.
  • Snippets: A collection of short text segments that can be pasted into any input field via the context menu. For example, useful for your gemlog header/footer and other often-repeated parts.
  • Snippets can be managed in Preferences > Snippets and created by right-clicking on links or selected text on a page.
  • Custom search queries: Snippets whose name starts with a bang (e.g., "!w") can be invoked in the URL field to make customized queries. The snippet content should be a Gemini search URL, for example: "gemini://gemi.dev/cgi-bin/wp.cgi/search".
  • Quick lookup shows matching snippets as a new type of search result.
  • Keyboard shortcut Shift+1/⇧1 for conveniently making a snippet query.
  • Input prompts, upload dialogs, and bookmark editors can be resized by dragging the left or right edge.
  • Text zooming in the upload text editor.
  • Gemtext syntax highlighting in the upload dialog.
  • Recently submitted input prompt contents are saved persistently and can be restored via the Ellipsis utility menu in the prompt dialog.
  • You can force the input prompt to appear before a certain URL is requested so you can enter a query string. This is useful for avoiding an extra request when it is known that a URL will require input (e.g., search engine, game input).
  • When importing links as bookmarks, you can optionally create subfolders from headings. You can also choose a destination folder for the imported bookmarks.
  • Quickly add/move a bookmark into a folder with the navbar bookmark button context menu (right-click on 🏷️).
  • User-selectable feed refresh interval. Previously the interval been hardcoded to four hours. (Based on a patch by Michael Nordmeyer.)
  • Setting to never/always collapse preformatted blocks, disabling the ability to toggle the folding.
  • "Fold All" and "Unfold All" in Bookmarks sidebar context menu.
  • "Search" context menu item on selected text to make a search query with it.
  • "Use as Search URL" in link context menu.
  • "Mark All Links as Visited" in the Tools submenu.
  • Option --capslock: enable Caps Lock as a modifier in keybindings.
  • Option --theme (-t): change UI color theme of open Lagrange windows. Can be used in scripts to switch the theme automatically (for example, see the darkman utility; thanks to Jason McBrayer for suggesting this).
  • Support for the Nex protocol (nex://nightfall.city/nex/info/specification.txt).
  • Keyboard shortcut for deleting bookmarks (Backspace). Useful when the Bookmarks list has input focus.
  • macOS: System UI accent color can be chosen as the accent color.
  • Menus can have submenus. Several of the old menus were reorganized accordingly. For example, the page context menu has a Tools submenu for translation, Titan uploads, etc.
  • Show unsupported media types as plain text if the content is valid UTF-8 encoded text.
  • The page scrolls while selecting text near top/bottom.
  • Display a logo graphic in empty windows/tabs as a placeholder.
  • Visualize input focus in lists by drawing a focus rectangle around the current item.
  • Menu separators are taller and more distinct for a clearer item separation.
  • Adjusted colors of the Import Identity dialog.
  • Auto-hide sidebars when resizing a window/split if the document area would become narrower than the sidebar.
  • Tuned theme color palette and improved background colors of "Colorful Light".
  • Newly created client certificates have a default expiration date in the year 9999, which means they won't expire. One can still also set a specific date as before.
  • Periodically save UI state (including each tab's navigation history) to prevent data loss in case the app crashes. These runtime saves do not include any cached page content. The full cache is still saved as before when quitting the app.
OS Download Details
Linux x86_64 AppImage Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage Built on Raspbian 10 (Buster). (sig) (zsync)
macOS Apple arm64 Requires macOS 11.0 or later. (sig)
Intel x86_64 Requires macOS 10.13 or later. (sig)
Windows 64-bit setup.exe Requires 64-bit Windows 7 or later. (sig)
portable.zip Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig)
Any Source tarball Contains all the required source files including dependencies. This is recommended for source builds. (sig)

v1.17.3

04 Nov 17:59
v1.17.3
1a76dd7
Compare
Choose a tag to compare
  • Fixed activating a pinned identity when opening a bookmark via the Bookmarks menu.
  • Fixed initial scope of a created identity when using the default selection.
  • Fixed issues with dropdown menus when the menu appears as a popup window.
  • Fixed clearing the pinned identity of a bookmark.

New/changed in v1.17

  • The Bookmarks menu lists all of your bookmarks and folders.
  • Snippets: A collection of short text segments that can be pasted into any input field via the context menu. For example, useful for your gemlog header/footer and other often-repeated parts.
  • Snippets can be managed in Preferences > Snippets and created by right-clicking on links or selected text on a page.
  • Custom search queries: Snippets whose name starts with a bang (e.g., "!w") can be invoked in the URL field to make customized queries. The snippet content should be a Gemini search URL, for example: "gemini://gemi.dev/cgi-bin/wp.cgi/search".
  • Quick lookup shows matching snippets as a new type of search result.
  • Keyboard shortcut Shift+1/⇧1 for conveniently making a snippet query.
  • Input prompts, upload dialogs, and bookmark editors can be resized by dragging the left or right edge.
  • Text zooming in the upload text editor.
  • Gemtext syntax highlighting in the upload dialog.
  • Recently submitted input prompt contents are saved persistently and can be restored via the Ellipsis utility menu in the prompt dialog.
  • You can force the input prompt to appear before a certain URL is requested so you can enter a query string. This is useful for avoiding an extra request when it is known that a URL will require input (e.g., search engine, game input).
  • When importing links as bookmarks, you can optionally create subfolders from headings. You can also choose a destination folder for the imported bookmarks.
  • Quickly add/move a bookmark into a folder with the navbar bookmark button context menu (right-click on 🏷️).
  • User-selectable feed refresh interval. Previously the interval been hardcoded to four hours. (Based on a patch by Michael Nordmeyer.)
  • Setting to never/always collapse preformatted blocks, disabling the ability to toggle the folding.
  • "Fold All" and "Unfold All" in Bookmarks sidebar context menu.
  • "Search" context menu item on selected text to make a search query with it.
  • "Use as Search URL" in link context menu.
  • "Mark All Links as Visited" in the Tools submenu.
  • Option --capslock: enable Caps Lock as a modifier in keybindings.
  • Option --theme (-t): change UI color theme of open Lagrange windows. Can be used in scripts to switch the theme automatically (for example, see the darkman utility; thanks to Jason McBrayer for suggesting this).
  • Support for the Nex protocol (nex://nightfall.city/nex/info/specification.txt).
  • Keyboard shortcut for deleting bookmarks (Backspace). Useful when the Bookmarks list has input focus.
  • macOS: System UI accent color can be chosen as the accent color.
  • Menus can have submenus. Several of the old menus were reorganized accordingly. For example, the page context menu has a Tools submenu for translation, Titan uploads, etc.
  • Show unsupported media types as plain text if the content is valid UTF-8 encoded text.
  • The page scrolls while selecting text near top/bottom.
  • Display a logo graphic in empty windows/tabs as a placeholder.
  • Visualize input focus in lists by drawing a focus rectangle around the current item.
  • Menu separators are taller and more distinct for a clearer item separation.
  • Adjusted colors of the Import Identity dialog.
  • Auto-hide sidebars when resizing a window/split if the document area would become narrower than the sidebar.
  • Tuned theme color palette and improved background colors of "Colorful Light".
  • Newly created client certificates have a default expiration date in the year 9999, which means they won't expire. One can still also set a specific date as before.
  • Periodically save UI state (including each tab's navigation history) to prevent data loss in case the app crashes. These runtime saves do not include any cached page content. The full cache is still saved as before when quitting the app.
OS Download Details
Linux x86_64 AppImage Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage Built on Raspbian 10 (Buster). (sig) (zsync)
macOS Apple arm64 Requires macOS 11.0 or later. (sig)
Intel x86_64 Requires macOS 10.13 or later. (sig)
Windows 64-bit setup.exe Requires 64-bit Windows 7 or later. (sig)
portable.zip Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig)
Any Source tarball Contains all the required source files including dependencies. This is recommended for source builds. (sig)

v1.17.2

25 Oct 14:37
v1.17.2
1b9314f
Compare
Choose a tag to compare
  • Tabs opened in background are immediately added to the URL history.
  • Mouse wheel direction switches back to vertical when a wide block has been scrolled all the way.
  • Fixed current text selection extending during scrolling even after mouse button has been released.
  • Fixed drag-to-select with the mouse being too sensitive to mouse movement.
  • Fixed the numbered links key (default: Alt/Option) while navigating to new pages. It is no longer necessary to release and press the key again on the new page.
  • Fixed long bookmark titles making the Bookmarks menu too wide.
  • ANSI Cursor Forward control sequence ("CSI n C") is converted to a series of spaces, but only in preformatted text.
  • Fixed parsing of ANSI SGR sequences with many attributes concatenated (e.g., 0;1;40;30).
  • Fixed inline image loading indicator overdrawing itself, becoming unreadable.
  • Windows: Installer restarts the app after updating, and there is a checkbox for launching the app if it wasn't running. The uninstaller is now signed, too.
  • Updated UI translations.

New/changed in v1.17

  • The Bookmarks menu lists all of your bookmarks and folders.
  • Snippets: A collection of short text segments that can be pasted into any input field via the context menu. For example, useful for your gemlog header/footer and other often-repeated parts.
  • Snippets can be managed in Preferences > Snippets and created by right-clicking on links or selected text on a page.
  • Custom search queries: Snippets whose name starts with a bang (e.g., "!w") can be invoked in the URL field to make customized queries. The snippet content should be a Gemini search URL, for example: "gemini://gemi.dev/cgi-bin/wp.cgi/search".
  • Quick lookup shows matching snippets as a new type of search result.
  • Keyboard shortcut Shift+1/⇧1 for conveniently making a snippet query.
  • Input prompts, upload dialogs, and bookmark editors can be resized by dragging the left or right edge.
  • Text zooming in the upload text editor.
  • Gemtext syntax highlighting in the upload dialog.
  • Recently submitted input prompt contents are saved persistently and can be restored via the Ellipsis utility menu in the prompt dialog.
  • You can force the input prompt to appear before a certain URL is requested so you can enter a query string. This is useful for avoiding an extra request when it is known that a URL will require input (e.g., search engine, game input).
  • When importing links as bookmarks, you can optionally create subfolders from headings. You can also choose a destination folder for the imported bookmarks.
  • Quickly add/move a bookmark into a folder with the navbar bookmark button context menu (right-click on 🏷️).
  • User-selectable feed refresh interval. Previously the interval been hardcoded to four hours. (Based on a patch by Michael Nordmeyer.)
  • Setting to never/always collapse preformatted blocks, disabling the ability to toggle the folding.
  • "Fold All" and "Unfold All" in Bookmarks sidebar context menu.
  • "Search" context menu item on selected text to make a search query with it.
  • "Use as Search URL" in link context menu.
  • "Mark All Links as Visited" in the Tools submenu.
  • Option --capslock: enable Caps Lock as a modifier in keybindings.
  • Option --theme (-t): change UI color theme of open Lagrange windows. Can be used in scripts to switch the theme automatically (for example, see the darkman utility; thanks to Jason McBrayer for suggesting this).
  • Support for the Nex protocol (nex://nightfall.city/nex/info/specification.txt).
  • Keyboard shortcut for deleting bookmarks (Backspace). Useful when the Bookmarks list has input focus.
  • macOS: System UI accent color can be chosen as the accent color.
  • Menus can have submenus. Several of the old menus were reorganized accordingly. For example, the page context menu has a Tools submenu for translation, Titan uploads, etc.
  • Show unsupported media types as plain text if the content is valid UTF-8 encoded text.
  • The page scrolls while selecting text near top/bottom.
  • Display a logo graphic in empty windows/tabs as a placeholder.
  • Visualize input focus in lists by drawing a focus rectangle around the current item.
  • Menu separators are taller and more distinct for a clearer item separation.
  • Adjusted colors of the Import Identity dialog.
  • Auto-hide sidebars when resizing a window/split if the document area would become narrower than the sidebar.
  • Tuned theme color palette and improved background colors of "Colorful Light".
  • Newly created client certificates have a default expiration date in the year 9999, which means they won't expire. One can still also set a specific date as before.
  • Periodically save UI state (including each tab's navigation history) to prevent data loss in case the app crashes. These runtime saves do not include any cached page content. The full cache is still saved as before when quitting the app.
OS Download Details
Linux x86_64 AppImage Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage Built on Raspbian 10 (Buster). (sig) (zsync)
macOS Apple arm64 Requires macOS 11.0 or later. (sig)
Intel x86_64 Requires macOS 10.13 or later. (sig)
Windows 64-bit setup.exe Requires 64-bit Windows 7 or later. (sig)
portable.zip Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig)
Any Source tarball Contains all the required source files including dependencies. This is recommended for source builds. (sig)

v1.17.1

21 Oct 16:54
v1.17.1
425fce5
Compare
Choose a tag to compare
  • Added "Vibrant Light" color theme.
  • Improved readability of "Colorful Light" headings.
  • Tuned autoscrolling when selecting text to avoid accidental scrolling.
  • Preformatted blocks no longer switch to a smaller font to fit to the page.
  • Mouse wheel scrolls a wide preformatted block when hovering over the block, instead of scrolling vertically. You can hold the Shift key to swap the scroll direction.
  • Fixed horizontal scrolling issues with preformatted blocks: only scroll if needed, allow scrolling anywhere on the block and not just on non-empty text lines, and when scrolling disallow swipe navigation over the area.
  • Fixed visual artifacts around and next to preformatted blocks (e.g., streaking).
  • Fixed potential crash after (un)folding a preformatted block.
  • Fixed links being non-clickable after searching text on a page has scrolled the view.
  • Fixed scroll position being reset when reloading the page.
  • Fixed initial size of the upload dialog when font size has been changed.
  • Fixed "View as Plain Text" context menu item after reloading a page.
  • Strip any null characters from the page source during whitespace normalization.

New/changed in v1.17

  • The Bookmarks menu lists all of your bookmarks and folders.
  • Snippets: A collection of short text segments that can be pasted into any input field via the context menu. For example, useful for your gemlog header/footer and other often-repeated parts.
  • Snippets can be managed in Preferences > Snippets and created by right-clicking on links or selected text on a page.
  • Custom search queries: Snippets whose name starts with a bang (e.g., "!w") can be invoked in the URL field to make customized queries. The snippet content should be a Gemini search URL, for example: "gemini://gemi.dev/cgi-bin/wp.cgi/search".
  • Quick lookup shows matching snippets as a new type of search result.
  • Keyboard shortcut Shift+1/⇧1 for conveniently making a snippet query.
  • Input prompts, upload dialogs, and bookmark editors can be resized by dragging the left or right edge.
  • Text zooming in the upload text editor.
  • Gemtext syntax highlighting in the upload dialog.
  • Recently submitted input prompt contents are saved persistently and can be restored via the Ellipsis utility menu in the prompt dialog.
  • You can force the input prompt to appear before a certain URL is requested so you can enter a query string. This is useful for avoiding an extra request when it is known that a URL will require input (e.g., search engine, game input).
  • When importing links as bookmarks, you can optionally create subfolders from headings. You can also choose a destination folder for the imported bookmarks.
  • Quickly add/move a bookmark into a folder with the navbar bookmark button context menu (right-click on 🏷️).
  • User-selectable feed refresh interval. Previously the interval been hardcoded to four hours. (Based on a patch by Michael Nordmeyer.)
  • Setting to never/always collapse preformatted blocks, disabling the ability to toggle the folding.
  • "Fold All" and "Unfold All" in Bookmarks sidebar context menu.
  • "Search" context menu item on selected text to make a search query with it.
  • "Use as Search URL" in link context menu.
  • "Mark All Links as Visited" in the Tools submenu.
  • Option --capslock: enable Caps Lock as a modifier in keybindings.
  • Option --theme (-t): change UI color theme of open Lagrange windows. Can be used in scripts to switch the theme automatically (for example, see the darkman utility; thanks to Jason McBrayer for suggesting this).
  • Support for the Nex protocol (nex://nightfall.city/nex/info/specification.txt).
  • Keyboard shortcut for deleting bookmarks (Backspace). Useful when the Bookmarks list has input focus.
  • macOS: System UI accent color can be chosen as the accent color.
  • Menus can have submenus. Several of the old menus were reorganized accordingly. For example, the page context menu has a Tools submenu for translation, Titan uploads, etc.
  • Show unsupported media types as plain text if the content is valid UTF-8 encoded text.
  • The page scrolls while selecting text near top/bottom.
  • Display a logo graphic in empty windows/tabs as a placeholder.
  • Visualize input focus in lists by drawing a focus rectangle around the current item.
  • Menu separators are taller and more distinct for a clearer item separation.
  • Adjusted colors of the Import Identity dialog.
  • Auto-hide sidebars when resizing a window/split if the document area would become narrower than the sidebar.
  • Tuned theme color palette and improved background colors of "Colorful Light".
  • Newly created client certificates have a default expiration date in the year 9999, which means they won't expire. One can still also set a specific date as before.
  • Periodically save UI state (including each tab's navigation history) to prevent data loss in case the app crashes. These runtime saves do not include any cached page content. The full cache is still saved as before when quitting the app.
OS Download Details
Linux x86_64 AppImage Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage Built on Raspbian 10 (Buster). (sig) (zsync)
macOS Apple arm64 Requires macOS 11.0 or later. (sig)
Intel x86_64 Requires macOS 10.13 or later. (sig)
Windows 64-bit setup.exe Requires 64-bit Windows 7 or later. (sig)
portable.zip Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig)
Any Source tarball Contains all the required source files including dependencies. This is recommended for source builds. (sig)

v1.17.0

07 Oct 03:00
v1.17.0
6912fc3
Compare
Choose a tag to compare

⚠️ Caps Lock is no longer treated as a modifier key in keybindings. Use --capslock to enable it.

New features:

  • The Bookmarks menu lists all of your bookmarks and folders.
  • Snippets: A collection of short text segments that can be pasted into any input field via the context menu. For example, useful for your gemlog header/footer and other often-repeated parts.
  • Snippets can be managed in Preferences > Snippets and created by right-clicking on links or selected text on a page.
  • Custom search queries: Snippets whose name starts with a bang (e.g., "!w") can be invoked in the URL field to make customized queries. The snippet content should be a Gemini search URL, for example: "gemini://gemi.dev/cgi-bin/wp.cgi/search".
  • Quick lookup shows matching snippets as a new type of search result.
  • Keyboard shortcut Shift+1/⇧1 for conveniently making a snippet query.
  • Input prompts, upload dialogs, and bookmark editors can be resized by dragging the left or right edge.
  • Text zooming in the upload text editor.
  • Gemtext syntax highlighting in the upload dialog.
  • Recently submitted input prompt contents are saved persistently and can be restored via the Ellipsis utility menu in the prompt dialog.
  • You can force the input prompt to appear before a certain URL is requested so you can enter a query string. This is useful for avoiding an extra request when it is known that a URL will require input (e.g., search engine, game input).
  • When importing links as bookmarks, you can optionally create subfolders from headings. You can also choose a destination folder for the imported bookmarks.
  • Quickly add/move a bookmark into a folder with the navbar bookmark button context menu (right-click on 🏷️).
  • User-selectable feed refresh interval. Previously the interval been hardcoded to four hours. (Based on a patch by Michael Nordmeyer.)
  • Setting to never/always collapse preformatted blocks, disabling the ability to toggle the folding.
  • "Fold All" and "Unfold All" in Bookmarks sidebar context menu.
  • "Search" context menu item on selected text to make a search query with it.
  • "Use as Search URL" in link context menu.
  • "Mark All Links as Visited" in the Tools submenu.
  • Option --capslock: enable Caps Lock as a modifier in keybindings.
  • Option --theme (-t): change UI color theme of open Lagrange windows. Can be used in scripts to switch the theme automatically (for example, see the darkman utility; thanks to Jason McBrayer for suggesting this).
  • Support for the Nex protocol (nex://nightfall.city/nex/info/specification.txt).
  • Keyboard shortcut for deleting bookmarks (Backspace). Useful when the Bookmarks list has input focus.
  • macOS: System UI accent color can be chosen as the accent color.

Changes and enhancements:

  • Menus can have submenus. Several of the old menus were reorganized accordingly. For example, the page context menu has a Tools submenu for translation, Titan uploads, etc.
  • Show unsupported media types as plain text if the content is valid UTF-8 encoded text.
  • The page scrolls while selecting text near top/bottom.
  • Display a logo graphic in empty windows/tabs as a placeholder.
  • Visualize input focus in lists by drawing a focus rectangle around the current item.
  • Menu separators are taller and more distinct for a clearer item separation.
  • Adjusted colors of the Import Identity dialog.
  • Auto-hide sidebars when resizing a window/split if the document area would become narrower than the sidebar.
  • Tuned theme color palette and improved background colors of "Colorful Light".
  • Newly created client certificates have a default expiration date in the year 9999, which means they won't expire. One can still also set a specific date as before.
  • Periodically save UI state (including each tab's navigation history) to prevent data loss in case the app crashes. These runtime saves do not include any cached page content. The full cache is still saved as before when quitting the app.

Fixes:

  • Potential crash at shutdown when a feed update is ongoing.
  • Problems with window refresh when multiple windows are open. For example, the cursor not blinking in input fields.
  • Incorrect name displayed in page banner when URL query string contains a tilde name.
  • Fixed navbar spinner animation going too fast when both sides of a split view are being loaded.
  • Glitches during swipe navigation (touch screens, macOS trackpad). Behavior is more robust at ends of history and when content is not immediately available in cache.
  • Fixed opening of context menus via keyboard (incorrect click position).
  • Fixed a text rendering issue where glyphs were incorrect when preceded by a Narrow No-Break Space.
OS Download Details
Linux x86_64 AppImage Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage Built on Raspbian 10 (Buster). (sig) (zsync)
macOS Apple arm64 Requires macOS 11.0 or later. (sig)
Intel x86_64 Requires macOS 10.13 or later. (sig)
Windows 64-bit setup.exe Requires 64-bit Windows 7 or later. (sig)
portable.zip Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig)
Any Source tarball Contains all the required source files including dependencies. This is recommended for source builds. (sig)

v1.16.7

11 Aug 12:21
v1.16.7
c83b51a
Compare
Choose a tag to compare
  • Workaround for window refresh potentially getting stuck while receiving a streaming response. (Limit update frequency.)
  • Don't navigate back when stopping a streaming request.

New/changed in v1.16

  • Input prompt font size can be changed with the Zoom In/Out/Reset keys.
  • Preferences: Option for silently following scheme-changing redirects (Network tab; default: no).
  • Tab creation and closing follows common browser conventions: new tabs are opened next to the most recently opened tab, so they retain the correct left-to-right order.
  • Preferences: Moved cache/memory size settings to Content tab.
  • Page title in margin omits prefix Emoji if it matches the bookmark icon.
  • Adjusted word-wrapping to break at a period inside a word (e.g., domain names).
  • If the page is missing a level 1 heading, use the first content line as the title.
OS Download Details
Linux x86_64 AppImage Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage Built on Raspbian 10 (Buster). (sig) (zsync)
macOS Apple arm64 Requires macOS 11.0 or later. (sig)
Intel x86_64 Requires macOS 10.13 or later. (sig)
Windows 64-bit setup.exe Requires 64-bit Windows 7 or later. (sig)
portable.zip Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig)
Any Source tarball Contains all the required source files including dependencies. This is recommended for source builds. (sig)

v1.16.6

30 Jul 18:19
v1.16.6
14fb39b
Compare
Choose a tag to compare
  • Fixed crash on gemini://sdf.org/ where the contents of a link line would fail to be recognized as valid characters.
  • Fixed splitting a long wrapped line in input fields where part of the text would remain on the preceding line. (Mixup between byte and character index.)

New/changed in v1.16

  • Input prompt font size can be changed with the Zoom In/Out/Reset keys.
  • Preferences: Option for silently following scheme-changing redirects (Network tab; default: no).
  • Tab creation and closing follows common browser conventions: new tabs are opened next to the most recently opened tab, so they retain the correct left-to-right order.
  • Preferences: Moved cache/memory size settings to Content tab.
  • Page title in margin omits prefix Emoji if it matches the bookmark icon.
  • Adjusted word-wrapping to break at a period inside a word (e.g., domain names).
  • If the page is missing a level 1 heading, use the first content line as the title.
OS Download Details
Linux x86_64 AppImage Built on Ubuntu 18.04. (sig) (zsync)
armhf AppImage Built on Raspbian 10 (Buster). (sig) (zsync)
macOS Apple arm64 Requires macOS 11.0 or later. (sig)
Intel x86_64 Requires macOS 10.13 or later. (sig)
Windows 64-bit setup.exe Requires 64-bit Windows 7 or later. (sig)
portable.zip Requires 64-bit Windows 7 or later. Can be extracted and run as-is — user files will be stored under the "userdata" subdirectory. (sig)
Any Source tarball Contains all the required source files including dependencies. This is recommended for source builds. (sig)