link2xt
b7be0b7bf6
chore(release): prepare for 1.147.0
2024-10-05 18:04:17 +00:00
link2xt
fa9bd7f144
chore(release): prepare for 1.146.0
2024-10-03 17:21:42 +00:00
link2xt
02db6bcb8e
chore(release): prepare for 1.145.0
2024-09-26 19:22:10 +00:00
link2xt
486ea3a358
chore(release): prepare for 1.144.0
2024-09-21 18:53:02 +00:00
link2xt
0c33064193
chore(release): prepare for 1.143.0
2024-09-12 01:52:14 +00:00
link2xt
e4ebb91712
chore(release): prepare for 1.142.12
2024-09-02 23:57:32 +00:00
link2xt
fcf3dbbad4
chore(release): prepare for 1.142.11
2024-08-30 22:37:12 +00:00
link2xt
2dd85afdc2
chore(release): prepare for 1.142.10
2024-08-26 18:53:03 +00:00
link2xt
495337743a
chore(release): prepare for 1.142.9
2024-08-24 21:42:49 +00:00
link2xt
0d0f556f21
chore(release): prepare for 1.142.8
2024-08-21 12:44:16 +00:00
link2xt
8538a3c148
chore(release): prepare for 1.142.7
2024-08-17 16:00:42 +00:00
link2xt
ed74f4d1d9
chore(release): prepare for 1.142.6
2024-08-15 16:57:56 +00:00
B. Petersen
a0e89e4d4e
chore(release): prepare for 1.142.5
2024-08-15 02:13:59 +00:00
link2xt
6519630d46
chore(release): prepare for 1.142.4
2024-08-09 17:30:54 +00:00
link2xt
3c688360fb
chore(release): prepare for 1.142.3
2024-08-04 04:11:52 +00:00
link2xt
da50d682e1
chore(release): prepare for 1.142.2
2024-08-02 17:05:43 +00:00
link2xt
c163438eaf
chore(release): prepare for 1.142.1
2024-07-30 15:40:06 +00:00
link2xt
5fb5fd4318
chore(release): prepare for 1.142.0
2024-07-23 05:02:53 +00:00
link2xt
7f1068e37e
chore(release): prepare for 1.141.2
2024-07-09 17:12:59 +00:00
link2xt
71104e9312
chore(release): prepare for 1.141.1
2024-06-27 15:11:19 +00:00
link2xt
6607b7fd62
chore(release): prepare for 1.141.0
2024-06-24 21:03:24 +00:00
link2xt
6a3902d90d
chore(release): prepare for 1.140.2
2024-06-07 22:22:27 +00:00
Simon Laux
d412887bf4
refactor(@deltachat/stdio-rpc-server): use old school require instead of the experimental json import ( #5628 )
...
to get rid of warning. Should also make it possible to use nodejs versions older than 20.11.
2024-06-07 21:34:12 +00:00
Simon Laux
9c2526bbdd
fix(@deltachat/stdio-rpc-server): make local non-symlinked installation possible by using absolute paths for local dev version ( #5679 )
...
this fixes the local non-symlinked (copied) instalation with `npm i
--install-links=true` possible
I probably need this for flatpak building.
2024-06-07 21:32:57 +00:00
link2xt
6d720b793d
chore(release): prepare for 1.140.1
2024-06-05 19:07:26 +00:00
link2xt
0be639b244
chore(release): prepare for 1.140.0
2024-06-04 12:01:55 +00:00
link2xt
d29538beb0
chore(release): prepare for 1.139.6
2024-05-25 07:05:10 +00:00
link2xt
8c3c0484ed
fix(@deltachat/stdio-rpc-server): do not set RUST_LOG to "info" by default
...
`info` enables info level logging for all libraries,
e.g. iroh starts printing very verbose logs
to stderr this way.
2024-05-23 15:50:29 +00:00
link2xt
97828234dd
chore(release): prepare for 1.139.5
2024-05-23 13:15:08 +00:00
link2xt
81f6aec1a0
chore(release): prepare for 1.139.4
2024-05-21 18:09:55 +00:00
link2xt
e7d9ff12ec
chore(release): prepare for 1.139.3
2024-05-20 18:19:27 +00:00
Simon Laux
11546a1ce9
api!(npm rpc server): change api: don't search in path unless options.takeVersionFromPATH is set to true
...
-remove `DELTA_CHAT_SKIP_PATH` environment variable
- remove version check / search for dc rpc server in $PATH
- remove `options.skipSearchInPath`
- add `options.takeVersionFromPATH`
2024-05-20 18:55:05 +02:00
Simon Laux
ee671836ca
fix: npm rpc: set default options for startDeltaChat
...
this fixes an "undefined" error
2024-05-20 18:55:05 +02:00
link2xt
578f29f215
chore(release): prepare for 1.139.2
2024-05-18 20:58:03 +00:00
link2xt
502ae7fd9f
chore(release): prepare for 1.139.1
2024-05-18 20:40:34 +00:00
link2xt
964c943dd9
chore(release): prepare for 1.139.0
2024-05-18 19:42:54 +00:00
Simon Laux
a971ad1f85
npm rpc server: fix example ( #5580 )
2024-05-18 19:58:44 +02:00
Simon Laux
0c7dad961d
npm rpc: fix convert_platform.py: 32bit i32 -> ia32 ( #5589 )
2024-05-17 23:35:50 +02:00
Simon Laux
ef6c3f8476
fix: rpc npm: fix local desktop development ( #5583 )
...
typescript was complaining about missing `@deltachat/jsonrpc-client`
when it wasn't installed locally
2024-05-17 21:28:33 +02:00
Simon Laux
d8e98279c4
rpc npm: rename shutdown method to close and add muteStdErr option to mute the stderr output ( #5588 )
2024-05-17 21:14:38 +02:00
Simon Laux
0ba0bd3d77
fix(@deltachat/stdio-rpc-server): fix version check when deltachat-rpc-server is found in path ( #5579 )
2024-05-17 11:11:11 +02:00
link2xt
d23a7b8523
chore(release): prepare for 1.138.5
2024-05-16 15:07:46 +00:00
link2xt
a0f0a8e021
build: add repository URL to deltachat-rpc-server packages
2024-05-16 14:59:45 +00:00
link2xt
4a738ebd19
chore(release): prepare for 1.138.4
2024-05-15 21:59:28 +00:00
link2xt
f1fa053f9f
chore(release): prepare for 1.138.3
2024-05-15 20:42:34 +00:00
link2xt
97d2812644
chore(release): prepare for 1.138.2
2024-05-15 18:34:06 +00:00
link2xt
30086038e6
chore(release): prepare for 1.138.1
2024-05-14 22:25:13 +00:00
B. Petersen
0541ecf22c
chore(release): prepare for 1.138.0
2024-05-13 12:47:11 +02:00
Simon Laux
c375c03d8e
stdio jsonrpc server npm package ( #5332 )
...
- [x] figgure out how to build the packages (that it installs native
optional package automatically)
- [X] Make the gluecode
- [x] expose both the lowerlevel api that desktop uses (~~send objects
and receive objects~~, getting path of rpc-server is enough)
- [X] and the higher level api needed for bots (jsonrpc client)
- [X] typescript types
- [x] automatically pick the right binary from npm or allow getting it
from env var, or give out an error (throw error)
- [x] find out how to dev locally (use local built core in dc desktop) -
there is the question of how to link the typescript client and the task
to add a search in the cargo target folder for a debug build or a
different way, find out some good flow that we can use and document for
dc desktop + locally built core development
- [x] build the packages in ci
- [x] fix that deltachat-rpc-server is not executable
postponed:
- [ ] publish from ci
- [ ] add key/token to deploy to npm
Closes #4694
## Related prs
- https://github.com/deltachat-bot/echo/pull/69
- https://github.com/deltachat/deltachat-desktop/pull/3567
---------
Co-authored-by: link2xt <link2xt@testrun.org >
2024-05-11 20:54:11 +02:00