shells/oh-my-posh: update to 30.2.0
v30.2.0
Bug Fixes
studio: drop stray text under segment preview (42b9f83)
Features
config: offer pwd OSC values in schema (8a3a06f)
studio: rebuild config editor on CodeMirror 6 (c53ff0d)
v30.1.1
Bug Fixes
template: block network and DoS-capable functions from untrusted templates (7e224b2)
template: scope env var access to trusted templates only (9edb5b7)
terminal: satisfy fieldalignment in iterm test cases (7bfd50b)
terminal: strip control runes from OSC pwd/iterm sequences (16bf138)
[5 lines not shown]
py-vcs-versioning: updated to 2.2.3
2.2.3 (2026-07-28)
Fixed
- Fix `ValueError` when parsing `.git_archival.txt` of a tagged commit whose tag contains more than one dash (e.g. `llvmorg-23.1.0-rc2`) - the `git describe` suffix is now matched precisely instead of splitting on the last two dashes.
py-libcst: updated to 1.9.0
1.9.0 - 2026-07-29
Added
* Add support for Python 3.15
* Add `CodemodCommand` helpers for adding and removing imports
Fixed
* Recognize Python 3.14 parser configurations
* Allow a trailing comma after `**rest` in class patterns
Updated
* Document the new `CodemodCommand` import helpers
* Fix the `tokenize` function's docstring grammar
* Remove the retired macOS 13 runner from CI
py-daphne: updated to 4.2.3
4.2.3 (2026-07-21)
* Added ``--websocket-max-message-size`` and ``--websocket-max-frame-size`` CLI
flags to the ``runserver`` management command for use in development.
tesseract: updated to 5.5.3
5.5.3
Fix typos
Fix missing closing tags in multi-page PAGE XML output
Fix Apple CMAKE_SYSTEM_PROCESSOR not set when crosscompiling
Remove outdated docker-compose.yml (Fixes 4492)
docs: document memory ownership and lifecycle in C-API
Add Portuguese language support and section descriptions (Windows installer)
Update Slovak language string in tesseract.nsi
fix(nsi): mask LANGID to 16-bit for reliable auto-detection
Add GitHub Copilot instructions
Correct mutex call to prevent multiple instances
Update versions of GitHub actions
Bump microsoft/setup-msbuild from 2 to 3
Use asciidoctor instead of asciidoc-py for manpage generation
Bump actions/upload-artifact from 4 to 7
autotools: Fix linker warning on macOS
[19 lines not shown]
ngtcp2: updated to 1.25.0
1.25.0
Fix build error with gcc-16
build(deps): bump actions/cache from 5 to 6
ksl: Align keys in 8 bytes boundary
bbr: Update longterm variable computation
Remove condition that is always true
Verify the end offset of STREAM frame before updating flow control
Rework connection flow window accounting after sending STOP_SENDING
Stop buffering data after shutting downstream read
Cleanup
Update bbr
Update doc
Add ngtcp2_stream_close2 callback
examples: Adopt ngtcp2_stream_close2 callback
Tweak stream_close2 callback behavior
Expand NGTCP2_MAX_INITIAL_CRYPTO_OFFSET to 64K
[20 lines not shown]
lang/oorexx: Update to 5.2.0
Changelog:
5.2.0:
Bugs
----
https://sourceforge.net/p/oorexx/bugs/nnnn
1: # 2056 Bug in docprep.rex
(entered by Josep Maria Blasco on 2026-04-05 -> 2026-04-05 )
2: # 2052 ooTest framework typo replace "rn" by "n" in ooTest.frm
(entered by jfaucher on 2026-03-18 -> 2026-03-19 )
3: # 2050 ooTest framework: unassigned variable "LFILE"' when asking for a log file
(entered by jfaucher on 2026-03-06 -> 2026-03-06 )
4: # 2049 Missing p = p->next; in Activity::liveGeneral
(entered by jfaucher on 2026-03-01 -> 2026-03-01 )
5: # 2046 VariableReference::flatten is marking instead of flattening
(entered by jfaucher on 2026-01-23 -> 2026-01-27 )
6: # 2044 json.cls: string consisting of numbers not handled as a string
[454 lines not shown]
py-selenium: updated to 4.46.0
Selenium 4.46.0
* Support CDP versions: v148, v149, v150
* [build] add copyright headers to rbs, pyi, ts, mjs, and erb files
* Route Safari, STP and WebView2 to their handlers
* Fix example WebDriverWait import in docstring