Amr Bashir
3700793a2f
fix(updater): emit UPTODATE
when server responds with 204, closes #6934 ( #6970 )
2023-05-16 13:00:00 +08:00
Amirhossein Akhlaghpour
21d5eb84ab
feat: add Persian language to NSIS installer ( #6965 )
2023-05-16 12:58:30 +08:00
Amr Bashir
46a58afd9e
chore: remove duplicate tauri in tauri-config-schema name ( #6967 )
2023-05-15 15:12:51 -03:00
Amr Bashir
3cc295e997
fix(nsis): prefill $INSTDIR with previous install path and respect /D
flag, closes #6928 ( #6935 )
...
* fix(bundler/nsis): prefill $INSTDIR with previous install path
* fix(nsis): prefill $INSTDIR with previous install path and respect `/D` flag, closes #6928
2023-05-15 18:14:15 +03:00
Amr Bashir
2948820579
feat(bundler/NSIS): allow specifying custom lang files ( #6867 )
...
* feat(bundler/NSIS): allow specifying custom lang files
* add dunc as dep on all platforms
* clippy
* Update tooling/bundler/src/bundle/windows/nsis.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* Update core/tauri-utils/src/config.rs
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
* schema files
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-05-15 18:11:10 +03:00
Amr Bashir
e0c30a7e8b
refactor: use const instead of a function ( #6958 )
2023-05-14 17:03:40 -03:00
Jack Wills
441f964654
feat(core/tauri): add try_get_item
for SystemTray and WindowMenu, closes #5491 ( #6408 )
...
* feat: try_get_item() for window menu
Add a method in the MenuHandle struct, that will return an Optional MenuItemHandle
feat: try_get_item() for systemtray
Add a method in the SystemTrayHandle struct, that will return an Optional SystemTrayMenuItemHandle
docs: features documented in ./changes/minor.md
fix: suggested changes
fix CI
* Update .changes/tray_get_item.md
---------
2023-05-12 16:15:36 +03:00
Pierre Cashon
2c1fd570f8
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 )
* fix(bundler): ensure that there are no duplicate extension arguments during bundling on Windows (fix #6103 )
2023-05-12 15:52:26 +03:00
Guilherme Oenning
7c23720920
feat: add tauri::version
, similar to getTauriVersion
available on JS API ( #6546 )
...
Signed-off-by: goenning <me@goenning.net>
Apply suggestions from code review
2023-05-12 15:36:31 +03:00
KurikoMoe
fb485d25a0
fix(cli): fix cli connection timeout to dev server ( fix #6045 ) ( #6046 )
...
Fix tauri-cli connection to dev server stucks and waits for TCP timeout.
2023-05-12 15:01:24 +03:00
Akshay
a08d1b248f
chore: fix broken symlinks in license files ( #6336 )
...
symlink to repo root
2023-05-12 14:56:32 +03:00
Amr Bashir
dc682155de
fix(core): Fix WindowBuilder::on_navigation
handler never registerd, closes #6865 ( #6921 )
...
* fix(core): Fix `WindowBuilder::on_navigation` handler never registerd, closes #6865
* clippy
2023-05-12 14:03:42 +03:00
Amr Bashir
e092f79946
feat(bundler/nsis): allow specifying custom template, closes #6887 ( #6922 )
2023-05-12 14:02:07 +03:00
Fabian-Lars
c2b0dab7ef
docs: Fix api.js docs pipeline with updated typedoc dependencies ( #6945 )
2023-05-12 07:54:15 -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
469d9f8a4a
docs(tauri-utils): described behavior of version field when omitted ( #6938 )
2023-05-11 14:18:45 +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
Amr Bashir
2b47426be8
chore: explain covector tags ( #6923 )
2023-05-09 21:59:01 +03:00
Amr Bashir
aa2a30e96b
chore: setup covector change tags/sections/groups ( #6920 )
...
![image](https://github.com/tauri-apps/tauri/assets/48618675/ac4f22dd-630d-4bfc-8966-48d19492593f )
2023-05-09 17:45:50 +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
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
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
Amr Bashir
6788bb4984
chore: update reproduction wording ( #6850 )
...
* chore: update reproduction wording
* Update bug_report.yml
* Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <yuweiwu@pm.me>
* Update bug_report.yml
---------
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <yuweiwu@pm.me>
2023-05-04 19:28:22 +08: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 Fernandes Nogueira
20f582f6c3
chore: update changelog with v1.3 remote IPC backport ( #6848 )
2023-05-03 14:58:57 -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
0dfd5f875f
fix(core): pin winnow
dependency to 0.4.1 to keep 1.60 MSRV ( #6845 )
2023-05-03 09:31: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
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
Lucas Fernandes Nogueira
40f137c214
fix(core): IPC remote domain check bypassed by isolation iframe usage ( #6691 )
2023-05-02 09:58:51 -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
Kárándi Tamás
51460340bf
fix: copy failure in NSIS bundler #6743 ( #6744 )
2023-04-19 19:42:38 -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
renovate[bot]
80069e1dc0
chore(deps) Update Rust crate json-patch to v1 ( #6686 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-12 11:20:08 -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
Lucas Fernandes Nogueira
ee71c31fd0
feat(core): allow configuring remote domains with IPC access, closes #5088 ( #5918 )
2023-04-11 08:50:15 -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
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]
f4c9635724
chore(deps) Update Rust crate cargo_toml to 0.15 ( #6214 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-06 21:13:25 -03:00