Commit graph

810 commits

Author SHA1 Message Date
Exidex
a0b4dbe8e9 Prepare for v15 release 2025-02-22 13:52:58 +00:00
Exidex
b7f178666f
Remove Chocolatey install option 2025-02-22 14:51:49 +01:00
Exidex
4d49952ea7
Update CHANGELOG.md 2025-02-22 14:42:42 +01:00
Exidex
0e26ac0ba4
Update CHANGELOG.md 2025-02-16 12:33:59 +01:00
Exidex
435f836eb2
Add support for x86_64 on macOS 2025-02-16 12:33:01 +01:00
Exidex
e49e5a3911
Fix database becoming corrupted after changing theme setting 2025-02-16 12:00:51 +01:00
Exidex
dc8f8d96eb
Fix build on linux 2025-02-16 11:12:59 +01:00
Exidex
3b886b0998
Add screenshot to README.md 2025-02-15 20:47:32 +01:00
Exidex
c18a4050d0
Fix typo in CHANGELOG.md 2025-02-15 20:43:44 +01:00
Michał Kalinowski
f50a9ae51e Don't clear search bar if window is closed using global shortcut 2025-02-15 20:42:45 +01:00
Exidex
047e0c34ca
Update CHANGELOG.md 2025-02-15 20:11:08 +01:00
Benno
652af98544
Localized application names on macOS (#50)
Co-authored-by: Exidex <16986685+exidex@users.noreply.github.com>
2025-02-15 20:09:05 +01:00
Exidex
0c6b0282c2
Refactor 3.5k line file into multiple files 2025-02-15 18:59:12 +01:00
Exidex
2d7af69372
Add --version flag 2025-02-15 09:51:29 +01:00
Exidex
ebc18be7c9
Fix missing cfg causing build to fail on non-linux platforms 2025-02-15 09:41:05 +01:00
Exidex
9f816c52ef
Fix windows build 2025-02-15 09:33:21 +01:00
Exidex
b542633cb6
On X11 listen on _NET_ACTIVE_WINDOW change instead of unfocus event for close-on-unfocus behaviour 2025-02-15 09:29:54 +01:00
Exidex
89c28bae6c
Change global shortcut to be executed on key down instead of key up 2025-02-15 08:21:02 +01:00
Benno
7ce6844ad0 feat: auto scroll to top in window hiding process 2025-02-13 22:07:45 +01:00
Exidex
6be4c2aeae
When using active screen setting for window positioning, position calculated is now relative to size of the screen 2025-02-11 20:51:51 +01:00
Benno
fcbeb20699
Add cmd/ctrl+comma to open settings ui 2025-02-11 20:22:39 +01:00
Benno
c8b3cfe09c
Global shortcut now hides the main window when the window is already open 2025-02-11 20:20:35 +01:00
Exidex
8c017baedd
Try fix github workflow 2025-02-10 21:00:54 +01:00
Exidex
5dade37cb4
Upload artifacts to github actions workflow after building 2025-02-10 20:58:35 +01:00
Exidex
ff1c1b8754
Fix formatting 2025-02-09 14:03:31 +01:00
Exidex
1b8ddf67b1
Implement ability to run entrypoints from cli 2025-02-09 14:00:59 +01:00
Exidex
e36ff58a94
Fix errors now showing up in console when developing 2025-02-08 22:21:01 +01:00
Exidex
9a1ee39485
Fix formatting 2025-02-03 18:18:05 +01:00
Exidex
b949886314
Make subtext in main window search items a little smaller 2025-02-03 18:16:43 +01:00
Exidex
7f185f2972
In search results, move name of plugin to entrypoint name, add entrypoint type in that place use. Use generator name as a type 2025-02-03 18:15:52 +01:00
Exidex
2d083074b1
Run cargo fmt. Add github workflow to validate 2025-02-02 17:10:54 +01:00
Exidex
478c72f69c
Use macOS theme on all platforms by default, instead of legacy theme 2025-02-02 15:48:01 +01:00
Exidex
d06d691a1a
Update CHANGELOG.md 2025-02-01 21:35:15 +01:00
Exidex
f9eeeb6ffd
Update winit fork 2025-02-01 21:08:08 +01:00
Exidex
c3c0ac3cfe
Fix build 2025-02-01 19:56:48 +01:00
Exidex
373909cc68
Add panic hook to log backtrace when plugin runtime panics for easier debugging 2025-02-01 19:10:38 +01:00
Exidex
5e42d0d6bc
Use null files as stderr/stdout/stdin instead of inheriting from parent. Fixes plugin runtime failing to start on windows when using subsystem windows 2025-02-01 14:55:48 +01:00
Exidex
792baa7e6a
Fix global shortcut unregistration failing if previous shortcut registration failed 2025-01-29 23:27:03 +01:00
Exidex
2c3a9f9dd3
Fix error when registering shortcut erroring whole settings window instead of adding an icon 2025-01-29 23:25:30 +01:00
Exidex
c6761e80b2
Use dpi crate from crates.io to avoid multiple instances of same version for cargo vendor 2025-01-28 21:51:15 +01:00
Exidex
19ff11a501
Remove warning from nix README.md because the issue has been fixed 2025-01-20 18:40:24 +01:00
Exidex
39046aabf9 Prepare for v14 release 2025-01-19 19:03:19 +00:00
Exidex
1d9da7ec5b
Bump version in nix overlay 2025-01-19 20:02:25 +01:00
Exidex
a285efc47c
Use thin LTO instead of fat LTO which breaks mouse events on macOS 2025-01-19 19:52:29 +01:00
Exidex
c0e68afc21
Fix build scripts when running locally 2025-01-19 18:46:33 +01:00
Exidex
5f42835c1b
Fix typo in CHANGELOG.md 2025-01-19 15:51:39 +01:00
Exidex
c4e2b763c2
Fix broken build pipeline after previous commit 2025-01-19 13:29:13 +01:00
Exidex
2a7e21c470
Fix broken publish pipeline 2025-01-19 13:17:13 +01:00
Exidex
7bf36f9d8d
Update README.md 2025-01-19 12:36:57 +01:00
Exidex
60a9dccb1d
Fix git pull in wrong place in publish pipeline 2025-01-19 12:36:57 +01:00