textproc/treemd: update to 0.4.2
[0.4.2] - 2025-12-02
Fixed
What's Changed
Add Homebrew installation instructions by @gromgit in #6
docs: add installation instructions for Arch Linux by @orhun in #7
fix: display link targets inline to prevent layout shift in link navigator by @kanatti in #9
fix: prevent infinite scrolling in help popup and refactor help text by @kanatti in #11
Details
Sub-headings not displayed in content pane - Fixed regression where sub-headings within a section were not rendered in the content pane (#10)
Added Block::Heading variant to the parser's block types
Sub-headings now render with proper styling (colored, bold, underlined) matching the screenshot in README
Content structure and hierarchy are preserved when viewing sections
Link selection visibility in interactive mode - Selected links now have clear visual highlighting
[48 lines not shown]
multimedia/t-rec: update to 0.8.1
Added
Improve CLI help readability and fix config path docs (#305)
Fixed
restore terminal state after video prompt timeout (#303)
Other
update ventura wallpaper and upgrade dependencies (#302)
0.8.0 - 2025-11-30
Added
add interactive prompt for video generation (#298)
configurable framerate for smoother animations (#296)
0.7.11 - 2025-11-30
Added
add config file with profiles support (#295)
[4 lines not shown]
devel/cargo-about: update to 0.8.3
Changed
PR#291 resolved #272 by exposing the core generate function and associated types publicly.
PR#294 updated spdx to 0.13, replacing the need for askalono for license detection.
textproc/bat: update to 0.26.1
Features
Add paging to '-h' and '--help' see PR #3478 (@MuntasirSZN)
Bugfixes
Fix hang when using --list-themes with an explicit pager, see #3457 (@abhinavcool42)
Fix negative values of N not being parsed in <N:M> line ranges without = flag value separator, see #3442 (@lmmx)
Fix broken Docker syntax preventing use of custom assets, see #3476 (@keith-hall)
Fix decorations being applied unexpectedly when piping. Now only line numbers explicitly required on the command line should be applied in auto decorations mode for cat compatibility. See #3496 (@keith-hall)
Fix diagnostics attempting to find the version of an executable named builtin when builtin pager is used. See #3498 (@keith-hall)
--help now correctly reads the config file for theme information etc. See #3507 (@keith-hall)
Other
Improve README documentation on pager options passed to less, see #3443 (@injust)
Make PowerShell completions compatible with PowerShell v5.1, see #3495 (@keith-hall)
[8 lines not shown]
py-ansible-compat: updated to 25.12.0
25.12.0
Maintenance
Add platform version check
chore(deps): update all dependencies
chore(deps): update all dependencies
chore: Temporarily disable tombi schema.strict for pyproject.toml
chore(deps): update all dependencies
SDL3: updated to 3.2.28
3.2.28
This is a stable bugfix release, with the following changes:
Fixed a divide by zero with a zero sized blit in some cases
Fixed blitting bitmaps with a non-zero x offset
Fixed a crash in the vulkan renderer when the window is minimized
Fixed the initial X11 window position in some environments
Fixed the channel mapping for surround sound on PulseAudio
Fixed the sensor axis ordering with the Linux Nintendo driver
Fixed Xbox 360 controller mappings on newer Linux kernels
Made Nintendo Switch controller initialization more robust
Fixed the paddle mapping for Steam Controllers
sdl12-compat: updated to 1.2.72
1.2.72
This is a stable bugfix release, with the following changes:
Allow building without glu.h by defining NO_SDL_GLU
Fixed centering the splash screen in UT2004
_SC_OPEN_MAX can exceed FD_SETSIZE. Use the compat value svc_maxfd+1
from the rpc library similar to ypbind(8).
The custom _svc_run() function is required as the standard svc_run()
may hang for retries.
Fixes PR 59750.
xkbcomp: update to 1.5.0.
This releases contains the fixes for the issues reported in today's security
advisory: https://lists.x.org/archives/xorg-announce/2025-December/003644.html
* CVE-2018-15863
* CVE-2018-15861
* CVE-2018-15859
* CVE-2018-15853
Note that the year is not a typo, these CVEs have been reported previously for
libxkbcommon but the same code exists in xkbcomp and required the same fixes.
As a new feature in this version: xkbcomp now supports the meson build system
in addition to autotools. autotools support may be removed in a future version.