- 4月 19, 2024
-
-
由 Tony 创作于
* Clear resource table in `cleanup_before_exit` * Add change file * Update .changes/cleanup-resource-table.md
-
- 4月 18, 2024
-
-
由 Amr Bashir 创作于
* feat(bundler): expose `{{long_description}}` to custom templates closes #9437 * fix linux
-
由 Fabian-Lars 创作于
* chore: port PR template from `dev` branch (#9004) * fix(runtime-wry): avoid panic during clipboard initialization on wayland (#9003) closes #8964 * ci: downgrade thread_local to 1.1.7 in msrv list (#9012) * Apply Version Updates From Current Changes (v1) (#9013) Co-authored-by:
lucasfernog <lucasfernog@users.noreply.github.com> * fix(bundler): escape potentially problematic strings in an XML (#9040) * fix(bundler): escape potentially problematic strings in an XML (#9030) - replace characters invalid in XML with their escaped form to properly bundle resources with such characters in their pathnames. * change file * fix(cli): use `matched_path_or_any_parents` when checking if a file is ignored (#8903) * fix: taurignore ignoreing folders not working for watch * docs: add to changes * fix: panic: path is expected to be under the root * Update taurignore-ignoring-folders-not-working-for-watch.md * Update ta...
-
- 4月 17, 2024
-
-
由 Amr Bashir 创作于
closes #9485
-
由 Amr Bashir 创作于
* feat(cli): ignore `.DS_Store` by default for dev watcher closes #9451 * Update cli-ds-store-dev-watch.md
-
由 Amr Bashir 创作于
-
- 4月 16, 2024
-
-
由 Jingyu 创作于
* fix(webview): typo in webview window builder document * Update core/tauri/src/webview/webview_window.rs --------- Co-authored-by:
Fabian-Lars <fabianlars@fabianlars.de>
-
- 4月 15, 2024
-
-
由 Marc Espin 创作于
* fix: Remove old links update CONTRIBUTING.md * update
-
由 github-actions[bot] 创作于
Co-authored-by:
amrbashir <amrbashir@users.noreply.github.com>
-
由 Lucas Fernandes Nogueira 创作于
-
由 Amr Bashir 创作于
* fix(core): fix deadlock when using resources_table in menu/image/tray plugins closes #9369 * document the resources_table requirement
-
由 Amr Bashir 创作于
* fix(api): fix dpi types serialization closes #9370 * Update api-position-size-args.md * lint * setMinSize and setMaxSize * Update api-position-size-args.md
-
由 Amr Bashir 创作于
-
由 Fabian-Lars 创作于
-
由 Kornel 创作于
-
由 Amr Bashir 创作于
closes #9396
-
由 Kornel 创作于
-
由 Kornel 创作于
* feat(cli): show full expected path of frontendDist
-
- 4月 10, 2024
-
-
由 Lucas Fernandes Nogueira 创作于
* fix(core): deadlock on window create * Update mod.rs Co-authored-by:
Fabian-Lars <fabianlars@fabianlars.de> --------- Co-authored-by:
Fabian-Lars <fabianlars@fabianlars.de>
-
- 4月 08, 2024
-
-
由 Tony 创作于
-
- 4月 05, 2024
-
-
由 Tony 创作于
* Expose webview zoom * Add js side support * Generate bundle script * Format * Add change file
-
- 4月 04, 2024
-
-
由 dependabot[bot] 创作于
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite ) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 4月 03, 2024
-
-
由 Tony 创作于
* Expose webview2 zoom hotkeys from wry * Add change file * Apply suggestions from code review Co-authored-by:
Amr Bashir <amr.bashir2015@gmail.com> * Regenerate schema files --------- Co-authored-by:
Amr Bashir <amr.bashir2015@gmail.com>
-
由 Mariotaku 创作于
* feat(bundler): added provides, conflicts and replaces for deb and rpm packages * added change file * update .changes/deb-rpm-provides-conflicts-replaces.md according to review Co-authored-by:
Amr Bashir <amr.bashir2015@gmail.com> * inlined provides/conflicts/replaces(obsoletes) variables * fmt
-
由 Fabian-Lars 创作于
* fix(core): compile error for 32bit targets * clippy giving me trust issues
-
由 Fabian-Lars 创作于
* fix(core): Update webview metadata on window close * make it multiwebview friendlier * support webview.close() too -> THIS IS STILL MISSING AN EVENT LIKE tauri://destroyed !!!
-
- 4月 02, 2024
-
-
由 Tony 创作于
* Fix window center doesn't consider taskbar size * Clean up * Add change file * Calculate title bar size on initial creation * Comment about not adding in rect.bottom * Tweak comment * Fix center existing window a bit too high * us NSWindow::center on macOS * skip if undecorated
-
由 github-actions[bot] 创作于
* apply version updates * fix bundler version * fix bundler version --------- Co-authored-by:
lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by:
Lucas Nogueira <lucas@tauri.app>
-
由 Amr Bashir 创作于
* refactor(core): scope JS resources to the webview * clippy * change files * swap args order * more clippy * just add them on each type * clippy * macro docs * Update mod.rs * use random rid * revert resource table arg change --------- Co-authored-by:
Lucas Nogueira <lucas@tauri.app>
-
由 Amr Bashir 创作于
closes #9342
-
由 Amr Bashir 创作于
* fix(cli): disable directory traversal in builtin dev server This PR also includes a cleanup refactor of the server * Update builtin_dev_server.rs
-
- 4月 01, 2024
-
-
由 Amr Bashir 创作于
-
由 amrbashir 创作于
closes #9325
-
由 Lucas Fernandes Nogueira 创作于
* feat(ipc): enhance request URL checks * actually use req url * fix windows, tests * wry 0.38, file drop refactor * wry 0.38.1 * adjust for windows [skip ci] * wry 0.38.2 [skip ci] * update to latest tao, wry, muda and tray-icon * change tag * serde * use published crates * downgrade cargo-platform to 0.1.7 --------- Co-authored-by:
amrbashir <amr.bashir2015@gmail.com>
-
由 Amr Bashir 创作于
-
由 Lucas Fernandes Nogueira 创作于
-
由 Lucas Fernandes Nogueira 创作于
-
由 scottpledger 创作于
* Allow tauri-cli to work with Bazel. Signed-off-by:
Scott Pledger <scottpledger2005@gmail.com> * change file --------- Signed-off-by:
Scott Pledger <scottpledger2005@gmail.com>
-
- 3月 28, 2024
-
-
由 Tony 创作于
* Fix not changing visibilty for windows webview * Add change file * Move is_visible calculation to the caller * Rename update to set
-