Update to version 9.2.219.
Changes:
- patch 9.2.0219: call stack can be corrupted
- patch 9.2.0218: visual selection highlighting in X11 GUI is wrong.
- patch 9.2.0217: filetype: cto files are not recognized
- patch 9.2.0216: MS-Windows: Rendering artifacts with DirectX
- patch 9.2.0215: MS-Windows: several tests fail in the Windows CUI.
- patch 9.2.0214: tests: Test_gui_system_term_scroll() is flaky
- patch 9.2.0213: Crash when using a partial or lambda as a clipboard provider
- patch 9.2.0212: MS-Windows: version packing may overflow
- translation(zh): Update the Simplify Chinese translation
- translation: align sponsor menu string spacing
- patch 9.2.0211: possible crash when setting 'winhighlight'
- runtime(fish): Add matchit support to filetype plugin
- patch 9.2.0210: tests: Test_xxd tests are failing
- runtime(doc): Update Italian xxd manpage
- patch 9.2.0209: freeze during wildmenu completion
- patch 9.2.0208: MS-Windows: excessive scroll-behaviour with go+=!
[49 lines not shown]
lowdown: update to 3.0.1.
Only 1 package depends on this.
Version 3.0.1, 2026-03-18
Flesh out -tmdoc to handle macros flush against other words and punctuation, e.g., (*-abcd*):.
Properly format -tmdoc and -tman compact lists, including nested compact lists.
libzim: update to 9.5.1.
Only 3 packages depend on this.
libzim 9.5.1
============
* Eliminated zim::Compressor trapped in an infinite loop scenario (@veloman-yunkan #1047)
* Use windows-2025 CI runner (@kelson42 #1041)
jjui: update to 0.10.2.
Leaf package.
Quick release to continue the release early, release often streak.
Features
Custom diff and preview content — You can now use diff.show() and ui.preview.show() in your Lua actions to display custom command output in the diff and preview panels. (#593)
Bug Fixes
Rebase source + insert between — Rebase now correctly uses -s (source) instead of -r when combining source mode with insert-between. (#598)
Missing actions in status bar — Actions with the same name in different scopes (e.g. revset.edit and revisions.edit) are no longer hidden from the status bar. (#595)
Misaligned lines across terminals — Terminals handle Unicode width calculation differently — Ghostty enables grapheme clustering by default while Kitty does not. We now detect the terminal's width mode and calculate widths accordingly, fixing rendering in both. (#592)
Operation action overrides — Some built-in actions during operations couldn't be overridden in config.lua. For example, revisions.details.diff, revisions.evolog.diff, and revisions.rebase.* actions can now be properly overridden. (#586, #598)
git-delta: update to 0.19.1.
Leaf package.
0.19.1
Fix CD: replace defunct ubuntu-20.04 runners by @dandavison in #2129
0.19.0
Tons of improvements; thanks very much to all delta contributors.
textproc/ruby-review: update to 5.11.0
This is a leaf package.
5.11.0 (2026-03-15)
Bug fixes
* Fixed errors occurring with ruby-zip v3.x (#1941, #1942).
* LATEXBuilder: Fixed an issue where internal anchor links starting with
#... in @<href> op would break (#1955).
* Fixed a build error when using review-jsbook in combination with TeXLive
2026 or later (#1960, #1961).
Enhancements
* Added support for Ruby 3.4 (#1933, #1939).
* Enabled support for //firstlinenum in PLAINTEXTBuilder and TOPBuilder
(#1931).
[25 lines not shown]
devel/php-xdebug: update to 3.5.1
3.5.1 (2026-03-17)
Fixed bugs:
* Fixed issue #2391: Code Coverage times out on random tests
* Fixed issue #2395: Severe performance degredation on Windows
* Fixed issue #2397: Very slow with Xdebug 3.5.0
lang/ruby40: update to 4.0.2
This release contains security fix for zlib gem version 3.3.2 which fixes
CVE-2026-27820.
Quote from release announce:
This is a routine update that includes a bugfix in YJIT for NoMethodError on
Puma. Please see the GitHub Releases for further details.
Release Schedule
We intend to release the latest stable Ruby version (currently Ruby 4.0)
every two months following the most recent release. Ruby 4.0.3 will be
released in May, 4.0.4 in July, 4.0.5 in September, and 4.0.6 in November.
If a change arises that significantly affects users, a release may occur
earlier than planned, and the subsequent schedule may shift accordingly.
[59 lines not shown]
xml2doc: Various build fixes.
- Fix implicit function decls.
- Let infra take care of stripping. It uses an argument to strip
that is unsupported on some systems.