gam: update to 7.42.00
Changes since 7.40.00:
7.42.00
In versions prior to 7.42.00, when redirect csv <FileName> was used, GAM did not open and write <FileName> until all processing was complete; if <FileName> was not accessible, an error was generated and no results were saved. Now, <FileName> is opened initially to verify accessiblity and then written when processing is complete.
In the unlikely event that this causes issues, you can do redirect csv <FileName> delayopen to get the previous behavior.
7.41.03
Fixed bug in the following: Added the following to <RowValueFilter> used in CSV input/output row filtering; these are synonyms for count and countrange.
[(any|all):]number<Operator><Number>|
[(any|all):]numberrange!=<Number>/<Number>|
[(any|all):]numberrange=<Number>/<Number>|
7.41.02
[41 lines not shown]
py-url-normalize: updated to 3.0.0
3.0.0
Added
Add url_humanize() and url-normalize --humanize/-H to convert normalized URLs to readable display URLs while preserving normalization round trips
Changed
BREAKING: Updated minimum Python version to 3.10 to match currently supported Python versions.
Fixed
Stop passing the deprecated transitional argument to idna.encode()
Updated project license metadata to the current SPDX string format to resolve setuptools deprecation warnings
x11/lxqt-panel: update to 2.4.0
lxqt-panel-2.4.0 / 2026-04-20
==============================
* Implemented multi sink volume plugin.
* Added some more padding in LXQtWorldClockPopup.
* Fixed weird behavior in panel length configuration when switching between px and %.
lxqt-panel-2.3.3 / 2026-04-02
==============================
* Fixed too strict parsing of icon themes with Qt6.11.
* Prioritize starting strings of titles with Fancy Menu's filtering.
* Disabled shortcutselector in panel menus on Wayland and show tooltip info.
* Version check for 6.10 for filterstring.
* Removed obsolete Qt5 version check.
* Fixed auto-hiding on dragging over Task Manager and Show Desktop.
* KeyboardInteractivityNone also for labwc (0.9.4).
* Added tooltip to opacity slider to communicate value.
* Cleaned up some ui files.
[5 lines not shown]
audio/pavucontrol-qt: update to 2.4.0
pavucontrol-qt-2.4.0 / 2026-04-20
==================================
* Updated translations and bumped the version.
x11/lxqt-config: update to 2.4.0
lxqt-config-2.4.0 / 2026-04-20
===============================
* Use std::pair instead of QPair.
* Added 'ms' to slider labels, page title and removed redundant labels in keyboard repeat settings.
* Don't show LXDE settings.
lxqt-config-2.3.2 / 2026-04-02
===============================
* Fixed too strict parsing of icon themes with Qt6.11
lxqt-config-2.3.1 / 2026-01-29
===============================
* Updated the code for kscreen 6.6.
* Added monospace setting to lxqt-config-appearance.
* Added draglock and disable-while-typing settings for X11.
* Added unsupported notice for brightness on Wayland to lxqt-config-brightness.
* Gave parent to advanced settings dialog of monitor dialog.
[3 lines not shown]
graphics/screengrab: update to 3.2.0
3.2.0 / 2026-04-20
===================
* Assigned message boxes to the parent window.
* Updated translations and bumped the version.
py-simplejson: updated to 4.1.1
Version 4.1.1 released 2026-04-24
* The ``build_wheels_py27`` CI job now also builds Python 2.7 wheels
for Windows AMD64 and Windows x86, joining the existing Py2.7
manylinux1 / manylinux2010 x86_64 wheels. This unblocks offline /
``--no-index`` installs on Py2.7-on-Windows (the original
reporter's case), which previously had no matching binary wheel on
PyPI, fell through to the sdist, and failed on the PEP 517
isolated-build step complaining that ``setuptools>=42`` was not in
the wheelhouse.
vaultwarden: updated to 1.35.8
1.35.8
Dummy org Master password policy auth fix
Fix recovery-code not working
Fix invalid refresh token response
Update Rust, Crates, GHA and fix a DNS issue
Update web-vault and crates
security/lxqt-sudo: update to 2.4.0
lxqt-sudo-2.4.0 / 2026-04-20
* Use std::make_unique C++17 and add const ref for readability.
* Updated translations.