Commit graph

357 commits

Author SHA1 Message Date
Exidex
63e7403281 Release v3 2024-06-16 14:24:13 +02:00
Exidex
24fe753718 Fix secrets not being available in the publish-final-project job 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
5144383a87 Reword item in CHANGELOG.md 2024-06-16 14:24:13 +02:00
Exidex
a6261d0acc Fix missing github-release-id input on setup-macos workflow 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
59e51b0a81 Fix XProtectBehaviorService blocking hdiutil which creates dmg file 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
d9728f6c50 Fix broken release github actions workflow 2024-06-15 20:00:01 +02:00
Exidex
4f80148c64 Update README.md 2024-06-15 19:39:20 +02:00
Exidex
6c3963a3ae Update CHANGELOG.md 2024-06-15 19:39:13 +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
76a308b8c2 Fix scenario runner build 2024-06-13 17:52:07 +02:00
Exidex
1ef351b2d3 Cleanup some old not used functions 2024-06-11 21:33:57 +02:00
Exidex
41787cdad4 Split js module into multiple files 2024-06-11 21:27:22 +02:00
Exidex
f71d1d0f6c Hide ui by default on auto startup 2024-06-09 22:00:42 +02:00
Exidex
14f995f35f Update search result items in ui on fly if search index was updated 2024-06-09 21:55:17 +02:00
Exidex
0a8992d584 Update iced fork to latest 2024-06-09 19:27:15 +02:00
Exidex
9d38498f70 Use login items instead of launch agents on macOS
https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/DesigningDaemons.html
2024-06-09 12:36:27 +02:00
Exidex
5dec571b0e Disable NSSupportsAutomaticTermination and NSSupportsSuddenTermination on macOS 2024-06-09 12:33:23 +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
3eae9013e0 Fix the rest invalid usages of github action uses field 2024-06-08 17:24:56 +02:00
Exidex
4935ffd0d1 Fix frontend not starting in release mode 2024-06-08 17:19:43 +02:00
Exidex
0b78e1bb24 Fix both uses and steps used at the same time in github actions 2024-06-07 21:20:39 +02:00
Exidex
1ee175ab83 Fix "Unable to locate package protobuf-compiler" in github actions 2024-06-07 21:13:37 +02:00
Exidex
f55272a820 Fix invalid usage of uses for reusable workflow 2024-06-07 21:12:55 +02:00
Exidex
ed83111449 Revert "Fix missing github action workflow files because of attempt to use them before checkout"
This reverts commit 8d6d6f5fcb.
2024-06-07 21:10:43 +02:00
Exidex
8d6d6f5fcb Fix missing github action workflow files because of attempt to use them before checkout 2024-06-07 21:02:41 +02:00
Exidex
c36e23905b Implement autolaunch on startup for macOS and Windows. Server is now started with plain executable without arguments 2024-06-07 20:44:29 +02:00
Exidex
15ff8387e1 Hide application from dock on macOS 2024-06-07 20:42:11 +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
cba4a78cae Fix foreign key in primary keys of frecency table blocking other operations 2024-06-07 19:28:39 +02:00
Exidex
af2f00c670 Fix height of root content 2024-06-07 16:59:11 +02:00
Exidex
89267c91e6 Implement frecency based sorting of items in main view 2024-06-06 22:39:40 +02:00
Exidex
02325d0fc4 Replace prefix search matching with substring matching. Return intersection of queries of space separated search terms instead of union 2024-06-04 22:15:00 +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
80a3014bd6 Sort ExternalTheme struct field 2024-06-02 13:55:00 +02:00
Exidex
794cefdb46 Move the rest of main window styling to the themable_widget module 2024-06-02 13:50:27 +02:00
Exidex
5bf9d2db69 External theme initial structure
Add align_items to row if custom padding can mess up the layout
2024-06-01 21:55:31 +02:00
Exidex
b166d54f71 Move all ui spacing number to separate module 2024-06-01 16:22:51 +02:00
Exidex
03f7ea1c72 Tweak detail content code block scenario 2024-05-31 15:35:45 +02:00
Exidex
d13c3192f6 Fix content image scenario 2024-05-31 15:34:16 +02:00
Exidex
7efd9b27ae Remove vertical separator line in details view when there is no content 2024-05-31 15:33:02 +02:00