Hyph
|
f2d68cf7d4
|
feat(core): expose Wry's with_incognito to Tauri on the WindowBuilder::incognito function. (#6767)
|
2023-06-06 18:30:37 +03:00 |
|
Lucas Fernandes Nogueira
|
a50f24b2bd
|
Merge remote-tracking branch 'origin/dev' into next (#7067)
Co-authored-by: wusyong <wusyong@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Simon Hyll <hyllsimon@gmail.com>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: chip <chip@chip.sh>
Co-authored-by: Raphii <iam@raphii.co>
Co-authored-by: Ronie Martinez <ronmarti18@gmail.com>
Co-authored-by: hanaTsuk1 <101488209+hanaTsuk1@users.noreply.github.com>
Co-authored-by: nathan-fall <39990940+nathan-fall@users.noreply.github.com>
Co-authored-by: Akshay <nerdy@peppe.rs>
Co-authored-by: KurikoMoe <kurikomoe@gmail.com>
Co-authored-by: Guilherme Oenning <me@goenning.net>
Co-authored-by: Pierre Cashon <biaocy91@gmail.com>
Co-authored-by: Jack Wills <32690432+mrjackwills@users.noreply.github.com>
Co-authored-by: Amirhossein Akhlaghpour <m9.akhlaghpoor@gmail.com>
Co-authored-by: Risto Stevcev <me@risto.codes>
Co-authored-by: Soumt <rltks1305@naver.com>
Co-authored-by: yutotnh <57719497+yutotnh@users.noreply.github.com>
Co-authored-by: Gökçe Merdun <agmmnn@gmail.com>
Co-authored-by: Nathanael Rea <Nathan@NathanaelRea.com>
Co-authored-by: Usman Rajab <usman.rajab@gmail.com>
Co-authored-by: Francis The Basilisk <36006338+snorkysnark@users.noreply.github.com>
Co-authored-by: Lej77 <31554212+Lej77@users.noreply.github.com>
Co-authored-by: Tomáš Diblík <dibla.tomas@post.cz>
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
Co-authored-by: Pascal Sommer <Pascal-So@users.noreply.github.com>
Co-authored-by: Bo <bertonzh@gmail.com>
Co-authored-by: Kevin Yue <k3vinyue@gmail.com>
fixed grammar and typos (#6937)
Fix api.js docs pipeline with updated typedoc dependencies (#6945)
closes #6887 (#6922)
fix(core): Fix `WindowBuilder::on_navigation` handler never registerd, closes #6865 (#6921)
fix(core): Fix `WindowBuilder::on_navigation` handler never registerd, closes #6865
fix broken symlinks in license files (#6336)
fix(cli): fix cli connection timeout to dev server (fix #6045) (#6046)
fix(bundler): ensure that there are no duplicate extension arguments when bundling on Windows, fixes #6103 (#6917)
fix(bundler): ensure that there are no duplicate extension arguments during bundling on Windows (fix #6103)
closes #5491 (#6408)
fix(nsis): prefill $INSTDIR with previous install path and respect `/D` flag, closes #6928 (#6935)
fix(nsis): prefill $INSTDIR with previous install path and respect `/D` flag, closes #6928
fix(updater): emit `UPTODATE` when server responds with 204, closes #6934 (#6970)
fix(core): unpin all dependencies, closes #6944 (#6966)
fix(bundler): Add new lang_file option in persian variant. (#6972)
fix(core/ipc): access url through webview native object, closes #6889 (#6976)
fix(core): remove trailing slash in http scope url, closes #5208 (#6974)
fix(core): remove trailing slash in http scope url, closes #5208
fix(cli): find correct binary when `--profile` is used, closes #6954 (#6979)
fix(cli): find correct binary when `--profile` is used, closes #6954
closes #6955 (#6987)
closes #6955
closes #6158 (#6969)
closes #6158
fix(cli): improve vs build tools detection (#6982)
fix: updated appimage script to follow symlinks for /usr/lib* (fix: #6992) (#6996)
fix(cli): correctly remove Cargo features (#7013)
Fix typo (#7012)
fix(cli): revert metadata.json field rename from #6795 (#7029)
closes #6732 (#6736)
fix: add missing file properties on Windows, closes #6676 (#6693)
fix(cli.js): detect node-20 binary (#6667)
fix version-or-publish workflow (#7031)
fix(cli/devserver): inject autoreload into HTML only, closes #6997 (#7032)
fix(bundler/nsis): write installer templates UTF16LE encoded, closes #7036 (#7040)
fix(bundler/nsis): write installer templates UTF16LE encoded, closes #7036
fix(core): rewrite `asset` protocol streaming, closes #6375 (#6390)
closes #5939 (#5960)
fix(core): use `safe_block_on` (#7047)
closes #6859 (#6933)
closes #6955 (#6998)
fix(core): populate webview_attrs from config, closes #6794 (#6797)
closes #5176 (#5180)
fix: sound for notifications on windows (fix #6652) (#6680)
close native window's buttons, closes #2353 (#6665)
fix(bundler/nsis): calculate accurate app size, closes #7056 (#7057)
fix(tests): only download update when it is available (#7061)
closes #6706 (#6712)
fix(doc): correct the doc of `content_protected()` (#7065)
closes #6472 (#6530)
fix(macros): use full path to Result to avoid issues with type aliases (#7071)
|
2023-05-29 21:29:24 -03:00 |
|
chip
|
7fee3d3a2a
|
use cargo workspace package table (#6885)
|
2023-05-26 10:04:01 -03:00 |
|
github-actions[bot]
|
d1304ffa12
|
(NEXT) Apply Version Updates From Current Changes (#6707)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2023-05-18 09:10:12 -03: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 |
|
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
|
96639ca239
|
refactor(core): remove shell APIs (#6749)
|
2023-04-20 09:19:47 -03:00 |
|
Lucas Fernandes Nogueira
|
ae102980fc
|
refactor(core): read tray icon only on desktop, refactor Context (#6719)
|
2023-04-19 19:44:10 -03:00 |
|
renovate[bot]
|
5fcb55e420
|
chore(deps) Update Rust crate json-patch to v1 (#6687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-04-12 11:19:55 -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
|
e9482430ff
|
chore(changes): add changes for 1.3 release merge
|
2023-04-03 11:32:53 -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 |
|
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
|
1fd329935e
|
Merge branch 'dev' into next
|
2023-02-19 11:34:02 -03:00 |
|
Lucas Fernandes Nogueira
|
46e6187c89
|
chore: update license year (#6311)
|
2023-02-19 10:17:49 -03:00 |
|
Lucas Fernandes Nogueira
|
3d16461b68
|
fix(core): pin time to 0.3.15 (#6312)
|
2023-02-19 09:02:36 -03:00 |
|
Amr Bashir
|
f6c3ea6faa
|
chore: simplify windows_subsystem attribute (#6273)
|
2023-02-18 16:23:09 -03:00 |
|
Lucas Nogueira
|
3d5cc7ab86
|
Merge remote-tracking branch 'origin/dev' into next
|
2023-02-14 10:58:46 -03:00 |
|
github-actions[bot]
|
0111b88d75
|
(NEXT) Apply Version Updates From Current Changes (#5924)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-02-02 17:55:23 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
7eb9aa75cf
|
Update gtk to 0.16 (#6155)
Co-authored-by: Wu Yu Wei <wusyong9104@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-29 15:08:27 -03:00 |
|
renovate[bot]
|
db7765edad
|
chore(deps) Update Tauri Codegen (#6034)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2023-01-26 11:23:08 -03:00 |
|
Lucas Fernandes Nogueira
|
630a7f4b18
|
refactor: remove mobile log initialization, ref #6049 (#6081)
|
2023-01-17 13:13:53 -03:00 |
|
renovate[bot]
|
04ddee91e8
|
chore(deps) Update Rust crate ico to 0.3 (#5929)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-12-31 12:47:25 -03:00 |
|
Lucas Nogueira
|
4f2fd4dcf7
|
chore: run cargo fmt
|
2022-12-15 18:40:57 -03:00 |
|
Lucas Nogueira
|
015020760a
|
chore: fix clippy warnings
|
2022-12-15 18:03:28 -03:00 |
|
Lucas Nogueira
|
d21c4a0a89
|
chore: fix clippy warnings
|
2022-12-15 17:56:23 -03:00 |
|
renovate[bot]
|
19ec53fae4
|
chore(deps) Update Tauri Codegen (#5830)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-12-14 09:00:36 -03:00 |
|
Lucas Fernandes Nogueira
|
d0d873e39a
|
feat(core): add support to mailto: and tel: links, closes #5521 (#5544)
|
2022-12-13 00:57:39 -03:00 |
|
github-actions[bot]
|
25416a64ba
|
(NEXT) Apply Version Updates From Current Changes (#5787)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-12-09 14:27:41 -03:00 |
|
Lucas Nogueira
|
1092865e67
|
Merge branch 'dev' into next
|
2022-12-08 14:19:44 -03:00 |
|
Lucas Nogueira
|
ad65b95070
|
refactor(core): move local ip address resolve to CLI
|
2022-11-30 11:53:17 -03:00 |
|
github-actions[bot]
|
527bd9feea
|
Apply Version Updates From Current Changes (#5644)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2022-11-24 12:52:54 -03:00 |
|
renovate[bot]
|
2eec3e13fb
|
chore(deps) Update Tauri Codegen (#5593)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-11-20 09:38:31 -03:00 |
|
Lucas Nogueira
|
602d3ed3f6
|
Merge branch 'dev' into next
|
2022-11-09 11:04:54 -03:00 |
|
github-actions[bot]
|
45a5cd569b
|
Apply Version Updates From Current Changes (#5295)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-11-08 09:24:09 -03:00 |
|
Lucas Fernandes Nogueira
|
6c13840cee
|
feat(examples): add desktop/web application example (#5537)
|
2022-11-03 18:01:47 -03:00 |
|
Lucas Nogueira
|
d0ad0d2f48
|
Merge remote-tracking branch 'origin/dev' into next
|
2022-10-31 10:13:57 -03:00 |
|
Amr Bashir
|
a178f95d68
|
feat: config schema generator (#5193)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-10-28 10:44:37 -03:00 |
|
Lucas Fernandes Nogueira
|
7d9aa3987e
|
feat: bump MSRV to 1.59 (#5296)
|
2022-09-28 14:33:35 -03:00 |
|
Lucas Fernandes Nogueira
|
aec5537de0
|
fix(codegen): serialize template tags, closes #4410 (#5247)
|
2022-09-28 11:10:56 -03:00 |
|
github-actions[bot]
|
e4292ce7be
|
apply version updates (#5216)
|
2022-09-16 14:30:18 -03:00 |
|
github-actions[bot]
|
fbdd0a7ca9
|
Apply Version Updates From Current Changes (#4753)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2022-09-15 12:03:45 -03:00 |
|
Lucas Nogueira
|
610aab7045
|
Merge branch 'dev' into next
|
2022-09-04 13:45:59 -03:00 |
|
Josh Soref
|
8fd79b8fc0
|
Spelling (#4880)
Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2022-09-03 01:03:02 -03:00 |
|
Lucas Nogueira
|
aae91a9b53
|
refactor(tauri-codegen): panic if local IP address cannot be resolved
|
2022-09-01 16:58:41 -03:00 |
|
Lucas Nogueira
|
5d3242c496
|
fix(examples): keep the target fallback
|
2022-08-31 20:53:21 -03:00 |
|
Lucas Nogueira
|
9f9e3ae54d
|
fix: improve target check on context codegen
|
2022-08-30 13:22:26 -03:00 |
|
Lucas Fernandes Nogueira
|
b36ccb7e99
|
feat(ci): test mobile targets (#5078)
|
2022-08-28 23:02:32 -03:00 |
|