Lucas Fernandes Nogueira
|
b857a00679
|
perf(ci): run CLI tests only when template changes and on dev push (#4487)
|
2022-06-27 12:46:49 -03:00 |
|
dswd
|
b0133083dd
|
Fix appimage creation in container when host has appimagelauncher enabled (#4457)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-27 10:36:37 -03:00 |
|
Lucas Fernandes Nogueira
|
46196fe922
|
refactor(tauri-runtime-wry): move window and menu listeners to window (#4485)
|
2022-06-27 10:36:28 -03:00 |
|
Lucas Fernandes Nogueira
|
66ed165773
|
chore(ci): remove sync-prerelease script (#4486)
|
2022-06-27 10:36:14 -03:00 |
|
Lucas Fernandes Nogueira
|
e39e2999e0
|
refactor(tauri-runtime-wry): enhance plugin interface (#4476)
|
2022-06-27 09:57:00 -03:00 |
|
Lucas Fernandes Nogueira
|
094b3eb352
|
fix(cli): file name instead of path on updater sig comment, closes #4467 (#4484)
|
2022-06-27 09:56:37 -03:00 |
|
Fabian-Lars
|
68a09b3588
|
fix(docs): Fix typos in js path api docs. Extend rust path api docs. (#4482)
|
2022-06-27 08:41:00 -03:00 |
|
Lucas Fernandes Nogueira
|
956af4f30f
|
feat(bundler): validate wix toolset files, ref #4474 (#4475)
|
2022-06-26 18:00:33 -03:00 |
|
Lucas Fernandes Nogueira
|
2ca762d207
|
feat(bundler): extend webview2 installation options, closes #2882 #2452 (#4466)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
|
2022-06-26 15:45:31 -03:00 |
|
Amr Bashir
|
3efbc67f74
|
feat: implement raw_window_handle on Linux (#4469)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-26 11:56:12 -03:00 |
|
Fabian-Lars
|
82eb6e79e8
|
fix(bundler): Fix appimage bundler crashing if path has spaces (#4471)
* fix(bundler): Fix appimage bundler crashing if path has spaces
* add changefile
|
2022-06-26 09:28:29 -03:00 |
|
Lucas Nogueira
|
23a049c593
|
chore: fix clippy warnings, remove license template
The license template has been removed from rustfmt nightly :(
|
2022-06-24 22:01:13 -03:00 |
|
Lucas Fernandes Nogueira
|
9d33d09341
|
fix(core): deadlock on plugin webview ready hook (#4462)
|
2022-06-24 15:34:07 -03:00 |
|
Lucas Fernandes Nogueira
|
13b8a2403d
|
feat(cli): validate target argument (#4458)
|
2022-06-24 13:16:19 -03:00 |
|
Jiwon Choi
|
08a73acde8
|
fix(bundler): fix language code. closes #4437 (#4444)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-24 00:19:31 -03:00 |
|
Lucas Fernandes Nogueira
|
be4bb391a9
|
feat: add AppHandle::remove_plugin and plugin on_drop , closes #4361 (#4443)
|
2022-06-24 00:15:44 -03:00 |
|
renovate[bot]
|
4b5291d9d9
|
chore(deps) Update dependency prettier to v2.7.1 (#4436)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-06-24 00:10:40 -03:00 |
|
Lucas Fernandes Nogueira
|
b025b9f581
|
refactor(cli): set binary name on dev (#4447)
|
2022-06-23 22:09:37 -03:00 |
|
Lorenzo Lewis
|
d277881d7f
|
fix: add supported OSs to readme, update status badges to stable (#4432)
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
|
2022-06-23 15:31:11 -03:00 |
|
Lucas Nogueira
|
95e77e591d
|
docs(api): enhance theme api doc
|
2022-06-23 15:31:12 -03:00 |
|
renovate[bot]
|
d38e66aca2
|
chore(deps) Update Tauri API Definitions (#4442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-06-22 09:49:01 -03:00 |
|
Lucas Fernandes Nogueira
|
6650e5d672
|
fix(cli): preserve Cargo manifest formatting when possible (#4431)
|
2022-06-22 00:14:46 -03:00 |
|
Lucas Fernandes Nogueira
|
672174b822
|
feat(bundler): validate version before bundling with WiX (#4429)
|
2022-06-22 00:14:39 -03:00 |
|
Lucas Fernandes Nogueira
|
e0e5f77243
|
feat(cli): improve cargo not found error message, closes #4428 (#4430)
|
2022-06-22 00:14:27 -03:00 |
|
Lucas Nogueira
|
38f5db6e6a
|
feat(codegen): fill app metadata in development Info.plist
|
2022-06-21 20:36:49 -03:00 |
|
Lucas Fernandes Nogueira
|
2616ede410
|
perf(ci): optimize cargo package step, closes #3823 (#4427)
|
2022-06-21 15:21:47 -03:00 |
|
Lucas Fernandes Nogueira
|
77ef1cd849
|
docs(api): fix dialog filters usage, closes #4367 (#4424)
|
2022-06-21 14:37:53 -03:00 |
|
Cyandev
|
45981851e3
|
chore(lint): unused variable warnings for release builds (#4411)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-21 13:19:57 -03:00 |
|
Lucas Fernandes Nogueira
|
12f65219ea
|
fix(cli): read lockfile from workspace on the info command, closes #4232 (#4423)
|
2022-06-21 13:19:36 -03:00 |
|
Brian Li
|
35dd51db68
|
fix(cli): add shebang for kill-children.sh, closes #4262 (#4416)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2022-06-21 13:16:16 -03:00 |
|
Lucas Fernandes Nogueira
|
31c15cd2bd
|
docs(config): enhance documentation for bundle targets, closes #3251 (#4418)
|
2022-06-21 13:13:56 -03:00 |
|
Lucas Nogueira
|
384dc8c9cf
|
chore(cli): adjust default release tag in the plugin templates
|
2022-06-21 12:46:50 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
538d35f462
|
Update CODEOWNERS (#4420)
|
2022-06-21 12:19:35 -03:00 |
|
Robin van Boven
|
aa0336d6c5
|
fix(bundler): ensure AppImage usr/lib is a dir (#4419)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-21 12:16:46 -03:00 |
|
Lucas Fernandes Nogueira
|
45076b3ede
|
refactor(bundler): use the plist crate to create and merge Info.plist (#4412)
|
2022-06-21 10:00:12 -03:00 |
|
Lucas Fernandes Nogueira
|
079b1cc06e
|
fix(core): properly get external URL origin, closes #4414 (#4417)
|
2022-06-21 09:29:03 -03:00 |
|
Lucas Nogueira
|
f1d998243a
|
fix(core): regression on Size and Position serde
|
2022-06-21 09:19:15 -03:00 |
|
Lucas Nogueira
|
11ca206b2d
|
docs(core): update MenuItem entries supported platforms, closes #3882
|
2022-06-20 20:13:45 -03:00 |
|
fehnomenal
|
83186dd897
|
Read extra ignore file for dev watcher, closes #4406 (#4409)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-20 09:49:19 -03:00 |
|
Lucas Nogueira
|
32f35196a3
|
docs(api): add example for tauri://close-requested event usage
|
2022-06-19 22:38:44 -03:00 |
|
Lucas Nogueira
|
09241f9aca
|
chore(cli): remove unused template GH action
|
2022-06-19 20:40:01 -03:00 |
|
Lucas Nogueira
|
b8a64d01ba
|
fix(cli): add prepublish scripts to the plugin templates
|
2022-06-19 15:54:55 -03:00 |
|
Lucas Nogueira
|
07f9079532
|
chore(cli): update plugin template tauri-apps/create-pull-request
|
2022-06-19 15:17:39 -03:00 |
|
Lucas Fernandes Nogueira
|
307c2ebfb6
|
feat(core): set macOS app icon in development (#4385)
|
2022-06-19 13:02:02 -03:00 |
|
Lucas Fernandes Nogueira
|
c7d13a1c60
|
feat(core): add missing methods to the dpi module (#4393)
* feat(core): add missing methods to the dpi module
* cleanup impl
|
2022-06-19 13:01:53 -03:00 |
|
Lucas Fernandes Nogueira
|
123f6e69f6
|
fix(tauri-runtime-wry): release windows lock immediately, closes #4390 (#4392)
|
2022-06-19 13:00:21 -03:00 |
|
Lucas Fernandes Nogueira
|
010530459e
|
chore(cli): use unix path separator on $schema (#4384)
|
2022-06-19 12:48:48 -03:00 |
|
Lorenzo Lewis
|
1a2e141bad
|
Update documentation link (#4405)
|
2022-06-19 12:35:33 -03:00 |
|
yutotnh
|
cbceb7d6cf
|
fix: some typos (#4403)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-06-19 10:23:35 -03:00 |
|
Lucas Fernandes Nogueira
|
6d94ce4235
|
feat(core): theme is now implemented on macOS (#4380)
|
2022-06-17 14:08:35 -03:00 |
|