-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Comparing changes
Open a pull request
base repository: tauri-apps/tauri
base: tauri-build-v1.5.1
head repository: tauri-apps/tauri
compare: tauri-build-v1.5.2
Commits on Dec 20, 2023
-
chore(deps) Update Tauri API Definitions (1.x) (#8449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 883e521 - Browse repository at this point
Copy the full SHA 883e521View commit details
Commits on Dec 27, 2023
-
* feat: re-exoprt `Url` `Url` is used/returned from public API, we should re-export it * Update .changes/export-url.md
Configuration menu - View commit details
-
Copy full SHA for 6e48837 - Browse repository at this point
Copy the full SHA 6e48837View commit details -
Configuration menu - View commit details
-
Copy full SHA for 446fc99 - Browse repository at this point
Copy the full SHA 446fc99View commit details
Commits on Dec 28, 2023
-
fix(core): allow canceling
data-tauri-drag-region
maximization on m……acOS, closes #8306 (#8312) * fix(core): allow canceling `data-tauri-drag-region` maximization on macOS, closes #8306 * Update .changes/tauri-data-drag-region-macos-maximize.md * fix typo * cancel if mouse moves * Update tauri-data-drag-region-macos-maximize.md [skip ci] * Update core/tauri/scripts/core.js [skip ci] --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Configuration menu - View commit details
-
Copy full SHA for 8f8729d - Browse repository at this point
Copy the full SHA 8f8729dView commit details -
feat(bundler): codesign nested code on macos (#8259)
* feat(bundler): codesign nested code on macos * chore: update changelog tag * typo * also sign stuff in the Libraries folder tested this for spacedrive, which has a bunch of dylib inside the libraries folder * Update .changes/mac-bundler-nested-code-sign.md [skip ci] --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Configuration menu - View commit details
-
Copy full SHA for 8991129 - Browse repository at this point
Copy the full SHA 8991129View commit details
Commits on Jan 3, 2024
-
fix(cli): Watch workspace members if tauri dir is workspace root (#8520)
* fix(cli): Watch workspace members if tauri dir is ws root See title. This PR also includes a fix/workaround for paths with funny characters that may not make the glob expansion panic. Fixes #8509 * extract into function * cleanup
Configuration menu - View commit details
-
Copy full SHA for 67d7877 - Browse repository at this point
Copy the full SHA 67d7877View commit details
Commits on Jan 10, 2024
-
fix(core): Retain order of map keys in ipc, fixes #7922 (#8577)
* fix(core): Retain order of map keys in ipc, fixes #7922 * enable dep on http-api feature instead of http-request * Create fix-formbody-order.md * Update fix-formbody-order.md
Configuration menu - View commit details
-
Copy full SHA for b546b42 - Browse repository at this point
Copy the full SHA b546b42View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6bdba1f - Browse repository at this point
Copy the full SHA 6bdba1fView commit details -
fix(clipboard): build issues on wayland (fix #8515) (#8546)
* fix(clipboard): fail to build on wayland * specify exact version * bump MSRV to 1.63 * revert msrv changes --------- Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1ca69bc - Browse repository at this point
Copy the full SHA 1ca69bcView commit details
Commits on Jan 16, 2024
-
feat: enable socks-proxy for bundler download (#8596) (#8611)
* feat: enable socks-proxy for bundler download * change file Co-authored-by: Lai Zn <laizenan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 06890c7 - Browse repository at this point
Copy the full SHA 06890c7View commit details -
deps: Libflate to flate2 (#8618)
* Replace libflate with flate2 * Add .changes file * Cargo fmt
Configuration menu - View commit details
-
Copy full SHA for 4926648 - Browse repository at this point
Copy the full SHA 4926648View commit details
Commits on Jan 17, 2024
-
feat: Add Section, Priority and Changelog options (#8620)
* Init section, priority and changelog * Add section. priority and changelog support * fix variable name * Add .changes file * Fix Formatting * Apply suggestions from code review
Configuration menu - View commit details
-
Copy full SHA for 7aa30de - Browse repository at this point
Copy the full SHA 7aa30deView commit details -
chore: Commit Cargo.lock (#8586)
* chore: Commit Cargo.lock * memchr for non-windows * cfg-expr for non-windows * add msrv check to covector * update script * downgrade arboard * downgrade petgraph --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Configuration menu - View commit details
-
Copy full SHA for a9b2c06 - Browse repository at this point
Copy the full SHA a9b2c06View commit details
Commits on Jan 29, 2024
-
fix(cli): Ignore query parameter in dev server (#8697)
* fix(cli): Ignore query parameter in dev server fixes #8148 additional ref: https://discord.com/channels/616186924390023171/1201199918379974766 * Update .changes/cli-devserver-queryparam.md --------- Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0bff8c3 - Browse repository at this point
Copy the full SHA 0bff8c3View commit details
Commits on Jan 31, 2024
-
feat: retain cli args when relaunching after update, closes #7402 (#7718
) * feat: retain cli args when relaunching after update, closes #7402 * 1.61 compatible OsString join * fix msi impl as well * fix tests * Update .changes/tauri-bundler-nsis-args.md Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio> * Update .changes/tauri-updater-retain-args.md Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio> * more typos * fix update args * pull args from Env * check if not empty * pin memchr * Update core.rs * Update core.rs * move /args * fix build * lint * more lints --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
Configuration menu - View commit details
-
Copy full SHA for 8ce51ce - Browse repository at this point
Copy the full SHA 8ce51ceView commit details
Commits on Feb 1, 2024
-
fix(core): Command::output suspend while wait for response (#8539)
* fix: Command::output suspend while wait for response * add change file --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Configuration menu - View commit details
-
Copy full SHA for cc3d8e7 - Browse repository at this point
Copy the full SHA cc3d8e7View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0f2781 - Browse repository at this point
Copy the full SHA b0f2781View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 510b622 - Browse repository at this point
Copy the full SHA 510b622View commit details
Commits on Feb 13, 2024
-
fix(macos): use BTreeMap for windows map to prevent crash on idle (#8117
Configuration menu - View commit details
-
Copy full SHA for 2421073 - Browse repository at this point
Copy the full SHA 2421073View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b5e871 - Browse repository at this point
Copy the full SHA 7b5e871View commit details
Commits on Feb 18, 2024
-
Apply Version Updates From Current Changes (v1) (#8475)
* chore: change bump to patch * apply version updates --------- Co-authored-by: amrbashir <amr.bashir2015@gmail.com> Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b735b67 - Browse repository at this point
Copy the full SHA b735b67View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4b82d9 - Browse repository at this point
Copy the full SHA a4b82d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e816a46 - Browse repository at this point
Copy the full SHA e816a46View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ab0db6 - Browse repository at this point
Copy the full SHA 1ab0db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d42668c - Browse repository at this point
Copy the full SHA d42668cView commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01ae121 - Browse repository at this point
Copy the full SHA 01ae121View commit details -
Apply Version Updates From Current Changes (v1) (#9013)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 80a215a - Browse repository at this point
Copy the full SHA 80a215aView commit details
Commits on Mar 4, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 5163861 - Browse repository at this point
Copy the full SHA 5163861View commit details
Commits on Mar 6, 2024
-
fix(cli): use
matched_path_or_any_parents
when checking if a file i……s 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 taurignore-ignoring-folders-not-working-for-watch.md
Configuration menu - View commit details
-
Copy full SHA for b15948b - Browse repository at this point
Copy the full SHA b15948bView commit details
Commits on Mar 7, 2024
-
fix(cli): migrate to stable features of
log
crate (#9119)* fix(cli): migrate to stable features of `log` crate * to_cow_str
Configuration menu - View commit details
-
Copy full SHA for 97a0514 - Browse repository at this point
Copy the full SHA 97a0514View commit details -
Apply Version Updates From Current Changes (v1) (#9074)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b705f89 - Browse repository at this point
Copy the full SHA b705f89View commit details
Commits on Mar 18, 2024
-
fix(core/path): remove suffix in basename only once (#9166)
* fix(core/path): remove suffix in basename only once ref: #9064 * Update tooling/api/src/path.ts --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Configuration menu - View commit details
-
Copy full SHA for e3b6d38 - Browse repository at this point
Copy the full SHA e3b6d38View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77cc49a - Browse repository at this point
Copy the full SHA 77cc49aView commit details
Commits on Mar 26, 2024
-
fix(bundler): Fix nsis resource paths on non-windows build systems. (#…
…9281) * fix(bundler): Fix nsis resource paths on non-windows build systems. * remove leftover from alternative
Configuration menu - View commit details
-
Copy full SHA for 017861e - Browse repository at this point
Copy the full SHA 017861eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe81b8 - Browse repository at this point
Copy the full SHA dbe81b8View commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9dd67ab - Browse repository at this point
Copy the full SHA 9dd67abView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe6f81f - Browse repository at this point
Copy the full SHA fe6f81fView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aeddc40 - Browse repository at this point
Copy the full SHA aeddc40View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9638b6 - Browse repository at this point
Copy the full SHA f9638b6View commit details -
fix(bundler): don't convert product name to snake case when cross com…
Configuration menu - View commit details
-
Copy full SHA for 1675e41 - Browse repository at this point
Copy the full SHA 1675e41View commit details
Commits on Apr 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 705da97 - Browse repository at this point
Copy the full SHA 705da97View commit details
Commits on Apr 22, 2024
-
ci: Fix package downgrades in covector workflow (#9538)
* ci: Fix package downgrades in covector workflow * some more packages
Configuration menu - View commit details
-
Copy full SHA for d00178d - Browse repository at this point
Copy the full SHA d00178dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c9e35 - Browse repository at this point
Copy the full SHA 07c9e35View commit details -
chore(ci): downgrade home crate (#9542)
* chore(ci): downgrade home crate * chore: update deps
Configuration menu - View commit details
-
Copy full SHA for 83e024c - Browse repository at this point
Copy the full SHA 83e024cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c2636 - Browse repository at this point
Copy the full SHA 72c2636View commit details -
Apply Version Updates From Current Changes (v1) (#9544)
* apply version updates * downgrade tokio deps --------- Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Configuration menu - View commit details
-
Copy full SHA for caddd5b - Browse repository at this point
Copy the full SHA caddd5bView commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd2f8ab - Browse repository at this point
Copy the full SHA fd2f8abView commit details
Commits on Apr 28, 2024
-
fix(core): run plugin init script in a separate context (#9570)
* fix(core): run plugin init script in a separate context * fix ci
Configuration menu - View commit details
-
Copy full SHA for 3e98145 - Browse repository at this point
Copy the full SHA 3e98145View commit details
Commits on Apr 29, 2024
-
ci(1.x): Fix publishing of cli-macos-x64 (#9575)
* ci: Fix publishing of cli-macos-x64 * temp: only publish darwin-x64 * temp: wrong version * temp: disable everything but darwin-x64 * temp: wrong test arch... * temp: last one * temp: last one for realsies * remove temp stuff * revert more
Configuration menu - View commit details
-
Copy full SHA for 532279b - Browse repository at this point
Copy the full SHA 532279bView commit details -
* ci: use lts node version in CI * lts/* * 16 * more 16
Configuration menu - View commit details
-
Copy full SHA for 80db9df - Browse repository at this point
Copy the full SHA 80db9dfView commit details
There are no files selected for viewing