Commit Graph

258 Commits

Author SHA1 Message Date
Andelf
4b4b4e8871 chore(release): bump version 0.9.13 2023-08-02 01:03:25 +08:00
Andelf
486edc31c0 chore(release): release 0.9.12 2023-08-01 21:52:12 +08:00
Andelf
5cab22187c chore(release): bump version 0.9.11 2023-07-19 18:44:23 +08:00
Bad3r
fb2e1e82eb chore(deps): Fix CVE-2023-2931 in Electron 24 [minor change] (#9854) 2023-07-19 10:47:25 +08:00
Konstantinos Kaloutas
5c720a9463 reintroduce rebuild:all 2023-06-28 13:56:30 +08:00
Konstantinos Kaloutas
bf7ff7df59 chore: upgrade electron 2023-06-28 13:56:30 +08:00
Andelf
1ace008b5b chore(release): bump version 0.9.10 2023-06-28 00:48:15 +08:00
Andelf
9349f1a994 chore(deps): update rsapi 2023-06-26 19:20:04 +08:00
Andelf
2cd8630f6b chore(deps): update rsapi, 2 stage merge 2023-06-26 19:20:04 +08:00
Andelf
997a0d9eff chore(release): bump version 0.9.9 (#9637) 2023-06-13 17:37:21 +08:00
David Laing
a88e03b50d Bump dependency dugite from 1.8.0 to 2.5.0 (#9579)
* Bump dependency dugite from 1.8.0 to 2.5.0

Addresses #9534 related to `warning: Empty last update token` errors being thrown on Mac OS

---------

Co-authored-by: Andelf <andelf@gmail.com>
2023-06-06 17:23:45 +08:00
Andelf
82cf4d3c65 chore(release): bump version 0.9.8 2023-05-24 02:40:19 +08:00
Andelf
00a304e49c chore(release): bump version 0.9.7 2023-05-23 23:51:53 +08:00
Andelf
42dd084544 chore(release): bump version 0.9.6 (#9376) 2023-05-12 20:10:24 +08:00
Andelf
810e7163c5 chore(release): bump version 0.9.5 2023-05-10 22:04:28 +08:00
Andelf
bebc3bd9f7 chore(release): bump version 0.9.4 2023-04-25 19:55:25 +08:00
Andelf
897a6af010 chore(deps): update rsapi, refine logs 2023-04-19 21:25:18 +08:00
Andelf
3cdddeab55 chore(release): bump version 0.9.3 2023-04-19 21:25:18 +08:00
Andelf
cc87fa4c17 chore(deps): update rsapi, refine certs check 2023-04-18 23:10:38 +08:00
Andelf
0e4792f596 chore: bump version 0.9.2 2023-04-13 00:01:13 +08:00
Andelf
428d1da0d4 chore: release 0.9.1 2023-03-29 18:51:07 +08:00
Andelf
7d92a3172e chore(release): bump version 0.9.0 2023-03-28 09:18:24 +08:00
Andelf
b8dfac04d2 fix(rsapi): use system certs 2023-03-01 21:59:09 +08:00
Andelf
db76ba885c chore(release): bump version 0.8.18 2023-03-01 15:23:15 +08:00
Andelf
8b2c50dd06 chore(deps): update rsapi
- fix http2 deps
- add freebsd build
2023-02-21 22:27:50 +08:00
charlie
164ac64be9 improve(apis): support CORS for http server 2023-02-20 16:26:03 +08:00
Andelf
58d1928cde chore: bump version 0.8.17 2023-02-10 11:57:37 +08:00
Andelf
924b945b32 enhance(sync): add native logging for desktop and android 2023-02-04 18:28:07 +08:00
Andelf
6d62848386 fix(sync): revert age upgrade
Close #8497
2023-02-02 23:11:24 +08:00
Andelf
29efeeb68a chore: update rsapi 2023-02-01 21:54:46 +08:00
Andelf
4916406111 chore(deps): update rsapi, add upload retries 2023-01-16 00:21:02 +08:00
Andelf
3a7d16683c fix(sync): update deps, fix expired token issue 2023-01-13 22:15:36 +08:00
Andelf
b5b1a46215 chore: bump version 0.8.16 2023-01-12 21:05:10 +08:00
Konstantinos
2e929ebb21 Chore(deps): Upgrade electron to 20 (#7692)
upgrade electron to 21
2023-01-09 13:57:41 +08:00
Andelf
7fd33b5971 chore(release): bump version 0.8.15
Related #8152
2022-12-29 22:51:11 +08:00
Charlie
51aaa02e76 Feat: APIs http server (#7699)
http server
2022-12-29 22:30:44 +08:00
Andelf
5b25641785 fix(rsapi): add fname unicode normalization 2022-12-29 20:43:33 +08:00
Andelf
0c4198c824 chore: bump version 0.8.14 2022-12-20 21:41:13 +08:00
Charlie
020317911f Enhance/plugin APIs (#7555)
* feat: WIP native cli command support

* Add :shell/command-whitelist option

* Integrate cli to code block

* Add :code-block/command-whitelist option

* fix: size of icon

* improve(shell): cache user shell whitelist on application configures file

* improve(electron): promisify run cli command

* chore(libs): update version

* fix(plugin): incorrect payload of pdf highlights section hook

* improve(plugin): block renderer with specific block uuid

* improve(plugin): expose logger for user lib

* improve(plugin): block hooks type

* improve(plugin): block slot hook with specific block

* improve(plugin): auto generate key for provide UI options

* improve(plugin): style of injected ui container

* improve(plugin): types

* improve(plugin): async messaging api from host to plugin

* improve(plugin): add types

* improve(apis): get external plugin metadata

* improve(apis): invoke external plugin impls

* improve(apis): call external plugin impls for simple commands

* enhance(apis): datascript query api for predicate inputs

* enhance(apis): datascript query api for predicate inputs

* fix(apis): redundant args of datascript query api

* enhance(plugins): position of float ui container

* enhance(plugins): style of setting options

* enhance(plugins): layouts data for float ui

* chore(plugins): update CHANGELOG.md

* improve(apis): add types

* chore: fix some inclusive terms

* improve(apis): types

* chore(plugins): update CHANGELOG.md

* chore(plugins): build libs

* chore: update CHANGELOG.md

* chore: remove experiemental alda integration

* fix(lint): remove unused methods

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Andelf <andelf@gmail.com>
2022-12-19 20:23:25 +08:00
Andelf
6c4dd0b438 chore(deps): update rsapi, add socks proxy support 2022-12-19 13:09:24 +08:00
Andelf
9a4541c7f5 feat(sync): impl proxy support
refactor: use system proxy when possible
chore: update yarn.lock
2022-12-19 13:09:24 +08:00
Andelf
7a0555a9fc chore: bump version 0.8.13 2022-12-03 03:35:44 +08:00
Andelf
c5bcbdd025 chore(deps): update file-sync deps
enhance: use armor=false for encryption
2022-12-03 00:32:13 +08:00
Andelf
88b160e215 chore(dev): cleanup unused package.json entries 2022-12-03 00:28:42 +08:00
Andelf
ee14560b2b chore(deps): update electron 19.1.8
fix(test): shard test
2022-11-30 11:22:55 +08:00
Tienson Qin
3bb17b46fd chore: bump to 0.8.12 2022-11-23 21:09:29 +08:00
Tienson Qin
a939767aaf chore: bump to 0.8.11 2022-11-11 20:43:37 +08:00
Konstantinos
0aaba519cc Fix: Appimage desktop file entries (#7219)
* appimage test

* add mimeType option

* transfer fork to logseq

* appimage test

* add mimeType option

* transfer fork to logseq

* add package name

* fix: product name

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-11-05 15:39:46 +08:00
Tienson Qin
52324b0ff2 chore: bump to 0.8.10 2022-10-28 21:13:03 +08:00
Tienson Qin
2198d19c74 chore: update other files 2022-10-19 01:51:41 +08:00