Commit graph

49 commits

Author SHA1 Message Date
Ashley Wulber
0b8e385f36
feat(plugins): add cosmic toplevel plugin 2023-02-03 18:35:13 +01:00
Michael Aaron Murphy
5bd55a3a7c
chore(release): 1.2.2 2022-11-07 17:08:26 +01:00
Michael Aaron Murphy
8ec0ce9224
chore: Update dependencies 2022-11-07 17:08:22 +01:00
Thomas Ruprecht
4eef0caae5
feat(service): prefer recently/often used applications in search 2022-11-01 22:41:23 +01:00
Paul Delafosse
3f8253ad76 docs(toolkit): add a plugin example 2022-05-26 16:54:06 +02:00
Paul Delafosse
8293392969 feat: add 'plugin_trait' feature to pop-launcher-toolkit 2022-05-26 16:54:06 +02:00
Paul Delafosse
47852e53cb feat: add a toolkit crate for both client and pop-launcher-bin 2022-05-12 23:56:19 +02:00
Michael Aaron Murphy
60cd2e7154 perf: Use rustls instead of libssl1.1 2022-03-30 19:06:53 +02:00
Michael Aaron Murphy
33b9a02aab chore(release): 1.2.1 2022-03-30 19:06:53 +02:00
Michael Aaron Murphy
fa8439bba6 perf: Remove some unused dependency features 2022-03-30 19:06:53 +02:00
Michael Aaron Murphy
34c75cc2b9 chore: Use mimalloc; 2x faster than glib malloc 2022-03-30 19:06:53 +02:00
Michael Aaron Murphy
95e96c8958 feat: pop-launcher plugin logging when RUST_LOG=debug enables it 2022-03-29 01:52:13 +02:00
Michael Aaron Murphy
45fe9612f3 chore(release): 1.2.0 2022-03-29 01:52:13 +02:00
Michael Aaron Murphy
ade8dc1950 feat(recent): Get recently-used files without GTK dependency 2022-03-29 01:52:13 +02:00
Michael Aaron Murphy
7b98785c27 refactor: Replace isahc with reqwest 2022-03-29 01:52:13 +02:00
Michael Aaron Murphy
dbfb3921ae feat: Switch from smol runtime to tokio 2022-03-29 01:52:13 +02:00
Michael Aaron Murphy
4153f9f060 refactor: Favor futures crate over futures-lite to reduce dependencies 2022-03-29 01:52:13 +02:00
Michael Aaron Murphy
b770b59e7b fix: Use dirs crate for home_dir() function 2022-03-29 01:52:13 +02:00
Michael Aaron Murphy
e578f2d19c refactor: Replace postage with flume 2022-03-29 01:52:13 +02:00
Michael Aaron Murphy
6057888643 chore: Update dependencies 2022-03-29 01:52:13 +02:00
Michael Aaron Murphy
eb6028f8fc fix: Show context for graphics only if switchable graphics found 2022-03-07 16:08:48 +01:00
Michael Aaron Murphy
563128904b chore: Update dependencies 2022-03-01 17:55:28 +01:00
Michael Aaron Murphy
8eb3104920 feat(desktop-entries): Nix application paths support 2021-12-21 14:39:28 -07:00
Michael Aaron Murphy
98e386621e feat(service): Add IpcClient API 2021-11-30 09:47:33 -07:00
Michael Aaron Murphy
14aa06aaba
chore(release): 1.1.0 2021-11-22 22:10:20 +01:00
Michael Aaron Murphy
170c6bbfb2 chore(release): Release 1.0.3 2021-10-31 16:08:34 +01:00
Michael Aaron Murphy
5a4b829e17 chore: Update dependencies 2021-10-31 16:08:34 +01:00
nedia
857acd1ed8 fix(find): Fallback to fd if fdfind is not found 2021-10-31 16:08:34 +01:00
Paul Delafosse
589dcb1cb3
feat(web): Fetch and cache favicons 2021-10-19 15:10:46 +02:00
Michael Aaron Murphy
60799fb544 fix(desktop-entries): Adhere to NotShowIn restriction
Closes #20
2021-10-05 17:44:48 +02:00
Michael Aaron Murphy
4a5f9b09c0 chore(release): 1.0.1 2021-09-08 22:50:28 +02:00
Michael Aaron Murphy
77503b1545 chore: Remove dependency on futures-codec
We were only using it for splitting lines, which is already possible
without it.
2021-08-26 18:42:56 +02:00
Michael Aaron Murphy
4abe6a894a improv(service): Use postage with futures traits 2021-08-25 19:19:39 +02:00
Michael Aaron Murphy
9c491a4f9f feat(service): Support use as a library 2021-08-25 18:57:17 +02:00
Michael Aaron Murphy
dbcf28b3d8 feat(recent): Convert from GJS to Rust. GJS no longer required 2021-08-24 21:56:42 +02:00
Michael Aaron Murphy
d16a9a6494 feat(pulse): Convert from GJS to Rust 2021-08-20 21:15:13 +02:00
Michael Aaron Murphy
d6e93877ad fix(desktop-entries): Update dependency to use X-Ubuntu-Gettext-Domain translations 2021-08-20 21:14:31 +02:00
Michael Aaron Murphy
bce7fc294e fix(desktop-entries): Update dependency that fixes localizations 2021-08-20 18:21:13 +02:00
Michael Aaron Murphy
c26c05f52e chore(rust): 1.51 is now the minimum-supported compiler 2021-08-19 20:22:42 +02:00
Michael Aaron Murphy
810cf39580 improv(feat): Load configs in parallel based on num of CPUs 2021-08-19 18:38:25 +02:00
Michael Aaron Murphy
d29268d8be feat(files): Convert to Rust 2021-08-18 13:55:06 +02:00
Michael Aaron Murphy
bc1fc717b1 feat(calc): Convert to Rust w/ Qalc 2021-08-18 13:33:38 +02:00
Michael Aaron Murphy
8b4fbf441f fix(service): Switch from flume to postage to fix out-of-order communication 2021-08-17 13:01:08 +02:00
Michael Aaron Murphy
2805d43b2b fix: Packaging for focal 2021-08-16 16:47:41 +02:00
Michael Aaron Murphy
48f09be4c9 improv(plugins): Convert web plugin to Rust plugin, with config support 2021-08-16 13:19:06 +02:00
Michael Aaron Murphy
ebb3e83b73 feat(library): Add constants for plugin paths 2021-08-16 13:17:39 +02:00
Michael Aaron Murphy
88acf0a74e improv: Separate components & merge plugins binary with launcher service 2021-08-14 14:31:31 +02:00
Michael Aaron Murphy
43a4229ba7 fix(debian): Attempt to fix issue resolving flume during offline build 2021-08-14 00:10:36 +02:00
Michael Aaron Murphy
8b3b95aae8 Initial Release 2021-08-13 19:18:05 +02:00