Commit graph

272 commits

Author SHA1 Message Date
Exidex
8bead2311b Release v2 2024-04-30 11:44:27 +00:00
Exidex
3b0f2d0585 Bump tools version 2024-04-30 13:39:13 +02:00
Exidex
2a7b3d4578
Video demo 2024-04-30 13:21:40 +02:00
Exidex
a540a37e94 Revert "Auto-enable plugin after download"
This reverts commit a7ee32763c.
2024-04-30 10:47:55 +02:00
Exidex
ad8043983c Fix plugin still running after being removed via settings 2024-04-30 09:02:52 +02:00
Exidex
a7ee32763c Auto-enable plugin after download 2024-04-30 08:37:32 +02:00
Exidex
1df1458291 Fix broken plugin download 2024-04-29 22:19:11 +02:00
Exidex
5e320e3de4 IPC protocol change is a breaking change because of tools 2024-04-29 17:54:18 +02:00
Exidex
b1755143a9 Tweak README.md 2024-04-29 17:53:53 +02:00
Exidex
fa9811b33f Fix package-lock.json containing relative path 2024-04-29 17:46:39 +02:00
Exidex
e4bb689865 Add a couple of debug logs to debug publishing 2024-04-29 15:18:19 +02:00
Exidex
f1f69bed55 Bump tools version 2024-04-29 14:59:34 +02:00
Exidex
451488326e Update README.md and CHANGELOG.md 2024-04-29 14:45:37 +02:00
Exidex
2f62947af7 Fix compilation on macOS 2024-04-29 13:08:19 +02:00
Exidex
38f87cadd0 Fix release cargo feature not existing 2024-04-29 12:56:58 +02:00
Exidex
a6adcd8dd3 Fix grid item title now being shown sometimes 2024-04-28 20:37:36 +02:00
Exidex
f064f68939 Fix grid and list items not being show if there are no sections 2024-04-28 19:21:12 +02:00
Exidex
705b942fcf Fix item cache creation failing because multiple plugins modified cache at once 2024-04-27 21:58:30 +02:00
Exidex
00a8ecec14 Publish tar.gz instead of plain binary 2024-04-24 21:15:19 +02:00
Exidex
8249dc55fe Fix broken search index after disabling entrypoint or plugin 2024-04-23 21:42:03 +02:00
Exidex
b29dc12832 Reset scrollable in main window when showing it 2024-04-23 19:37:54 +02:00
Exidex
205930fc43 Invert "dev" feature into "release". Default cargo build will not mess up your local env 2024-04-22 21:29:04 +02:00
Exidex
baa7cdd516 Change padding a little on entrypoint icon 2024-04-22 21:28:04 +02:00
Exidex
e5a868c443 Align entrypoint name when no icon is provided 2024-04-22 20:50:35 +02:00
Exidex
1dcc006151 Move plugin name to right side of the main window 2024-04-22 18:30:15 +02:00
Exidex
92897e56df Show calculator inline view only when entered text has 3 or more chars 2024-04-22 18:10:57 +02:00
Exidex
0ce73d39bc Implement application plugin and icons support for entrypoint 2024-04-21 21:42:05 +02:00
Exidex
f322f40881 Add builtin plugin to open gauntlet settings 2024-04-17 20:27:35 +02:00
Exidex
0c8bfc9069 Pressing enter in main view when text field is focused selects first item 2024-04-17 19:51:50 +02:00
Exidex
3ee15b7357 Do not show calculator inline view if the expression and result is the same 2024-04-16 20:45:46 +02:00
Exidex
b682011b5d Fix unstable ordering of shared types in component model, leftovers 2024-04-16 20:45:10 +02:00
Exidex
61254fe1b3 Fix unstable ordering of shared types in component model 2024-04-16 20:39:04 +02:00
Exidex
35648f3003 Fix jittering when trying to render inline component 2024-04-16 20:35:48 +02:00
Exidex
29057173ec Fix unicode white square for calculator queries like: 5 days to years 2024-04-16 19:51:33 +02:00
Exidex
f132fa087f Implement calculator plugin using numbat crate 2024-04-16 19:45:47 +02:00
Exidex
c7ce64090f Add ability to remove plugins 2024-04-16 17:55:12 +02:00
Exidex
ca15574181 Show error view when plugin or gauntlet throws exception when rendering 2024-04-15 20:48:25 +02:00
Exidex
5a2443805f Keyboard navigation for main view 2024-04-15 17:22:42 +02:00
Exidex
03c77c85e9 Center content when it is inside an inline or a grid item 2024-04-14 17:58:57 +02:00
Exidex
6efa7390f8 Half of a fix for shortcuts on gnome 2024-04-14 14:05:09 +02:00
Exidex
1024f2bc20 Remove workaround for imagesource being an object 2024-04-14 13:09:05 +02:00
Exidex
844166d56b Add proper support for icons 2024-04-12 22:05:16 +02:00
Exidex
4efa9c7729 Show effective shortcut in action panel items 2024-04-07 16:17:01 +02:00
Exidex
91ee2d27bd Implement opening functionality of link 2024-04-07 09:23:50 +02:00
Exidex
21d5c8f636 Remove link component from content 2024-04-07 08:41:01 +02:00
Exidex
b91adb98d5 Temporarily disable bundle plugins 2024-04-06 20:02:32 +02:00
Exidex
49161ec263 Fix incorrect proportion in detail view 2024-04-06 19:59:51 +02:00
Exidex
35d419bcac Add entrypoint name to the bottom panel of view 2024-04-06 19:53:23 +02:00
Exidex
903079f7e4 Implement core of the grid view 2024-04-06 19:07:08 +02:00
Exidex
cb14a5190a Add comment about potentially failing Open settings button 2024-04-02 18:25:36 +02:00