Skip to content

Releases: skyjake/lagrange

v1.6.4

22 Aug 08:22
9753727
Compare
Choose a tag to compare
  • Local files containing UTF-8 text can be viewed regardless of their file extension.
  • Fixed input field cursor positioning and insertion problems around Emoji variation selectors.
  • Fixed "Unknown Status Code" shown in Page Information for valid status codes.
  • Fixed an issue with network requests that would make it appear the server was not responding, but the request would not time out.
  • Fixed a potential invalid memory access when clicking on sidebar items.
  • OpenBSD: Fixed a freeze after a network request is cancelled.
  • Fixed page contents not reflowing during a window resize.
  • 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.

NOTE: When compiling from source, get the lagrange-1.6.4.tar.gz tarball because it contains all the required source files. The "Source Code (ZIP/TAR.GZ)" items below are generated by Gitea and contain only this repository (the_Foundation is required as well).

The Intel Mac binaries require macOS 10.13 or later, and the Apple Silicon binaries require macOS 11.0 or later.

The Linux AppImage has been built on Ubuntu 18.04.

The Windows binaries require 64-bit Windows 7 or later. The portable ZIP archive can be extracted and run as-is — user files will be stored under the "userdata" subdirectory.

v1.6.3

15 Aug 06:05
2cc4f2e
Compare
Choose a tag to compare
  • Select all text in an input field using Shift+Ctrl+A (macOS: ⌘A).
  • Input fields do not lose focus when the window becomes inactive, making it easier to resume input afterwards.
  • Fixed delay after switching to split view mode.
  • Fixed what gets drawn in an empty tab, before a document is available for rendering (e.g., after switching to split view mode).
  • Fixed highlighting the domain name in URL input fields.
  • Fixed hiding the Gemini URL scheme in input fields when the window is narrow.
  • Fixed the line break key modifier inadvertently affecting URL input fields, where line breaks are not allowed.
  • Fixed the line break key modifier affecting the upload dialog's text field.
  • Fixed a potential hang when closing a socket before the connection is fully opened.
  • Updated translations.

NOTE: When compiling from source, get the lagrange-1.6.3.tar.gz tarball because it contains all the required source files. The "Source Code (ZIP/TAR.GZ)" items below are generated by Gitea and contain only this repository (the_Foundation is required as well).

The Intel Mac binaries require macOS 10.13 or later, and the Apple Silicon binaries require macOS 11.0 or later.

The Linux AppImage has been built on Ubuntu 18.04.

The Windows binaries require 64-bit Windows 7 or later. The portable ZIP archive can be extracted and run as-is — user files will be stored under the "userdata" subdirectory.

v1.6.2

03 Aug 06:31
2a3936e
Compare
Choose a tag to compare
  • Added --tab-url to print currently active tab's URL.
  • Upload dialog expands to full window height when the entered text is long.
  • Home/End keys in an input field move to start/end of the wrapped line segment.
  • Scroll with mouse wheel in input fields.
  • Slower cursor blink rate in input fields.
  • Adjusted dark mode colors for focused input fields.
  • Fixed incorrect behavior in input fields when typing or deleting text while holding down the Shift key.
  • Fixed crash in Upload dialog if server responds with a redirect.
  • Fixed buffered graphics (UI, fonts) getting lost under rare circumstances.
  • Fixed drawing of wrapped text when the app is compiled without HarfBuzz.
  • macOS: Fixed UI not updating when system dark mode is toggled while the window is hidden.
    
    NOTE: When compiling from source, get the lagrange-1.6.2.tar.gz tarball because it contains all the required source files. The "Source Code (ZIP/TAR.GZ)" items below are generated by Gitea and contain only this repository (the_Foundation is required as well).

The Intel Mac binaries require macOS 10.13 or later, and the Apple Silicon binaries require macOS 11.0 or later.

The Linux AppImage has been built on Ubuntu 18.04.

The Windows binaries require 64-bit Windows 7 or later. The portable ZIP archive can be extracted and run as-is — user files will be stored under the "userdata" subdirectory.

v1.6.1

30 Jul 07:28
8d7361a
Compare
Choose a tag to compare
  • Fixed potential crash when inserting a line break in an input field.
  • Fixed cursor positioning in fixed-length input fields.
  • Fixed copying text in input fields (the wrong region was copied).
  • Fixed URL input field contents not being selected after opening a new tab.
  • Fixed Upload dialog not showing when reloading a Titan URL.
  • Updated translations.

NOTE: When compiling from source, get the lagrange-1.6.1.tar.gz tarball because it contains all the required source files. The "Source Code (ZIP/TAR.GZ)" items below are generated by Gitea and contain only this repository (the_Foundation is required as well).

The Intel Mac binaries require macOS 10.13 or later, and the Apple Silicon binaries require macOS 11.0 or later.

The Linux AppImage has been built on Ubuntu 18.04.

The Windows binaries require 64-bit Windows 7 or later. The portable ZIP archive can be extracted and run as-is — user files will be stored under the "userdata" subdirectory.

v1.6.0

26 Jul 15:18
989cb04
Compare
Choose a tag to compare

⚠️ A new TOFU trust store will be created. The old one is kept around but ignored.
⚠️ 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).
⚠️ New build dependencies: HarfBuzz and GNU FriBidi (see README).

New features:

  • Added support for bidirectional text and complex scripts. العالم متنوع
  • Right-to-left paragraphs are aligned to the right. Link icons and list/quote symbols are moved to the right margin.
  • Added support for Titan uploads. The data to upload can be entered via a text field or by dropping a file on the window.
  • 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.
  • Added a configuration file for defining the UI color palette (see Help, section 3.5).
  • Added settings for keyboard and mouse scrolling speeds.
  • Added setting for changing Return key behavior in input fields (line break vs. accept).
  • Added setting for adjusting line spacing.
  • Added link context menu item for deleting local files (e.g., downloads).

Changes and enhancements:

  • 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.
  • Server certificate fingerprints are generated based on public keys, which allows servers to renew their certificates without losing trusted status.
  • 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.
  • Page contents are cached in presentation form for quicker restoring during back/forward navigation.
  • 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.
  • 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).
  • Text input fields support larger amounts of content and expand vertically only up to a limit, after which they start scrolling.
  • 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.
  • Links opened on a page are updated to reflect visited status even when opening into a background tab or to the side.
  • Unicode Byte Order Mark is ignored in the beginning of a page.
  • Updated Smol Emoji with new characters.
  • Query/Feeds indicators have a smaller appearance in a narrow window to leave room for the URL.

Fixes:

  • Large lede paragraph font is not applied if the paragraph has too many lines.
  • Fixed minor kerning issues when using Nunito.
  • Fixed sizing of characters in the Noto Symbols fonts.
  • Improved internal handling of URLs. For example, some URLs were not being recognized as visited because of percent-encoding differences.
  • Fixed URL in the generated page for viewing a single image (spaces weren't encoded).
  • Input dialog is not dismissed unless the Cancel button is clicked or Escape is pressed.
  • Workaround for a potential hang during the closing of a socket.
  • TLS client certificates generated by the app have identical issuer and subject fields, including all the provided information and not just the Common Name.
  • Gopher: Improved detection of ASCII art.
  • Gopher: Show contents of unrecognized line types.
  • Gopher: Don't collapse preformatted blocks since everything is preformatted in the source.
  • Gopher: All preformatted blocks are unindented to avoid misaligned ASCII art.
  • macOS: ^⌘Space shows the system-provided symbols and Emoji character palette.
    
    NOTE: When compiling from source, get the lagrange-1.6.0.tar.gz tarball because it contains all the required source files. The "Source Code (ZIP/TAR.GZ)" items below are generated by Gitea and contain only this repository (the_Foundation is required as well).

The Intel Mac binaries require macOS 10.13 or later, and the Apple Silicon binaries require macOS 11.0 or later.

The Linux AppImage has been built on Ubuntu 18.04.

The Windows binaries require 64-bit Windows 7 or later. The portable ZIP archive can be extracted and run as-is — user files will be stored under the "userdata" subdirectory.

v1.5.2

15 Jun 11:39
16761ff
Compare
Choose a tag to compare
  • Fixed pasting a PEM-formatted certificate and/or private key via clipboard in Import Identity.
  • Possible workaround for a visual glitch in the URL field.
  • Specify StartupWMClass in .desktop file.
  • Normalize page contents to avoid the most common issues with diacritics (Unicode NFC).
  • Expanded the set of recognized custom link icons.
  • Updated "Smol Emoji" font with new glyphs.
  • Allow use of TLS cipher "DHE-RSA-AES256-GCM-SHA384".

NOTE: When compiling from source, get the lagrange-1.5.2.tar.gz tarball because it contains all the required source files. The "Source Code (ZIP/TAR.GZ)" items below are generated by Gitea and contain only this repository (the_Foundation is required as well).

The Intel Mac binaries require macOS 10.13 or later, and the Apple Silicon binaries require macOS 11.0 or later.

The Linux AppImage has been built on Ubuntu 18.04.

The Windows binaries require 64-bit Windows 7 or later. The portable ZIP archive can be extracted and run as-is — user files will be stored under the "userdata" subdirectory.

v1.5.1

06 Jun 12:56
9e1afb7
Compare
Choose a tag to compare
  • Updated UI translations.
  • Updated "Smol Emoji" font with new and improved glyphs.

NOTE: When compiling from source, get the lagrange-1.5.1.tar.gz tarball because it contains all the required source files. The "Source Code (ZIP/TAR.GZ)" items below are generated by Gitea and contain only this repository (the_Foundation is required as well).

The Intel Mac binaries require macOS 10.13 or later, and the Apple Silicon binaries require macOS 11.0 or later.

The Linux AppImage has been built on Ubuntu 18.04.

The Windows binaries require 64-bit Windows 7 or later. The portable ZIP archive can be extracted and run as-is — user files will be stored under the "userdata" subdirectory.

v1.5.0

30 May 11:37
5321da5
Compare
Choose a tag to compare
  • Added "Smol Emoji" and "Noto Sans Symbols" fonts, removed Symbola.
    ⚠️ Many Emoji and pictographs defined in the last five years are currently missing.
  • 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.
  • Error pages include the human-readable text sent by the server.
  • Disregard old feed entries whose unread status would have been forgotten.
  • Added UI language: Polish.

Identity management:

  • 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.
  • 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.
  • Identities can be exported: certificate and private key are opened in a new tab in plain text PEM format.
  • Fixed issues with identity usage: a higher-up URL overrides and deactivates all contained URLs to avoid redundant activation.

Text input:

  • 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.
  • Input widgets allow inserting newlines using Shift+Return.
  • Disallow sending query responses that are too long (1024 bytes maximum).
  • Shift-click to select a range of text in input widgets (i.e, without dragging).

Rendering:

  • Animate showing and hiding of sidebars and dialogs. Animations are enabled by default, by can be disabled with Preferences > Interface > Animations.
  • 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.
  • Link navigation shortcut icons (home row and numbered) are drawn with a consistent appearance.
  • Improved icon alignment in lists.
  • Reduced line gap between word-wrapped top-level headings.
  • Modal dialog background dimming fades in/out smoothly.
  • macOS: Workaround for an issue that causes UI refresh to pause occasionally for ~100 ms.

Split view:

  • Added keybindings for split view menu items.
  • Changed default split view keys to conform to Emacs (3 for horizontal, 2 for vertical split).
  • Fixes and improvements for touch screen event handling in split view mode.

Command line:

  • Added --url-or-search (-u) command line option. Depending on the parameter, either open an URL or make a search query.
  • 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.)

Gempub:

  • 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.

NOTE: When compiling from source, get the lagrange-1.5.0.tar.gz tarball because it contains all the required source files. The "Source Code (ZIP/TAR.GZ)" items below are generated by Gitea and contain only this repository (the_Foundation is required as well).

The Intel Mac binaries require macOS 10.13 or later, and the Apple Silicon binaries require macOS 11.0 or later.

The Linux AppImage has been built on Ubuntu 18.04.

The Windows binaries require 64-bit Windows 7 or later. The portable ZIP archive can be extracted and run as-is — user files will be stored under the "userdata" subdirectory.

v1.4.2

22 May 08:51
9fa6689
Compare
Choose a tag to compare
  • Fixed UI colors being all black on the first run.
  • Fixed right mouse click on an inactive split not having any effect.
  • Fixed action buttons showing under the Help link in an empty Identities sidebar.
  • Fixed potential crash at shutdown.
  • Fixed minor UI layout issues.

NOTE: When compiling from source, get the lagrange-1.4.2.tar.gz tarball because it contains all the required source files. The "Source Code (ZIP/TAR.GZ)" items below are generated by Gitea and contain only this repository (the_Foundation is required as well).

The Intel Mac binaries require macOS 10.13 or later, and the Apple Silicon binaries require macOS 11.0 or later.

The Linux AppImage has been built on Ubuntu 18.04.

The Windows binaries require 64-bit Windows 7 or later. The portable ZIP archive can be extracted and run as-is — user files will be stored under the "userdata" subdirectory.

v1.4.1

13 May 10:44
ce350fa
Compare
Choose a tag to compare
  • 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.
  • Fixed tab merging when unsplitting the window: keep the currently active tab open.
  • Fixed issue with sidebars sometimes becoming unresponsive.
  • Fixed font used for visited monospace Gopher links.
  • Fixed incorrectly shown/hidden ◧ indicator.
  • Fixed scrollbar in Preferences > Keys being hidden until the list is scrolled.

NOTE: When compiling from source, get the lagrange-1.4.1.tar.gz tarball because it contains all the required source files. The "Source Code (ZIP/TAR.GZ)" items below are generated by Gitea and contain only this repository (the_Foundation is required as well).

The Intel Mac binaries require macOS 10.13 or later, and the Apple Silicon binaries require macOS 11.0 or later.

The Linux AppImage has been built on Ubuntu 18.04.

The Windows binaries require 64-bit Windows 7 or later. The portable ZIP archive can be extracted and run as-is — user files will be stored under the "userdata" subdirectory.