Skip to content

Commit

Permalink
v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Aug 16, 2024
1 parent 8981200 commit bf6038c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
v0.26.0 (2024-08-16)

[albert]

- Give QIcon::fromTheme another try
- API
- Remove const from GQH::hgq and GQH::heq
- Drop albert::runTerminal. Moved to applications plugin.
- Make private property available in subclasses
- Add getter for plugin dependecies

[plugins]

- [system:10.0]
- Add inhibit sleep feature
- [docs:3.17] Be more tolerant with anchors
Macos and Win cant handle anchors. Use it though because it is still better than
skipping the item entirely.
- [applications:12.0]
- Move terminal detection here
- Proper flatpak terminal support
- Add public interface to run terminals
- Proper platform abstraction
- Foundation for xdg-terminal-execute
- Foundation for URL scheme and mime type handlers

[python]

- [inhibit_sleep] Archive. Moved to system plugin.
- [docker:3.0] Revert to trigger query handling
Global query handler not applicable, queries take seconds sometimes
- [unit_converter:1.6] Port to API v2
- [jetbrains:2.0]
- Add Aqua and Writerside
- [tex_to_unicode:1.3] Port to v2.3
Author is okay with license change. See https://github.com/orgs/albertlauncher/discussions/1391#discussioncomment-10263863

v0.25.0 (2024-08-02)

[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.25.0)
set(PROJECT_VERSION 0.26.0)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion i18n
Submodule i18n updated 2 files
+2 −144 albert.ts
+6 −137 albert_de.ts
2 changes: 1 addition & 1 deletion plugins
Submodule plugins updated 128 files

0 comments on commit bf6038c

Please sign in to comment.