Fabian-Lars
c2b0dab7ef
docs: Fix api.js docs pipeline with updated typedoc dependencies ( #6945 )
2023-05-12 07:54:15 -03:00
Lucas Fernandes Nogueira
0ab5f40d3a
feat(core): add IPC channel ( #6813 )
2023-05-11 07:25:32 -03:00
nathan-fall
b257bebf9e
feat(bundler): Add Japanese to supported NSIS languages, ref #6906 ( #6940 )
2023-05-11 09:50:35 +02:00
hanaTsuk1
bf49a7679a
update bundler nsis template(SimpChinese, TradChinese) ( #6939 )
2023-05-11 14:30:13 +08:00
Simon Hyll
41e10b22fa
chore: fixed grammar and typos ( #6937 )
2023-05-11 02:21:15 +03:00
Ronie Martinez
96d346222f
docs: Update Github workflow status shields ( #6910 )
...
* docs: Update Github workflow status shields
* Update with name, icon and fix
2023-05-10 04:04:12 +03:00
Lucas Fernandes Nogueira
b072daa3bd
refactor(core): move updater
to a plugin ( #6919 )
2023-05-09 16:43:31 -07:00
Lucas Fernandes Nogueira
60cf9ed2fc
refactor(core): move process
endpoints to plugins-workspace ( #6905 )
2023-05-09 12:00:41 -03:00
Raphii
540ddd4e6a
feat(bundler): Add Dutch to supported NSIS languages, ref #6906 ( #6907 )
...
* Add Dutch to supported NSIS languages
* Added change file
* Reference Dutch language in nsis bundler
* Fix formatting
2023-05-09 15:37:05 +02:00
Amr Bashir
c4171152c1
fix: enable shadows by default, closes #6909 ( #6916 )
2023-05-09 15:56:13 +03:00
Lucas Fernandes Nogueira
29ce9ce2ce
refactor(core): move os
endpoints to a dedicated plugin ( #6902 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2023-05-08 12:05:12 -03:00
Lucas Fernandes Nogueira
3245d14b9e
refactor(core): remove app
module ( #6895 )
2023-05-08 10:29:36 -03:00
Lucas Fernandes Nogueira
2659ca1ab4
feat(cli): add rustls
as default Cargo feature ( #6900 )
2023-05-08 09:29:17 -03:00
chip
24490bca19
use handlebars::no_escape instead of closures ( #6899 )
2023-05-08 08:39:54 -03:00
github-actions[bot]
73a0ad41c7
apply version updates ( #6858 )
...
Co-authored-by: wusyong <wusyong@users.noreply.github.com>
2023-05-08 18:51:23 +08:00
Lucas Fernandes Nogueira
d48aaa150a
fix(cli): readd plugin example template Cargo.toml files ( #6894 )
2023-05-07 17:19:51 -07:00
Lucas Nogueira
4585a1cbb0
Merge branch 'dev' into next
2023-05-07 10:42:44 -03:00
Lucas Fernandes Nogueira
3188f37649
feat: update MSRV to 1.65 ( #6883 )
2023-05-06 17:16:52 -03:00
Lucas Fernandes Nogueira
6d1fa49fce
fix(cli): clear plugin JSON file before rebuilding ( #6881 )
2023-05-06 15:59:33 -03:00
LuisFerLCC
422b481798
Add Spanish and SpanishInternational languages ( #6871 )
2023-05-06 16:25:10 +08:00
Fabian-Lars
6a6b1388ea
fix(bundler): correctly escape resource xml, fixes #6853 ( #6855 )
2023-05-04 09:10:33 -03:00
Fabian-Lars
2915bd068e
fix(bundler): Fix webview install modes in NSIS bundler ( #6854 )
2023-05-04 19:27:27 +08:00
Lucas Fernandes Nogueira
5053a9c4c4
fix(ci): use rustls on publish-cli-js workflow ( #6847 )
2023-05-03 14:59:09 -03:00
Lucas Nogueira
dafdcc9b42
fix(ci): use ubuntu-20.04 to build the CLI
2023-05-03 12:05:49 -03:00
Lucas Nogueira
7fd4ca0aef
chore(api): downgrade documentation dependencies
2023-05-03 10:10:59 -03:00
Lucas Fernandes Nogueira
14b3667420
fix(api): downgrade typedoc to 0.23 ( #6844 )
2023-05-03 09:19:37 -03:00
github-actions[bot]
bf804657f5
Apply Version Updates From Current Changes ( #5815 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-05-03 08:19:06 -03:00
Lucas Fernandes Nogueira
73c803a561
feat(android): inject tauri.conf.json asset, add plugin config load API ( #6837 )
2023-05-03 08:16:05 -03:00
Lucas Fernandes Nogueira
93452b791a
feat(bundler): download NSIS zip from tauri-apps/binary-releases ( #6838 )
2023-05-02 16:36:33 -03:00
Lucas Fernandes Nogueira
6d6b6e653e
feat: configure escaping on handlebars templates ( #6678 )
...
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2023-05-02 09:59:59 -03:00
Amr Bashir
19cd0e4960
feat: add key.properties
to android gitignore ( #6811 )
2023-04-27 16:04:53 +02:00
Amr Bashir
124d5c5adf
fix(cli): use snake_case fallback of app_name ( #6788 )
...
fix regression introduced in 2b22f64972
2023-04-25 18:21:06 -03:00
renovate[bot]
e8e214b72e
chore(deps) Update Tauri API Definitions ( #6739 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-24 11:19:59 -03:00
renovate[bot]
eae0150b0a
chore(deps) Update Rust crate serde_json to 1.0.96 ( #6738 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-24 11:19:49 -03:00
Lucas Fernandes Nogueira
942249060e
refactor(core): generate TauriActivity on build script ( #6783 )
2023-04-24 11:17:59 -03:00
Lucas Fernandes Nogueira
d693e526e8
feat(android): add onNewIntent
plugin hook ( #6780 )
2023-04-23 19:59:46 -03:00
Amr Bashir
31444ac196
chore(deps): update wry to 0.28 ( #6725 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-04-23 16:59:39 -03:00
Lucas Fernandes Nogueira
cdad6e0837
refactor(core): use absolute path for the tauri Android library ( #6774 )
2023-04-23 15:40:47 -03:00
Lucas Fernandes Nogueira
2969d1cbba
refactor(core): use absolute path to plugin Android project ( #6773 )
2023-04-23 11:21:36 -03:00
Lucas Fernandes Nogueira
dfa407ffcb
feat(mobile): add plugin config to the Plugin class ( #6763 )
2023-04-23 09:15:13 -03:00
Lucas Fernandes Nogueira
41f49aeae6
fix(cli.js): adb commands not working, closes #6659 ( #6708 )
...
fix(cli.js): adb commands not working, closes #6659
2023-04-23 09:14:54 -03:00
Lucas Fernandes Nogueira
96639ca239
refactor(core): remove shell APIs ( #6749 )
2023-04-20 09:19:47 -03:00
Kárándi Tamás
51460340bf
fix: copy failure in NSIS bundler #6743 ( #6744 )
2023-04-19 19:42:38 -03:00
Lucas Fernandes Nogueira
86488a6ad8
refactor(core): remove notification API ( #6745 )
2023-04-19 19:03:34 -03:00
Lucas Fernandes Nogueira
f78a378344
refactor(core): remove http features ( #6742 )
2023-04-19 11:47:29 -03:00
Lucas Fernandes Nogueira
2d5378bfc1
refactor(core): move dialog API to its own plugin ( #6717 )
2023-04-18 22:18:22 -03:00
Lucas Fernandes Nogueira
3f17ee82f6
refactor(core): remove global shortcut APIs ( #6737 )
2023-04-18 14:57:51 -03:00
Lucas Fernandes Nogueira
cebd75261a
refactor(core): remove the clipboard APIs ( #6728 )
2023-04-17 15:35:12 -03:00
Lucas Fernandes Nogueira
fc4d687ef0
refactor(core): move file system endpoints to its own plugin ( #6716 )
2023-04-16 09:20:58 -03:00
Lucas Fernandes Nogueira
09376af594
refactor(core): remove cli
feature ( #6704 )
2023-04-14 15:33:53 -03:00
github-actions[bot]
06fdcc0edd
(NEXT) Apply Version Updates From Current Changes ( #6701 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-04-13 19:43:17 -03:00
Lucas Fernandes Nogueira
ee2d3b971d
fix(cli): remove buildSrc from Android project gitignored paths ( #6702 )
2023-04-13 19:29:18 -03:00
Lucas Fernandes Nogueira
abc5f91fa3
fix(cli): iOS Xcode script using incorrect library path ( #6699 )
2023-04-13 18:26:32 -03:00
renovate[bot]
dfb5f52d3c
chore(deps) Update Tauri API Definitions ( #6684 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-12 11:20:44 -03:00
Lucas Fernandes Nogueira
ee71c31fd0
feat(core): allow configuring remote domains with IPC access, closes #5088 ( #5918 )
2023-04-11 08:50:15 -03:00
github-actions[bot]
f3917e7ee8
(NEXT) Apply Version Updates From Current Changes ( #6633 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-04-10 10:12:04 -03:00
Lucas Nogueira
a8153b9ff4
chore(cli): gitignore iOS Externals folder
2023-04-07 21:03:26 -03:00
Lucas Fernandes Nogueira
be941b9719
feat(core): add path plugin, implement mobile APIs ( #6339 )
2023-04-07 12:48:14 -03:00
Vilian Gerdzhikov
1eacd51d18
overloaded the open function for convenient type inference ( #5619 )
...
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-04-07 12:40:25 -03:00
Amr Bashir
6ff801e27d
chore: rename config-schema
to tauri-config-schema
( #6250 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-04-07 12:11:05 -03:00
Lucas Fernandes Nogueira
db4c9dc655
feat(core): add option to configure Android's minimum SDK version ( #6651 )
2023-04-07 11:21:42 -03:00
renovate[bot]
44b4e2ee00
chore(deps) Update dependency eslint-config-standard-with-typescript to v34 ( #6180 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 21:15:51 -03:00
renovate[bot]
5a1d86b346
chore(deps) Update Tauri JS CLI ( #6177 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 21:14:04 -03:00
renovate[bot]
a3c9754950
chore(deps) Update Tauri Bundler ( #6640 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 13:03:43 -03:00
Amr Bashir
63f088e5fc
feat(cli): add --release
for android dev
( #6638 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
closes #6594
2023-04-05 16:10:43 -03:00
Amr Bashir
d03e47d141
fix: only build specified rust targets for aab/apk build ( #6625 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-04-05 15:14:14 -03:00
Lucas Nogueira
d37808197d
chore(cli): only create .tauri/plugins folder on Android
2023-04-04 15:52:48 -03:00
Lucas Nogueira
ec7d24b1ac
chore(cli): update Android template gitignore files
2023-04-04 15:46:16 -03:00
Lucas Fernandes Nogueira
5288a386f1
fix(cli): readd Cargo.toml to the plugin template ( #6637 )
2023-04-04 15:11:47 -03:00
Lucas Fernandes Nogueira
5769ee6d29
fix(ci): use ubuntu-20.04 to build the CLI ( #6632 )
2023-04-04 10:58:09 -03:00
Amr Bashir
7fec0f083c
fix(cli): use local ip addr for built-in server on mobile, closes #6454 ( #6631 )
...
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
fix(cli): use local ip addr for built-in server on mobile, closes #6454
2023-04-04 09:59:29 -03:00
github-actions[bot]
29ee62342a
(NEXT) Apply Version Updates From Current Changes ( #6622 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-04-03 16:19:10 -03:00
Amr Bashir
0b46637eba
fix(api): construct correct object for onResized and onMoved, closes #6507 ( #6509 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-04-03 12:18:36 -03:00
Lucas Nogueira
f6c373e989
chore(cli): update lockfile
2023-04-03 12:03:30 -03:00
renovate[bot]
d3e4fb20b5
chore(deps) Update Tauri API Definitions ( #6523 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-04-03 11:33:47 -03:00
Lucas Nogueira
e9482430ff
chore(changes): add changes for 1.3 release merge
2023-04-03 11:32:53 -03:00
dependabot[bot]
919d96dd8a
chore(deps): bump openssl from 0.10.40 to 0.10.49 in /tooling/cli ( #6618 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 10:57:03 -03:00
github-actions[bot]
afc3237d0c
(NEXT) Apply Version Updates From Current Changes ( #6593 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-04-03 10:56:08 -03:00
Lucas Nogueira
f84fbe459f
chore(cli): cherry pick #6603 , fix webkit2gtk version
2023-04-03 10:01:59 -03:00
Lucas Nogueira
55900a2968
Merge branch 'dev' into next
2023-04-03 09:58:27 -03:00
Mokhtar Hamdoune
81b9c505cc
return the commment of maximum number of redirects to its right place… ( #6607 )
2023-04-03 08:39:15 -03:00
afa
7489f96697
fix(bundler): fix problem of macOS bunder while i18n is set, closes #6614 ( #6615 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-04-03 08:37:50 -03:00
Miniontoby
a926b49a01
Fix Github Actions of Tauri Plugin with-api template ( #6603 )
...
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
2023-04-03 08:12:49 -03:00
filip
509d4678b1
Support sending raw byte data to the "data" event for child command's stdout and stderr ( #5789 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-03-31 12:51:27 -03:00
Zeeshan Ali Khan
5fdc616df9
feat: Use the zbus-backed of notify-rust ( #6332 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-03-31 12:36:59 -03:00
Amr Bashir
1487b18dcb
refactor: add useful diagnostics to tauri info
( #6570 )
...
* refactor: add useful diagnostics to `tauri info`
this also paves the way for interactive fixes in the future
* refactor: add useful diagnostics to `tauri info`
this also paves the way for interactive fixes in the future
* fix use_npm logic [skip ci]
* lint [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-03-31 10:23:34 -03:00
Lucas Fernandes Nogueira
54c6f158d9
chore(cli): enhance empty updater key password warning ( #6558 )
2023-03-31 10:13:25 -03:00
Fabian-Lars
23282873e7
docs(api.js): Fix basename example, closes tauri-apps/tauri-docs#1180 ( #6553 )
2023-03-31 10:13:04 -03:00
Lucas Fernandes Nogueira
5e0c4489df
fix(bundler): enhance extract_zip security by using enclosed_name() ( #6555 )
...
See https://docs.rs/zip/0.6.4/zip/read/struct.ZipFile.html#method.enclosed_name
2023-03-31 10:05:44 -03:00
Lucas Fernandes Nogueira
d788d23071
refactor(core): do not allow JS API to set additional browser args ( #6216 )
...
This was introduced in #5799 , but it's dangerous to let the frontend set this option.
2023-03-31 10:05:18 -03:00
Amr Bashir
a7ee5ca7c3
fix(cli): look for available ports for built-in dev server, closes #6511 ( #6514 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-03-31 10:03:38 -03:00
Lucas Fernandes Nogueira
cfdee00f2b
refactor(core): fix tls features, use rustls on mobile ( #6591 )
2023-03-30 10:59:08 -03:00
Lucas Fernandes Nogueira
76668b3196
chore(cli): update dependencies ( #6587 )
2023-03-29 20:19:07 -03:00
github-actions[bot]
249db9e49b
(NEXT) Apply Version Updates From Current Changes ( #6586 )
...
* apply version updates
* fix changelog
* typo
---------
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-03-29 16:11:42 -03:00
github-actions[bot]
1c7e5cae10
Revert "apply version updates ( #6582 )"
...
This reverts commit 3ad7414a3e
.
2023-03-29 15:59:29 -03:00
github-actions[bot]
3ad7414a3e
apply version updates ( #6582 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-03-29 15:56:38 -03:00
Amr Bashir
39df2c982e
fix(cli/android): fallback to ${program}.cmd
( #6576 )
...
* fix(cli/android): fallback to `${program}.cmd`
* cleanup [skip ci]
* revert variable to tauri-binary [skip ci]
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-03-29 14:44:19 -03:00
CzBiX
57c6bf07bb
fix(cli): fix default-run not deserialized ( #6584 )
...
* fix(cli): fix default-run not deserialized
* Create fix-cli-default-run.md
* Update .changes/fix-cli-default-run.md [skip ci]
---------
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
2023-03-29 14:43:16 -03:00
Lucas Fernandes Nogueira
6e3e4c22be
fix(cli): use correct variable on script to build Rust iOS code ( #6581 )
2023-03-29 11:35:18 -03:00
amrbashir
38ee5066e7
chore: update schema files
2023-03-28 16:25:33 +02:00
Elliot Waite
8c07076e25
docs: update grammer
2023-03-28 16:04:44 +02:00
Lucas Fernandes Nogueira
332b3fc419
fix(cli): adjust jsonrpsee feature flags for CI ( #6521 )
2023-03-21 19:10:42 -03:00
github-actions[bot]
a031e4a8a0
apply version updates ( #6518 )
2023-03-21 14:42:18 -03:00
Lucas Fernandes Nogueira
00241fa92d
fix(cli): append .cmd on the gradle plugin binary on Windows, fix #6502 ( #6503 )
2023-03-21 13:43:09 -03:00
Amr Bashir
c787f749de
fix(cli): only add --
to generated android template for npm ( #6508 )
2023-03-21 13:42:37 -03:00
Amr Bashir
d5ac76b53c
chore(deps): update napi-rs, closes #6502 ( #6513 )
2023-03-21 13:40:21 -03:00
Lucas Fernandes Nogueira
8a1b1281ac
fix(ci): adjust publish cli.js workflow ( #6500 )
...
* fix(ci): enable openssl vendored feature for cli.js
* enable feature on CI
* add openssl dep
* avoid openssl on Linux
* vendored openssl on macOS CI
* fix dep install
* lint [skip ci]
2023-03-20 11:54:33 -03:00
Lucas Fernandes Nogueira
1a24e4cafd
chore(deps): unpin dependencies from 1.59 MSRV ( #6499 )
2023-03-20 11:54:09 -03:00
github-actions[bot]
be12ad3a6f
apply version updates ( #6211 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2023-03-20 08:14:51 -03:00
Lucas Nogueira
bfd97a5802
Merge remote-tracking branch 'origin/dev' into next
2023-03-19 08:56:36 -03:00
Lucas Fernandes Nogueira
9c8276fe03
refactor(mobile): use shared .tauri folder to inject dependencies ( #6495 )
2023-03-19 08:51:01 -03:00
Lucas Nogueira
6669f1659a
chore(cli): pin tauri-mobile to crates.io 0.2.5
2023-03-18 11:33:38 -03:00
Lucas Fernandes Nogueira
56b528e481
refactor(build): change tauri-api dependency path to skip rebuilds ( #6490 )
...
* refactor(build): change tauri-api dependency path to skip rebuilds
The tauri-api Swift package cannot be injected inside the iOS plugin project because swift-rs reruns when the project folder changes. We will now inject the project in the parent folder instead.
* revert tauri-plugin-log [skip ci]
2023-03-18 11:31:11 -03:00
Lucas Fernandes Nogueira
6a8888dc85
refactor(ios): add macro to generate plugin glue fn, pass name parameter ( #6489 )
2023-03-18 10:57:05 -03:00
Lucas Fernandes Nogueira
aefc5bcb08
chore(cli): remove unused dependencies ( #6481 )
2023-03-17 16:16:10 -03:00
Lucas Nogueira
c88fdbca3a
chore(android): remove deprecated AndroidManifest package id setter
2023-03-17 15:24:11 -03:00
Lucas Nogueira
a6fea4644e
refactor(android): rename PluginMethod to Command
2023-03-17 15:20:39 -03:00
passivedragon
2f70d8da2b
fix: symlink issue bundling for linux #5781 ( #6391 )
...
* bundler for linux: fix error on pre-existing links
* fix: symlink issue bundling for linux #5781
2023-03-17 15:03:40 -03:00
Shaun Hamilton
c2867a65d8
feat: add config links to json schema ( closes #5479 ) ( #6356 )
...
* feat(core): add config links to json schema
* feat(core): add schema builds
2023-03-17 13:17:34 -03:00
Amr Bashir
058469114d
docs: update formdata usage ( #6374 )
...
* docs: update formdata usage
* update generated files
* update generated files
* run workflow on push for dev only
* remove `js-api.json` from generated files check
* restore js-api.json before checking diff
2023-03-17 13:13:02 -03:00
sameoldlab
00c60097c5
fix scope example ( #6401 )
...
Changed `scope` example to provide an array, as described in the docs and how it works.
2023-03-17 13:11:43 -03:00
Lucas Fernandes Nogueira
30e94677b0
chore(deps): pin wry to 0.27 ( #6477 )
...
* chore(deps): pin wry to 0.27
* update index.js [skip ci]
* fmt
2023-03-17 09:23:11 -03:00
Lucas Fernandes Nogueira
dddaa943e7
refactor(core): remove attohttpc client, closes #6415 ( #6468 )
...
* refactor(core): remove attohttpc client, closes #6415
* lint [skip ci]
2023-03-17 09:09:13 -03:00
Amr Bashir
1798c5901d
feat: use start detached for emulators ( #6465 )
2023-03-16 22:06:14 -03:00
amrbashir
2ec736721e
chore: provide a helpful message when waiting for emulator
2023-03-16 15:00:28 +02:00
Lucas Nogueira
9639caf33f
Merge remote-tracking branch 'origin/dev' into next
2023-03-16 09:51:07 -03:00
Lucas Fernandes Nogueira
5d94eaa3bc
feat(core): update swift-rs ( #6355 )
...
* feat(core): update swift-rs
* update tauri-plugin-log
* use env var for min iOS version
* test x86_64-apple-ios
* Revert "test x86_64-apple-ios"
This reverts commit 3ae6b79e5f
.
* chore: swift min version 5.3 [skip ci]
* fix build [skip ci]
* fix cgrect usage
* test CI
* Revert "test CI"
This reverts commit 76ce0c5992
.
* update swift-rs to 1.0.1
* lint
* lint [skip ci]
2023-03-16 09:34:41 -03:00
Bo
1b343bd116
fix(cli): use npm run tauri -- foo
for correctly passing args to tauri ( #6448 )
...
* fix(cli): use `npm run tauri -- foo` for correctly pass args to tauri
* fix xcode-script current dir, GCC_PREPROCESSOR_DEFINITIONS optional
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-03-16 09:27:40 -03:00
Fabian-Lars
1fa729b218
fix(docs): mark internal interfaces as such to deduplicate markdown output ( #6260 )
2023-03-16 09:25:13 -03:00
renovate[bot]
808deecfff
chore(deps) Update Tauri API Definitions ( #6277 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-16 09:22:20 -03:00
Amr Bashir
b7a2ce2c63
feat(cli): add --port, closes #6186 ( #6283 )
...
* feat(cli): add --dev-server-port, closes #6186
* add http:// prefix
* name it to `--port`
* rename in all places
2023-03-16 09:22:02 -03:00
2nthony
3536aa00d1
fix(api): event name types ( #6318 )
...
* fix(api): event name
* suggestion change
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
---------
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2023-03-16 09:16:50 -03:00
Amr Bashir
4d09074454
feat(cli): add --force-ip-prompt
( #6406 )
...
* feat(cli): add `--force-ip-prompt`
* Restore tooling/cli/Cargo.lock
* Restore tooling/cli/Cargo.toml
* fix macos build
2023-03-16 09:04:09 -03:00
Amr Bashir
1c8229fbe2
fix(cli.js): detect node-<version>
binary, closes #6427 ( #6432 )
...
* fix(cli.js): detect `node-<version>` binary, closes #6427
* use `?` instead of `*` and escape the hyphen
Co-authored-by: TurtleIdiot <18502738+TurtleIdiot@users.noreply.github.com>
---------
Co-authored-by: TurtleIdiot <18502738+TurtleIdiot@users.noreply.github.com>
2023-03-16 09:01:41 -03:00
Amr Bashir
58d4709f7e
fix: update nodejs detection in mobile commands ( #6451 )
...
* fix: update nodejs detection in mobile commands
* changefile
2023-03-16 07:53:12 -03:00
Lucas Nogueira
2b22f64972
fix(ios): correctly use lib-name field
2023-03-15 13:43:31 -03:00
Amr Bashir
d1752fb1f6
fix(cli): use correct lib name in xcode project ( #6387 )
2023-03-08 16:19:37 +01:00
Lucas Fernandes Nogueira
971ad7ae06
fix(cli): fix template and Xcode script to work when running with Xcode ( #6350 )
2023-02-24 10:22:59 -03:00
Lucas Fernandes Nogueira
d11af5be8d
fix(cli): adjust iOS project to work on simulator again ( #6349 )
2023-02-23 18:01:17 -03:00
Lucas Nogueira
c4cb609bcd
chore(cli): update iOS template comments
2023-02-23 14:37:01 -03:00
Lorenzo Lewis
cfcc7f3c20
Commit JS AST, update check-generated-file
checkout action ( #6262 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-02-22 10:10:54 -03:00
Lucas Nogueira
ed879513d3
feat(templates): fill AndroidManifest.xml manifest.package field
2023-02-20 17:21:38 -03:00
Lucas Nogueira
6fca895695
fix(cli): create WRY_ANDROID_KOTLIN_FILES_OUT_DIR folder
2023-02-20 13:08:55 -03:00
Lucas Nogueira
3a8488ddb5
chore(cli): update tauri-mobile to 0.2.3
2023-02-19 19:21:53 -03:00
Lucas Nogueira
dc26cc839a
feat(cli): update tauri-mobile to 0.2.2
2023-02-19 11:38:09 -03:00
Lucas Nogueira
1fd329935e
Merge branch 'dev' into next
2023-02-19 11:34:02 -03:00
Lucas Fernandes Nogueira
60a8b07dc7
fix: handle single word bundle identifier when resolving Android domain ( #6313 )
2023-02-19 11:12:04 -03:00
Lucas Fernandes Nogueira
79eb054292
feat(cli): handle Android package identifier change ( #6314 )
2023-02-19 11:08:55 -03:00
Lucas Fernandes Nogueira
46e6187c89
chore: update license year ( #6311 )
2023-02-19 10:17:49 -03:00
Amr Bashir
f6c3ea6faa
chore: simplify windows_subsystem attribute ( #6273 )
2023-02-18 16:23:09 -03:00