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:           Thu Apr  2 14:09:08 UTC 2026

Modified Files:
        pkgsrc/net/lagrange: Makefile distinfo

Log Message:
net/lagrange: update to 1.20.3

v1.20.3

 - Fixed crash when hovering on an empty bookmark folder in the Bookmarks menu.
 - Improved CJK IME support in text fields. (Courtesy of Sidney Cammeresi.)
 - Upload dialog's text editor uses the modifier-key-only Return key behavior when that is the active one. This should help with composing CJK text.
 - Added option to easily toggle SOCKS5 without losing the configuration.
 - Fixed localhost addresses not being ignored by the SOCKS5 proxy.
 - Updated stb library (bugfixes for image, image_resize2, truetype, vorbis).

v1.20.2

 - Fixed a crash during event handling when no gamepad is connected.
 - Fixed a crash when there are cached feed entries belonging to a subscription whose bookmark has been deleted.
 - Fixed build issue with glibc 2.43+.

v1.20.1

 - Windows: Fixed network connections with SOCKS5 enabled.
 - Preferences: Hide the SOCKS5 password in the input field (use "sensitive" mode).
 - Updated UI translations.

v1.20.0

New features:

 - SOCKS5 proxy support. When enabled, all connections and DNS resolution are tunneled through the proxy.
 - Option to show input prompts at bottom of window (Preferences > Appearance). The placement can also be toggled in the input prompt […] menu.
 - Scroll the page and lists by dragging with the middle mouse button.
 - Context menu for error/warning messages. These messages are not selectable text so this way one can copy the message to the clipboard.
 - Context menu for input dialog prompt text.
 - Option for Return key behavior: Shift for newline, Command/Control for accept.
 - Option to prefer IPv6 in DNS resolution.
 - Experimental gamepad support. You can scroll the page and move a pointer with the thumb sticks, and map actions to gamepad buttons. (Gamepad does not interact with native popups, so gamepad 
controls work best without any native UI controls.)
 - Build option for handheld devices (ENABLE_MOBILE_HANDHELD). This is a variant of the mobile phone layout with the assumption that a gamepad is used for controlling the app. It is suitable for 
handheld game consoles, for instance.

Changes and enhancements:

 - Windows: Detect system dark mode and switch app color theme accordingly.
 - Fixed ability to scroll the page while an input prompt is open.
 - Plain text lines are wrapped to the maximum available width when the expand-to-long-lines option is enabled.
 - Improved warning message when there is a problem with the proxy server certificate.
 - Revised order of input prompt […] menu items; added prompt position toggle.

Fixes:

 - Stability and behavior issues with audio players. For example, history navigation was not releasing audio player resources when leaving a page. (Previously, they were just paused.)
 - Auto-stopping an audio player when at end of content.
 - Excessive audio player refresh interval.
 - Opening a link context menu using the keyboard shortcut will remember which link as hovered using the keyboard.
 - Gopher: Misdetected menu styling particularly with non-ASCII characters.
 - Crash in the simple text renderer (e.g., TUI) when encountering a Backspace character.
 - Potential hang when laying out text into a narrow space.
 - Invalid initial layout for resizable input fields, causing a flicker.
 - OpenSSL error messages are no longer printed to stderr.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/lagrange/Makefile
cvs rdiff -u -r1.15 -r1.16 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.30 pkgsrc/net/lagrange/Makefile:1.31
--- pkgsrc/net/lagrange/Makefile:1.30   Mon Mar  2 12:09:00 2026
+++ pkgsrc/net/lagrange/Makefile        Thu Apr  2 14:09:08 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2026/03/02 12:09:00 pin Exp $
+# $NetBSD: Makefile,v 1.31 2026/04/02 14:09:08 pin Exp $
 
-DISTNAME=      lagrange-1.19.4
+DISTNAME=      lagrange-1.20.3
 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.15 pkgsrc/net/lagrange/distinfo:1.16
--- pkgsrc/net/lagrange/distinfo:1.15   Mon Mar  2 12:09:00 2026
+++ pkgsrc/net/lagrange/distinfo        Thu Apr  2 14:09:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2026/03/02 12:09:00 pin Exp $
+$NetBSD: distinfo,v 1.16 2026/04/02 14:09:08 pin Exp $
 
-BLAKE2s (lagrange-1.19.4.tar.gz) = 3545c5c9f6f44501de0ba4854bd43b44c92a8c5f5edf371b783de601c1e79a7a
-SHA512 (lagrange-1.19.4.tar.gz) = 251836bc59a0ee5965fb7262e4ce3ed0a06438e00a1e18f4b798f7cd3d90c2ef987c70d8f78fbf1e47a91645c7ed5201338ca78298a6d5cf30ae5fdeeb2b1c5f
-Size (lagrange-1.19.4.tar.gz) = 11421683 bytes
+BLAKE2s (lagrange-1.20.3.tar.gz) = f9e478508b63a66aafc54fe7675b438298e89e964120aaa7152a573dc22189c0
+SHA512 (lagrange-1.20.3.tar.gz) = 62999365e5f60e21c34b38aba507889170546ee57206d19ccc689297d5be74c900f9f37e509eefbf53ec660dfc63c9aaffb257e2a77ae7250e8b634ef67384ef
+Size (lagrange-1.20.3.tar.gz) = 12326306 bytes



Home | Main Index | Thread Index | Old Index