lfcbase:
- Rework of Pager class, which is a API change
cego:
- Made some adaptions for reworked lfcbase Pager class
rows with multiline entries are more readable
I had fixed the Makefile recreated the distfile on 2025-04-09, but
have apperantently forgotten to include the Makefile in the commit.
Thanks for pointing out this omission.
PR: 285985
Reported by: michal@hanu.la
As of 9f25d46568b in upstream's master branch, Emacs emits a run-time
warning when lexical binding is unset. This serves as a reminder that
lexical binding is preferred.
Sponsored by: The FreeBSD Foundation
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.147.0
Bug fixes
* tpl: Fix it so we always prefer internal codeblock rendering over
render-codeblock-foo.html and similar
* tpl/tplimpl: Fix allowFullScreen option in Vimeo and YouTube shortcodes
* config: Fix _merge issue when key doesn't exist on the left side
* all: Fix typos
Improvements
* create/skeletons: Adjust template names in theme skeleton
* tpl: Remove some unreached code branches
* images: Add some test cases for aligny on images.Text
* images: Add option for vertical alignment to images.Text
This includes the following changes:
- Improvements to PDB support in DbgHelp.
- More Vulkan video decoder support in WineD3D.
- Accessibility support in the SysLink control.
- More progress on the Bluetooth driver.
- Various bug fixes.
PR: 286354
The requisite nvidia-hybrid-graphics port was removed in
9b8dd11af6
libglvnd should make the need to manually move libraries around
unnecessary and has been mandatory for a long time since
5343f55d87
Reviewed by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Differential Revision: https://reviews.freebsd.org/D49992
This release brings the beta build up to date with the changes on the stable release channel. It includes quality of life improvements and bug fixes for 1Password CLI.
Improvements
1Password CLI no longer causes direnv to halt when the two are used together. {4250}
Following the deprecation of CLI 1, the `1password/op:latest` DockerHub tag will now always point to the latest version of CLI 2. {4267}
Fixed
`op vault list --filter` now returns all vaults you have access to, regardless of permission level, making it easier to discover and manage vaults beyond just those with read access. {4189}
'op group user grant' now works correctly in MSP accounts. {4244}
- Remove 20 old and obsolete icons from the distribution
- Add support for the X-resource library 1.2 to reliably
obtain process identifiers of local client windows
- Use shorter option helper knobs for better indentation
As of 9f25d46568b in upstream's master branch, Emacs emits a run-time
warning when lexical binding is unset. This serves as a reminder that
lexical binding is preferred.
Reviewed by: yasu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D49991
Updating to RC1 on /latest was done precisely to discover regressions
with plenty of time to debug before the next /quarterly branches.
Other wlroots019 consumers are likely affected as well, so there's no
point in backing out just because of amdgpu.
PR: 286311