Files
home-manager/docs/release-notes/rl-2605.md
Vladislav 18f9d668aa anki: fix UI scale configuration
Use `numbers.between 1.0 2.0` for the UI scale type to match Anki's
actual behavior where ProfileManager.uiScale clamps values below 1.0
to 1.0.
2026-01-03 10:49:37 +01:00

837 B
Raw Blame History

Release 26.05

This is the current unstable branch and the information in this section is therefore not final.

Highlights

This release has the following notable changes:

  • The option now expects a value in the range 1.02.0, previously it erroneously expected values in the range 0.01.0.

State Version Changes

The state version in this release includes the changes below. These changes are only active if the home.stateVersion option is set to "26.05" or later.

  • The gtk.gtk4.theme option does not mirror gtk.theme by default anymore.

  • The programs.zsh.dotDir option now defaults to the XDG configuration directory (usually ~/.config/zsh) when xdg.enable is true.