Commit graph

160 commits

Author SHA1 Message Date
Exidex
56096f84fe Prepare for v8 release 2024-09-07 10:41:21 +00:00
Exidex
bfa9a2e876
Whoopsies! 2024-09-06 19:02:56 +02:00
Exidex
395fc5b33a
Move back to using on the fly logs for npm build 2024-09-06 18:37:05 +02:00
Exidex
bfe3589cd7
Do not call command generators before reloading search index after frecency mark 2024-09-05 20:52:46 +02:00
Exidex
0bce0a528f Prepare for v7 release 2024-08-30 13:50:17 +00:00
Exidex
ffbebd437c
Sign, notarize and staple macos dmg 2024-08-25 11:17:38 +02:00
Exidex
ec285a4cb6
Add ability to skip parts of publish workflow. Release undraft now needs to be done manually 2024-08-24 17:40:00 +02:00
Exidex
69935c8d7b
Fix build on windows 2024-08-15 18:25:06 +02:00
Exidex
b5be1769c4
Build and publish pipeline for windows including installer 2024-08-15 18:16:17 +02:00
Exidex
4e3b023fef
Add service, desktop and icon files to linux tar.gz archive 2024-08-11 11:48:08 +02:00
Exidex
c02af18c18
Move macos assets into subdirectory 2024-08-10 20:23:47 +02:00
Exidex
1dbd068441
Add proper types to make it explicit what value could be returned from command and generated command 2024-08-10 15:10:53 +02:00
Exidex
764ca8391c Fix generator commands blocking plugin from being stopped/stopped 2024-08-07 11:32:44 +02:00
Exidex
06db1ffa30 Fix being unable to stop plugin if there is unresolved pending promise 2024-08-06 18:16:52 +02:00
Exidex
2f2f2fd4c5 Fix Deno runtime being unable to terminate after usage of React to render view 2024-08-05 22:35:14 +02:00
Exidex
5cd3d53c47 Tweak plugin event stopped loop 2024-08-05 21:50:42 +02:00
Exidex
3a43280b93 Allow for icon in GeneratedCommand to be undefined 2024-08-05 21:49:54 +02:00
Exidex
edfb5f753c Release v6 2024-08-04 18:48:51 +00:00
Exidex
4d8973074e Revert "Temporary workaround for core dump on startup in release mode by using debug mode. Slower but at least works"
This reverts commit eccd5d1c32.
2024-07-31 21:31:16 +02:00
Exidex
00271b9d55 Replace console.log in js core with internal api log, so it isn't shown in dev server console 2024-07-22 21:26:57 +02:00
Exidex
f269e56c66 Replace frontend grpc server with in-process channel communication 2024-07-21 18:03:07 +02:00
Exidex
3d847a283e Quick implementation of image fetch from url 2024-07-21 15:33:37 +02:00
Exidex
5c19f79574 ImageSource on js plugin side is now just a reference to asset instead of binary array with image 2024-07-21 13:30:26 +02:00
Exidex
8a73b13fc2 Write local plugin logs to file, so it can be shown in "npm run dev" console 2024-07-18 20:42:07 +02:00
Exidex
0bb63db8b8 Release v5 2024-07-07 09:02:22 +00:00
Exidex
eccd5d1c32 Temporary workaround for core dump on startup in release mode by using debug mode. Slower but at least works 2024-07-07 09:56:38 +02:00
Exidex
f30a952d3b Revert "Do not try to render inline view when search string is empty. Also work around for strange deno crash in release mode right after startup."
This reverts commit b642d43be9.
2024-07-07 09:50:24 +02:00
Exidex
725c1fde15 Revert "Temporary workaround for core dump on macOS in release mode"
This reverts commit e8148bf01a.
2024-07-05 19:37:31 +02:00
Exidex
b642d43be9 Do not try to render inline view when search string is empty. Also work around for strange deno crash in release mode right after startup. 2024-07-05 19:34:12 +02:00
Exidex
b6cf408350 Release v4 2024-06-20 18:38:35 +00:00
Exidex
e8148bf01a Temporary workaround for core dump on macOS in release mode 2024-06-20 20:25:13 +02:00
Exidex
63e7403281 Release v3 2024-06-16 14:24:13 +02:00
Exidex
56626c5145 Yet another attempt to fix pipeline 2024-06-16 14:24:13 +02:00
Exidex
3bbefe2967 Workaround for get release by tag not working for draft releases 2024-06-16 14:24:13 +02:00
Exidex
77f2c4a1c9 Fix every place in release workflow using previous release number instead of the new one 2024-06-16 14:24:13 +02:00
Exidex
f7d221529e Fix release workflow trying to add binary to previous release 2024-06-16 14:24:13 +02:00
Exidex
503e5d16fd Try fix another 'Cannot access 'octokit' before initialization' in pipeline 2024-06-16 14:24:13 +02:00
Exidex
036ba43c78 Try fix 'Cannot access 'octokit' before initialization' in pipeline 2024-06-16 14:24:00 +02:00
Exidex
74e8fceb44 Fix invalid bump npm version command in release pipeline 2024-06-15 20:08:07 +02:00
Exidex
fa51adff11 Implement Clipboard API 2024-06-13 21:27:42 +02:00
Exidex
d6573669ed Fix view events not working after search index update 2024-06-13 20:58:13 +02:00
Exidex
1ef351b2d3 Cleanup some old not used functions 2024-06-11 21:33:57 +02:00
Exidex
b194488178 Rework startup. Frontend is in the same process as server. If server is already running, gui is opened. Added --minimized flag to start server without opening gui 2024-06-09 10:07:16 +02:00
Exidex
c48290c70e Add macOS application icon 2024-06-07 20:42:11 +02:00
Exidex
47024b9290 MacOS release flow. Refactor CI pipelines 2024-06-07 20:41:04 +02:00
Exidex
b68b56d36c Fix useEffect destructors not being called when view is closed 2024-06-02 21:14:46 +02:00
Exidex
2308204fe0 Fix react warning about required key prop 2024-06-02 19:28:29 +02:00
Exidex
1775bf9753 Remove Detail component from Grid 2024-05-30 22:04:35 +02:00
Exidex
7ecd12985e Kill mock backend if frontend failed 2024-05-30 22:03:30 +02:00
Exidex
d7be24cb1f Add parameters to scenario runner to restrict amount of plugins or entrypoint run 2024-05-30 17:35:46 +02:00