Skip to content

Commit

Permalink
v0.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Oct 16, 2024
1 parent 01ce845 commit 23cf835
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
v0.26.5 (2024-10-16)

## Plugins

- Archive **qmlboxmodel**
- **applications**
- Fix segfaults on Qt 6.8
- Add option "split camel case"
- Add option "use acronyms"
- Add terminals debian-uxterm and com.alacritty.Alacritty
- **python**
- Do not allow site_import
- **dictionary**
- Implement FallbackHandler
- **contacts**
- Implement IndexQueryHandler
- Index contacts in background
- Use all available names
- Add website addresses actions

v0.26.4 (2024-09-24)

This version contains the latest fixes.
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.4)
set(PROJECT_VERSION 0.26.5)

project(albert
VERSION ${PROJECT_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion plugins
Submodule plugins updated 53 files
+0 −0 .archive/qmlboxmodel/CMakeLists.txt
+0 −0 .archive/qmlboxmodel/metadata.json
+0 −0 .archive/qmlboxmodel/qmlboxmodel.qrc
+0 −0 .archive/qmlboxmodel/resources/gear.svg
+0 −0 .archive/qmlboxmodel/resources/qml/ActionItemDelegate.qml
+0 −0 .archive/qmlboxmodel/resources/qml/DebugRect.qml
+0 −0 .archive/qmlboxmodel/resources/qml/DefaultStyle.qml
+0 −0 .archive/qmlboxmodel/resources/qml/DesktopListView.qml
+0 −0 .archive/qmlboxmodel/resources/qml/HistoryTextInput.qml
+0 −0 .archive/qmlboxmodel/resources/qml/ResultItemDelegate.qml
+0 −0 .archive/qmlboxmodel/resources/qml/SettingsButton.qml
+0 −0 .archive/qmlboxmodel/resources/qml/albert.js
+0 −0 .archive/qmlboxmodel/src/configwidget.ui
+0 −0 .archive/qmlboxmodel/src/imageprovider.cpp
+0 −0 .archive/qmlboxmodel/src/imageprovider.h
+0 −0 .archive/qmlboxmodel/src/plugin.cpp
+0 −0 .archive/qmlboxmodel/src/plugin.h
+0 −0 .archive/qmlboxmodel/src/propertyeditor/colordialog.cpp
+0 −0 .archive/qmlboxmodel/src/propertyeditor/colordialog.h
+0 −0 .archive/qmlboxmodel/src/propertyeditor/fontlisteditor.cpp
+0 −0 .archive/qmlboxmodel/src/propertyeditor/fontlisteditor.h
+0 −0 .archive/qmlboxmodel/src/propertyeditor/propertyeditor.cpp
+0 −0 .archive/qmlboxmodel/src/propertyeditor/propertyeditor.h
+0 −0 .archive/qmlboxmodel/src/qmlinterface.cpp
+0 −0 .archive/qmlboxmodel/src/qmlinterface.h
+0 −0 .archive/qmlboxmodel/src/window.cpp
+0 −0 .archive/qmlboxmodel/src/window.h
+1 −1 applications/CMakeLists.txt
+18 −14 applications/i18n/applications.ts
+23 −39 applications/i18n/applications_de.ts
+1 −20 applications/src/mac/configwidget.ui
+3 −9 applications/src/mac/plugin.cpp
+98 −14 applications/src/pluginbase.cpp
+10 −0 applications/src/pluginbase.h
+28 −26 applications/src/xdg/configwidget.ui
+8 −10 applications/src/xdg/plugin.cpp
+2 −2 contacts/CMakeLists.txt
+67 −0 contacts/i18n/contacts.ts
+91 −0 contacts/i18n/contacts_de.ts
+0 −0 contacts/metadata.json
+9 −4 contacts/src/plugin.h
+275 −0 contacts/src/plugin.mm
+0 −31 contacts_macos/i18n/contacts_macos.ts
+0 −31 contacts_macos/i18n/contacts_macos_de.ts
+0 −125 contacts_macos/src/plugin.mm
+1 −1 dictionary/CMakeLists.txt
+9 −1 dictionary/i18n/dictionary.ts
+10 −2 dictionary/i18n/dictionary_de.ts
+13 −4 dictionary/src/plugin.h
+145 −22 dictionary/src/plugin.mm
+1 −1 python/CMakeLists.txt
+1 −1 python/pybind11
+2 −0 python/src/plugin.cpp

0 comments on commit 23cf835

Please sign in to comment.