Skip to content

Releases: skyjake/lagrange

v1.1.4

22 Feb 11:00
3cd7106
Compare
Choose a tag to compare
  • Fixed feed entry highlight/read status issue in the sidebar.
  • Fixed Gopher menu links that contain spaces.
  • Fixed vertical alignment of short pages: top banner is excluded because it is not part of the content.

NOTE: When compiling from source, get the lagrange-1.1.4.tar.gz tarball because it contains all the required source files. The "Source Code (zip/tar.gz)" items below are generated by GitHub 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.1.3

14 Feb 05:09
abe1309
Compare
Choose a tag to compare
  • Fixed crash when deleting a bookmark that was being used as a remote bookmark source.
  • Fixed potential crash at shutdown.
  • Fixed URL path decoding not respecting reserved characters.
  • AppImage: Disable SSE 4.1 for improved compatibility.
  • Windows: Fixed portable build so it stores user files under the "userdata" directory and not under AppData\Roaming.

NOTE: When compiling from source, get the lagrange-1.1.3.tar.gz tarball because it contains all the required source files. The "Source Code (zip/tar.gz)" items below are generated by GitHub 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.1.2

10 Feb 11:17
b0b414f
Compare
Choose a tag to compare
  • Fixed potential crash at launch.
  • Fixed input query from a background tab being applied to the foreground tab. An input query now forces a tab to the foreground.
  • Fixed window scroll position moving when resizing vertically.
  • Fixed feed refresh waiting forever if a server doesn't respond.
  • Fixed hover state not being cleared when right-clicking links.
  • Fixed remote bookmarks not appearing if they lacked a user-friendly name on the source page.

NOTE: When compiling from source, get the lagrange-1.1.2.tar.gz tarball because it contains all the required source files. The "Source Code (zip/tar.gz)" items below are generated by GitHub 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.

v1.1.1

03 Feb 17:33
f7f335d
Compare
Choose a tag to compare
  • Fixed focus cycling inside dialogs. Widgets outside a dialog are not allowed to be focused.
  • Fixed missing cursor in the New Identity "Valid until" field.
  • Fixed "Import Links as Bookmarks" so it can be used to import local copies of remote bookmarks when viewing the remote source page.
  • Fixed a cosmetic issue in the Import Identity dialog where part of the widget frames were not drawn.
  • Fixed word wrapping issue in unread feed entry titles.
  • Fixed opening a URI that contains a fragment in the default browser. The fragment is no longer omitted.
  • Fixed default value for the Line Width setting.
  • Linux: Check monitor DPI for UI scaling like on Windows and macOS.
  • Allow reloading the same URL when clicking on a link or bookmark, or pressing Enter in the navbar.
  • Bookmark URLs are normalized by removing the default Gemini port.
  • Added a list of environment variables to "about:debug".
  • XDG: Respect XDG_CONFIG_HOME environment variable for storing user files.
  • XDG: Use the configured XDG download directory as default Downloads location.
  • The default set of bookmarks now uses a remote source.

NOTE: When compiling from source, get the lagrange-1.1.1.tar.gz tarball because it contains all the required source files. The "Source Code (zip/tar.gz)" items below are generated by GitHub 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.1 or later.

The Windows binaries require 64-bit Windows 7 or later.

v1.1.0

28 Jan 12:09
abcd2da
Compare
Choose a tag to compare
  • Added identity importing: existing client certificates in PEM format can be imported from the current page, from clipboard, or from drag-and-dropped files.
  • 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.
  • Added option to show full link URL when hovering on it.
  • Added support for Finger links (courtesy of John Cowan).
  • Added keybindings for page reload, opening link in new tab via home row keys, and hovering on a link via home row keys.
  • Added keybinding for switching to next set of links for home row navigation.
  • Added keybindings for new tab, close tab, adding a bookmark.
  • Added a bold UI font. It is used for unread feed entries and default dialog buttons.
  • Better alignment of quick lookup result icons and labels.
  • Remote bookmarks are grouped under their source in the bookmark list.
  • A bookmark's icon is updated after loading the page so it matches the site.
  • Trusting a new server certificate manually will update the current page without reloading.
  • Middle-clicking on a tab title closes the tab.
  • Internal state files now use an ".lgr" extension. If downgrading after running v1.1, note that the old version will not read these.
  • Fixed timestamps of visited URLs. Your browsing history will be cleared but can still be viewed manually in "visited.txt".
  • Fixed issue where "heading" feed entries would turn unread after a while.
  • Fixed duplicate U key for home row navigation.
  • Fixed an issue with Unicode characters in quick lookup search terms.

NOTE: When compiling from source, get the lagrange-1.1.0.tar.gz tarball because it contains all the required source files. The "Source Code (zip/tar.gz)" items below are generated by GitHub 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 Windows binaries require 64-bit Windows 7 or later.

v1.0.3

12 Jan 12:16
15263b2
Compare
Choose a tag to compare
  • 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.
  • Fixed parts of text disappearing when the glyph cache fills up. The cache also uses less memory now.
  • Fixed percent-encoding of spaces when copying URLs to clipboard.
  • Fixed feed entry context menu showing the wrong menu item for Mark as Read/Unread.
  • Fixed parentheses and brackets being trimmed from feed entry titles.
  • Fixed quotes appearing continuous even when there are empty lines in between.
  • Fixed quote border line not showing up on empty quote lines.
  • Fixed handling of redirection in a background tab — redirected URL would open in the current tab.
  • Fixed Gemini URL normalization with regard to default port.
  • Fixed a very minor memory leak.
  • Fixed missing "gopher:" URL scheme registration on macOS.

NOTE: When compiling from source, get the lagrange-1.0.3.tar.gz tarball because it contains all the required source files. The "Source Code (zip/tar.gz)" items below are generated by GitHub 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 Windows binaries require 64-bit Windows 7 or later.

v1.0.2

03 Jan 07:07
c1e42c0
Compare
Choose a tag to compare
  • Fixed URL input field showing the wrong URL when opening tabs in the background.
  • Fixed trusting a renewed server certificate when multiple tabs are open.
  • Fixed opening sidebar feed entries in new/background tab with modifier keys.
  • Fixed editing identity notes. The entered new notes were not being applied.
  • Server certificate domain name check accepts a matching CN even when SAN doesn't match.

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

The Mac binaries require macOS 10.13 or later.

The Windows binaries require 64-bit Windows 7 or later.

v1.0.1

25 Dec 06:20
a7b8aa0
Compare
Choose a tag to compare
  • Fixed percent-encoding of the query string.
  • Fixed cursor positioning in input fields.

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

The Mac binaries require macOS 10.13 or later.

The Windows binaries require 64-bit Windows 7 or later.

v1.0.0

20 Dec 09:26
34ce366
Compare
Choose a tag to compare
  • 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.
  • 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.
  • Added context menu item for duplicating a bookmark.
  • Import all links on a page as bookmarks. (Importing tags is not supported in this version.)
  • Links can be bookmarked via context menu.
  • Open links with an unrecognized scheme in the default browser.
  • Open sidebar items in new/background tab via context menu or modifier keys.
  • "Edit Feed..." menu item shows the Feed Settings dialog.
  • Removed unimplemented menu items.

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

The Mac binaries require macOS 10.13 or later.

The Windows binaries require 64-bit Windows 7 or later.

v0.12.1

08 Dec 05:10
b5093c8
Compare
Choose a tag to compare