pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/lagrange



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Sep  3 07:37:05 UTC 2025

Modified Files:
        pkgsrc/net/lagrange: Makefile distinfo

Log Message:
net/lagrange: update to 1.19.0

v1.19.0
New features:

    Sidebar tab for exploring the directory structure of a capsule. All known URLs (from page links, history, feed entries) are compiled into one navigable hierarchy. This provides an alternative 
view of capsule contents, for quick access and an overview.
    Sidebar tab for listing all open tabs ("vertical tabs"). The list indicates which tabs have not been seen yet. Drag-and-drop can be used to reorder tabs. There are status icons for page loading 
and audio playback.
    Filter text field in the Bookmarks sidebar: filters bookmarks based on titles, URLs, and tags. Built-in tags like ".subscribed" can be used to find bookmarks with special behavior (see Help 
section 1.4.4).
    Sidebar tab for managing feed subscriptions. Unlike the Feeds tab that shows feed entries, the Subscriptions tab shows higher-level information about each subscription, like the latest post date.
    Subscriptions sidebar context menu action "Reset Known Entries" for clearing the local cache of known entries. On next refresh, only the entries present in the source(s) are stored. (This is 
equivalent to manually deleting the "feeds.txt" file.)
    Setting for permanently hiding the horizontal tab bar. You can manage open tabs using the sidebar.
    Setting for showing quote text without italics.
    Link context menu action for copying the label text.
    Keyboard shortcuts for sidebar modes and moving current tab to a new window.
    JPEG XL image decoding is supported via libjxl (optional). (Courtesy of Christoph Liebender.)

Changes and enhancements:

    Individual sidebar tabs can be shown and hidden. You can configure the tabs separately for the left and right bars.
    The left and right sidebars have different tabs by default (previously the same tabs were on both sides).
    A dropdown menu in the sidebar header allows switching to any mode.
    Reorganized settings: the Fonts tab has returned, and there is now a Theme tab for page theme settings.
    X11: Restore window positions in their previous workspaces. (Courtesy of @norayr.)
    macOS: More icons for context menu items.

Fixes:

    Moving a tab to a new window or opening a link in a new window sometimes confused which window was the target.
    Clearing history did not update sidebars.
    Updating navbar back/forward buttons when switching tabs.
    Update link numbers/keys after a scroll stops, if numbering was activated during the scroll.
    When parsing a username from a URL, require the name appears at the start of the path.
    Crash when opening a malformed Titan URI.
    Potential crash when minimizing a window.
    Gopher: Encode % in the selector when forming a link URI.
    TUI: Handling non-printable characters in the text renderer.

v1.18.8

    Reject Gemini responses that don't use an SP character (ASCII 32) as a separator, as required by the specification.
    Fixed scrollbar color contrast in light mode.
    Fixed line-shaped quote indicator on empty/short quote lines.

v1.18.7

    Revised handling of reserved URI characters according to RFC 3986. The previous behavior did not fully conform to the standard.
    Fixed opening some WebP images. There was a problem checking for the "image/webp" media type.
    Fixed removal of unexpected NUL characters from the source text.
    Fixed redundant mouse events when receiving touch events on the desktop.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/lagrange/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/lagrange/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/lagrange/Makefile
diff -u pkgsrc/net/lagrange/Makefile:1.25 pkgsrc/net/lagrange/Makefile:1.26
--- pkgsrc/net/lagrange/Makefile:1.25   Tue Aug  5 17:02:25 2025
+++ pkgsrc/net/lagrange/Makefile        Wed Sep  3 07:37:05 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/08/05 17:02:25 pin Exp $
+# $NetBSD: Makefile,v 1.26 2025/09/03 07:37:05 pin Exp $
 
-DISTNAME=      lagrange-1.18.6
+DISTNAME=      lagrange-1.19.0
 CATEGORIES=    net
 MASTER_SITES=  https://git.skyjake.fi/gemini/lagrange/releases/download/v${PKGVERSION_NOREV}/
 

Index: pkgsrc/net/lagrange/distinfo
diff -u pkgsrc/net/lagrange/distinfo:1.11 pkgsrc/net/lagrange/distinfo:1.12
--- pkgsrc/net/lagrange/distinfo:1.11   Tue Aug  5 17:02:25 2025
+++ pkgsrc/net/lagrange/distinfo        Wed Sep  3 07:37:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/08/05 17:02:25 pin Exp $
+$NetBSD: distinfo,v 1.12 2025/09/03 07:37:05 pin Exp $
 
-BLAKE2s (lagrange-1.18.6.tar.gz) = 54336b5012fc675ef4a4b23148eafed4ce9cbd43b2b5beeb45cf2031709fe857
-SHA512 (lagrange-1.18.6.tar.gz) = 85c73bc00d855412caf7d55e818b4e099cab854d65fa44a725ce6929e32f917ffd45c11c2868888bed02951079c9de81dbaf660f5676a16615b0873f7d6aa6c0
-Size (lagrange-1.18.6.tar.gz) = 11376110 bytes
+BLAKE2s (lagrange-1.19.0.tar.gz) = b79e22a22e7f956e2eee69f1ae1009b042b49a14b31ee9d76acc1dd73602d5f3
+SHA512 (lagrange-1.19.0.tar.gz) = 06cf387aa13ec2a71956b3cd4593bc0f325dc4b4283371cbd037673212b788d0336844096d5eeab52641a363c60c44edf7f9db054f9ba1eaa4545aaacbb21661
+Size (lagrange-1.19.0.tar.gz) = 11408944 bytes



Home | Main Index | Thread Index | Old Index