Skip to content

Releases: anyrun-org/anyrun

Anyrun 25.12.0

03 Dec 12:12
cacdf2e

Choose a tag to compare

Hello all, once again the timeline for making a new release stretched and stretched but I am now finally getting to it. Biggest feature that comes with this release is daemonization. Anyrun can now be started in daemon mode with anyrun daemon inside some autostart script, to make subsequent launches of Anyrun extremely fast (blazingly fast if you will). There are also various other fixes of different config options missing since the Relm4 rewrite, and some other fixes.

Note

Important! With this release, Anyrun will now require anyrun-provider.
Refer to the README(s) for more details.

What's Changed

  • Daemonization & anyrun-provider by @Kirottu in #251
  • plugins/applications: Add hide_description option by @Jappie3 in #269
  • treewide: general maintenance work by @NotAShelf in #264
  • build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #273
  • build(deps): bump easimon/maximize-build-space from 8 to 10 by @dependabot[bot] in #274
  • build(deps): bump cachix/cachix-action from 14 to 16 by @dependabot[bot] in #275
  • build(deps): bump tokio from 1.47.1 to 1.48.0 by @dependabot[bot] in #278
  • build(deps): bump serde from 1.0.226 to 1.0.228 by @dependabot[bot] in #279
  • build(deps): bump freedesktop-desktop-entry from 0.7.16 to 0.7.19 by @dependabot[bot] in #280
  • build(deps): bump gtk4 from 0.10.1 to 0.10.2 by @dependabot[bot] in #281
  • build(deps): bump gtk4-layer-shell from 0.6.3 to 0.7.1 by @dependabot[bot] in #282

New Contributors

Full Changelog: v25.9.3...v25.12.0

Patch 25.9.3

17 Sep 20:35
c787318

Choose a tag to compare

Small patch to fix broken search logic in the applications plugin.

What's Changed

  • plugins/rink: Add prefix config option by @advilm in #248
  • plugins/applications: Reworked weighting logic to fix bad results

Full Changelog: v25.9.2...v25.9.3

Hotfix 25.9.2

13 Sep 11:10
591a1a4

Choose a tag to compare

This is a small hotfix to bring back ANYRUN_PLUGINS env var as a plugin search directory, which is used in Nix packaging.

Full Changelog: v25.9.1...v25.9.2

Patch 25.9.1

13 Sep 08:12
5140811

Choose a tag to compare

This is a bugfix release for a lot of issues & regressions that were not caught while testing the 25.9.0 release. Some new features are also a part of this release, notably the locale support for the Applications plugin.

What's Changed

  • anyrun: Center box containing labels vertically by @advilm in #238
  • full-screen window when close_on_click is set by @MykBamberg in #240
  • anyrun: restore layer config functionality by @MykBamberg in #241
  • Fix behavior for clipboard managers by @sokyrko in #239
  • Add locale support for applications by @js2xxx in #171
  • Fixed hide_icons config option doing nothing
  • Fixed entry box focus weirdness
  • Added keyboard_mode config option

New Contributors

Full Changelog: v25.9.0...v25.9.1

Anyrun 25.9.0

01 Sep 06:47
b6d08ee

Choose a tag to compare

Hello all, and sorry for my lengthened absence from the development of this project. After needing to port the project to GTK4 due to issues discovered in #230, I decided it is finally time to give this project a full release to make packaging and using it easier. So yes, after soon 3 years of existence Anyrun will finally have it's first version.

And since a lot of other projects have also adapted the YY.M.patch versioning scheme, I will also be using it to avoid going right back to the start with instead of being stuck at no release being stuck at zerover (0.minor.patch).

I have also created a Matrix room for those who are interested in talking about the project, it is found at #anyrun:kirottu.com. Any feedback is appreciated.

Changelog

  • Switched to GTK4/relm4 for the toolkit
  • Added keybind configuration support
  • Updated default style
  • Fixed weird windowing solutions
  • Widgets and style classes have changed, refer to the README styling section for the new style info
  • Among other things
  • The plugin API has changed internally, all plugins need to be recompiled with the new version.

Packagers

The dependencies of Anyrun have changed, refer to the dependencies section of the README for how they should be updated. And in general, a release version of Anyrun should be the primary packaged one where possible.

v25.9.0 Pre-release

24 Aug 17:02
31d8401

Choose a tag to compare

v25.9.0 Pre-release Pre-release
Pre-release

Hello all, and sorry for my lengthened absence from the development of this project. After needing to port the project to GTK4 due to issues discovered in #230, I decided it is finally time to give this project a full release to make packaging and using it easier. So yes, after soon 3 years of existence Anyrun will finally have it's first version. This is a pre-release to hopefully gain some insight from the users of Anyrun for any possible issues I have missed with the port.

And since a lot of other projects have also adapted the YY.M.patch versioning scheme, I will also be using it to avoid going right back to the start with instead of being stuck at no release being stuck at zerover (0.minor.patch).

I have also created a Matrix room for those who are interested in talking about the project, it is found at #anyrun:kirottu.com. Any feedback in relation to this pre-release is welcome and appreciated.

Changelog

  • Switched to GTK4/relm4 for the toolkit
  • Added keybind configuration support
  • Updated default style
  • Fixed weird windowing solutions
  • Widgets and style classes have changed, refer to the README styling section for the new style info
  • Among other things