about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorFlakebi <flakebi@t-online.de>2023-04-15 12:57:19 +0200
committerFlakebi <flakebi@t-online.de>2023-04-15 13:41:42 +0200
commit01e1c5bd408a6d5298a7c7c7f4ac983470b892ae (patch)
treedb40b992631870d5bfabce9faf9645654083017e /nixos/doc
parent85b081528b937df4bfcaee80c3541b58f397df8b (diff)
downloadnixlib-01e1c5bd408a6d5298a7c7c7f4ac983470b892ae.tar
nixlib-01e1c5bd408a6d5298a7c7c7f4ac983470b892ae.tar.gz
nixlib-01e1c5bd408a6d5298a7c7c7f4ac983470b892ae.tar.bz2
nixlib-01e1c5bd408a6d5298a7c7c7f4ac983470b892ae.tar.lz
nixlib-01e1c5bd408a6d5298a7c7c7f4ac983470b892ae.tar.xz
nixlib-01e1c5bd408a6d5298a7c7c7f4ac983470b892ae.tar.zst
nixlib-01e1c5bd408a6d5298a7c7c7f4ac983470b892ae.zip
albert: 0.17.6 -> 0.20.13
As added to the release notes, the biggest changes are in [0.18.0](https://github.com/albertlauncher/albert/blob/v0.18.0/CHANGELOG.md).
The config and plugin format changed and they updated to QT 6.

I tested it locally on sway.

Diff: https://github.com/albertlauncher/albert/compare/v0.17.6...v0.20.13

Changelog: https://github.com/albertlauncher/albert/blob/v0.20.13/CHANGELOG.md
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index 99440c000c25..43f9f73b0258 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -172,6 +172,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - `fail2ban` has been updated to 1.0.2, which has a few breaking changes compared to 0.11.2 ([changelog for 1.0.1](https://github.com/fail2ban/fail2ban/blob/1.0.1/ChangeLog), [changelog for 1.0.2](https://github.com/fail2ban/fail2ban/blob/1.0.2/ChangeLog))
 
+- `albert` has been updated from 0.17.6 to 0.20.13, and 0.18.0 changed the config format and many plugins ([changelog for 0.18.0](https://github.com/albertlauncher/albert/blob/v0.18.0/CHANGELOG.md))
+
 - Calling `makeSetupHook` without passing a `name` argument is deprecated.
 
 - `lib.systems.examples.ghcjs` and consequently `pkgsCross.ghcjs` now use the target triplet `javascript-unknown-ghcjs` instead of `js-unknown-ghcjs`. This has been done to match an [upstream decision](https://gitlab.haskell.org/ghc/ghc/-/commit/6636b670233522f01d002c9b97827d00289dbf5c) to follow Cabal's platform naming more closely. Nixpkgs will also reject `js` as an architecture name.