Skip to content

Commit

Permalink
v0.26.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Dec 30, 2024
1 parent 0a16060 commit 606fc4a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
v0.26.11 (2024-12-30)

## Albert

- Add a motivating text in the plugin settings placeholder page

## Plugins

- **timer** Allow h, m, s durations
- Clean obsolete translations
- User timer emoji icon
- **caffeine** Fix non-persistent default interval
- **menubar** Do not retain NSRunningApplication forever
Rather keep its PID for comparison.
- **widgetsboxmodel** Update icon handling
- Do not upscale icons that are smaller than requested
- Draw the icon such that it is centered in the icon area
- **chromium** Update bookmark icon
Also avoid usage of xdg: schemes on other than linux platforms
- **websearch** Change icon sizes which lead to blurry output
- **applications** Change missing terminal link to issues choice

v0.26.10 (2024-12-06)

## Albert
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cmake_minimum_required(VERSION 3.22) # Ubuntu 22.04

# dont touch! set by metatool
set(PROJECT_VERSION 0.26.10)
set(PROJECT_VERSION 0.26.11)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down

0 comments on commit 606fc4a

Please sign in to comment.