kitty: update to 0.46.2
- Watchers: Add an on_quit event to global watchers
- Wayland: Fix a crash on some compositors when dragging a tab
between OS Windows
- Fix incorrect behavior when using the actions to move tab
forward/backward with a tab_bar_filter active
- Prevent stacking of multiple rename tab windows
- choose files kitten: Fix a regression that caused incorrect
highlight of matched letters
- macOS: When using macos_traditional_fullscreen do not render
content under the notch
- X11: Fix massive scroll when switching focus between kitty and
another application
- Markers: Fix marking not working for multicell characters
- Fix a regression in 0.46 that broke drag select in unfocused
windows
editors/tp-note: update to 1.25.19
v1.25.19
Enable more languages for language detection
The `lingua` crate v1.8.0 detects language much faster than before, but
requires 3 times as much disk space in the Tp-Note binary.
Therefor, this release:
* Ships approximately the language detection data for only half of the
77 available languages (see `features` for the `lingua` crate in
`Cargo.toml`).
* Enables by default all available languages as search candidates.
(Can be configured with `filter.get_lang.language_candidates`,
e.g. `filter.get_lang.language_candidates = [ "en", "fr", "de" ]`).
editors/redox: update to 0.3.0
- Syntax by @JackDerksen in #11
- feat: subtle vim-style colour column guide at row=80 by @JackDerksen in #12
- Visual tweaks by @JackDerksen in #13
sysutils/onefetch: update to 2.27.1
2.27.1
Bug Fixes
- Fix CD pipeline by @o2sh in 497d4c0
2.27.0
New Features
- add language support for Nushell by @o2sh in #1687
- add language support for Slint by @opmr0 in #1710
Bug Fixes
- fix npm manifest parsing by @o2sh in #1693
- always show ascii-language when provided by CLI by @o2sh in #1713
- ascii_colors should match ascii-language colors when provided by CLI when no language detected bcfca6b
[7 lines not shown]
shells/oh-my-posh: update to 29.9.2
v29.9.2
Reverts
- git: reflect staged new files (A.) in Working status (5eb74df)
v29.9.1
Bug Fixes
- bun: add support for bun.lock in tests (45aedcb)
- dev: bump devcontainer Go version to 1.26 (52aa19a)
- python: strip quotes from pipenv pyvenv.cfg prompt (b0bf1dd)
graphics/matugen: update to 4.1.0
Added
add contrast config option (fixes #274)
add info when executing pre_hook for wallpaper
only show stout/stderr if not empty
add jxl image support (fixes #268)
add per template scheme types (#261)
add stdout and stderr for commands (fixes #227)
add --opacity flag (#238)
add error when using set_format on a color without alpha (fixes #266)
add alpha_hex and alpha_hex_stripped (closes #260)
Fixed
do not use Stdio::piped() for commands (#270)
canonicalize the image path (#273)
change description for --old-json-output
[14 lines not shown]
devel/gitui: update to 0.28.1
Changed
- support proper pre-push hook (#2809)
- improve gitui --version message [@hlsxx] (#2838)
- rust msrv bumped to 1.88
Fixed
- fix extremely slow status loading in large repositories by replacing time-based cache invalidation with generation counter [@DannyStoll1] (#2823)
- fix panic when renaming or updating remote URL with no remotes configured [@xvchris] (#2868)
tex-xint{,-doc}: update to 1.4o
– The xintexpr syntax now recognizes in addition to " for
hexadecimal, the prefix ' for octal.
- It also implements the prefixes 0x, 0o and 0b (with
possibly a fractional part).
- \xintiieval admits an optional parameter [h], [o], [b]
for conversion of the integer output to hexadecimal,
octal, or binary.
– Babel active characters are auto-taming in \xinteval.
It is now possible to use xintexpr also with OpTeX and
ConTeXt-LMTX.