Skip to content

Releases: albertlauncher/albert

v34.0.10

13 Feb 20:31

Choose a tag to compare

Features

Plugins

Performance

Plugins

Fixes

Core

v34.0.9

13 Feb 11:48

Choose a tag to compare

Fixes

Core

Plugins

v34.0.8

13 Feb 09:45

Choose a tag to compare

Fixes

Plugins

Miscellaneous Tasks

Core

Plugins

Full Changelog: v34.0.7...v34.0.8

v34.0.7

12 Feb 22:29

Choose a tag to compare

Full Changelog: v34.0.6...v34.0.7

v34.0.6

12 Feb 12:21

Choose a tag to compare

Full Changelog: v34.0.5...v34.0.6

v34.0.5

04 Feb 13:04

Choose a tag to compare

Full Changelog: v34.0.4...v34.0.5

v34.0.3

28 Jan 14:38

Choose a tag to compare

Full Changelog: v34.0.2...v34.0.3

v34.0.2

21 Jan 18:11

Choose a tag to compare

Full Changelog: v34.0.1...v34.0.2

v34.0.1

20 Jan 00:35

Choose a tag to compare

Full Changelog: v34.0.0...v34.0.1

v34.0.0

19 Jan 16:01

Choose a tag to compare

Highlights

  • Query system redesign: stateful asynchronous query handlers enable lazy query processing. This significantly reduces query latency and supports infinite scrolling. Generator-based subclasses allow writing linear, readable code while remaining fully asynchronous.

  • Internationalized tokenization: queries are now tokenized using Unicode word boundaries, enabling correct splitting of non-Latin scripts.

  • Improved API structure and documentation: API restructuring reduces the cognitive load for plugin developers.

  • Asynchronous plugin initialization: gives implementations control over how plugins are initialized, improving performance and reducing UI freezes.

  • Plugins

    • Added Homebrew plugin.
    • Added Firefox plugin.
    • Renamed the PATH plugin to Commandline.
    • Removed the QStylesheets-based widgets box model frontend.

Details

Features

Core

Plugins

API

Core

Plugins

Performance

Plugins

Fixes

Core

Plugins

Read more