Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lang) added german language #8056

Closed
wants to merge 507 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
507 commits
Select commit Hold shift + click to select a range
f6c373e
chore(cli): update lockfile
lucasfernog Apr 3, 2023
09d5dd5
style: warn(clippy::useless_format) (#6619)
siyou Apr 3, 2023
a813792
fix(core): compilation issues without execute or sidecar features (#6…
lucasfernog Apr 3, 2023
29ee623
(NEXT) Apply Version Updates From Current Changes (#6622)
github-actions[bot] Apr 3, 2023
7fec0f0
fix(cli): use local ip addr for built-in server on mobile, closes #64…
amrbashir Apr 4, 2023
5769ee6
fix(ci): use ubuntu-20.04 to build the CLI (#6632)
lucasfernog Apr 4, 2023
5288a38
fix(cli): readd Cargo.toml to the plugin template (#6637)
lucasfernog Apr 4, 2023
ec7d24b
chore(cli): update Android template gitignore files
lucasfernog Apr 4, 2023
d378081
chore(cli): only create .tauri/plugins folder on Android
lucasfernog Apr 4, 2023
052c582
feat(core): implement Clone for PluginHandle (#6644)
lucasfernog Apr 5, 2023
d03e47d
fix: only build specified rust targets for aab/apk build (#6625)
amrbashir Apr 5, 2023
63f088e
feat(cli): add `--release` for `android dev` (#6638)
amrbashir Apr 5, 2023
db4c9dc
feat(core): add option to configure Android's minimum SDK version (#6…
lucasfernog Apr 7, 2023
1eacd51
overloaded the open function for convenient type inference (#5619)
Fractal-Tess Apr 7, 2023
be941b9
feat(core): add path plugin, implement mobile APIs (#6339)
lucasfernog Apr 7, 2023
f0570d9
feat(core): improve `run_mobile_plugin` error handling (#6655)
lucasfernog Apr 7, 2023
a8153b9
chore(cli): gitignore iOS Externals folder
lucasfernog Apr 8, 2023
f436cf8
refactor(core): remove PathExt trait, add `path` function to Manager …
lucasfernog Apr 9, 2023
055e9b3
chore(deps): update wry, closes #6658 (#6671)
lucasfernog Apr 10, 2023
f3917e7
(NEXT) Apply Version Updates From Current Changes (#6633)
github-actions[bot] Apr 10, 2023
57fa569
fix(ci): send ref to publish CLI workflows (#6674)
lucasfernog Apr 12, 2023
abc5f91
fix(cli): iOS Xcode script using incorrect library path (#6699)
lucasfernog Apr 13, 2023
9de8979
fix(core): iOS plugin freezing when receiving a bool parameter (#6700)
lucasfernog Apr 13, 2023
ee2d3b9
fix(cli): remove buildSrc from Android project gitignored paths (#6702)
lucasfernog Apr 13, 2023
06fdcc0
(NEXT) Apply Version Updates From Current Changes (#6701)
github-actions[bot] Apr 13, 2023
34b8f33
feat(core): add `app` method on `PluginApi` (#6705)
lucasfernog Apr 14, 2023
09376af
refactor(core): remove `cli` feature (#6704)
lucasfernog Apr 14, 2023
22a7633
feat(core): expose `SafePathBuf` (#6713)
lucasfernog Apr 15, 2023
fc4d687
refactor(core): move file system endpoints to its own plugin (#6716)
lucasfernog Apr 16, 2023
e6e586a
chore(examples): update API example plugin usage (#6715)
lucasfernog Apr 16, 2023
276e4a3
feat(core): expose `runtime_handle` on AppHandle (#6727)
lucasfernog Apr 17, 2023
cebd752
refactor(core): remove the clipboard APIs (#6728)
lucasfernog Apr 17, 2023
8e46695
Revert "feat(core): expose `runtime_handle` on AppHandle (#6727)"
lucasfernog Apr 17, 2023
db9c12c
refactor(runtime): remove clipboard APIs (#6735)
lucasfernog Apr 18, 2023
3f17ee8
refactor(core): remove global shortcut APIs (#6737)
lucasfernog Apr 18, 2023
2d5378b
refactor(core): move dialog API to its own plugin (#6717)
lucasfernog Apr 19, 2023
f78a378
refactor(core): remove http features (#6742)
lucasfernog Apr 19, 2023
86488a6
refactor(core): remove notification API (#6745)
lucasfernog Apr 19, 2023
ae10298
refactor(core): read tray icon only on desktop, refactor Context (#6719)
lucasfernog Apr 19, 2023
0c11023
refactor(core): remove http-multipart Cargo feature (#6748)
lucasfernog Apr 19, 2023
96639ca
refactor(core): remove shell APIs (#6749)
lucasfernog Apr 20, 2023
41f49ae
fix(cli.js): adb commands not working, closes #6659 (#6708)
lucasfernog Apr 23, 2023
dfa407f
feat(mobile): add plugin config to the Plugin class (#6763)
lucasfernog Apr 23, 2023
2969d1c
refactor(core): use absolute path to plugin Android project (#6773)
lucasfernog Apr 23, 2023
cdad6e0
refactor(core): use absolute path for the tauri Android library (#6774)
lucasfernog Apr 23, 2023
31444ac
chore(deps): update wry to 0.28 (#6725)
amrbashir Apr 23, 2023
2a5175a
feat(android): enhance JSObject return types (#6779)
lucasfernog Apr 23, 2023
d693e52
feat(android): add `onNewIntent` plugin hook (#6780)
lucasfernog Apr 23, 2023
ecc9ac9
fix(tauri-build): escape path to tauri-android project (#6785)
amrbashir Apr 24, 2023
9422490
refactor(core): generate TauriActivity on build script (#6783)
lucasfernog Apr 24, 2023
124d5c5
fix(cli): use snake_case fallback of app_name (#6788)
amrbashir Apr 25, 2023
41cb061
fix(ios): update wry, fix plugin config load (#6810)
lucasfernog Apr 27, 2023
19cd0e4
feat: add `key.properties` to android gitignore (#6811)
amrbashir Apr 27, 2023
e68a08d
feat(android): allow `JSObject::getString` to return null
lucasfernog Apr 29, 2023
edb16d1
fix(android): adjust Android plugin command exception to use e.messag…
lucasfernog May 1, 2023
bb2a8cc
fix(ios): use correct class to call plugin command with `throws` (#6830)
lucasfernog May 1, 2023
73c803a
feat(android): inject tauri.conf.json asset, add plugin config load A…
lucasfernog May 3, 2023
256c30c
feat(android): support private plugin callbacks and commands (#6863)
lucasfernog May 5, 2023
7a4b1fb
feat(macros): add support to attributes on generate_handler (#6839)
lucasfernog May 6, 2023
6d1fa49
fix(cli): clear plugin JSON file before rebuilding (#6881)
lucasfernog May 6, 2023
3188f37
feat: update MSRV to 1.65 (#6883)
lucasfernog May 6, 2023
5a768d5
refactor(build): remove WindowsAttributes::sdk_dir (#6886)
lucasfernog May 6, 2023
4585a1c
Merge branch 'dev' into next
lucasfernog May 7, 2023
d48aaa1
fix(cli): readd plugin example template Cargo.toml files (#6894)
lucasfernog May 8, 2023
2cc282c
fix(build): rerun plugin build when plugins.json changes, wait write …
lucasfernog May 8, 2023
3245d14
refactor(core): remove `app` module (#6895)
lucasfernog May 8, 2023
29ce9ce
refactor(core): move `os` endpoints to a dedicated plugin (#6902)
lucasfernog May 8, 2023
c417115
fix: enable shadows by default, closes #6909 (#6916)
amrbashir May 9, 2023
60cf9ed
refactor(core): move `process` endpoints to plugins-workspace (#6905)
lucasfernog May 9, 2023
b072daa
refactor(core): move `updater` to a plugin (#6919)
lucasfernog May 9, 2023
0ab5f40
feat(core): add IPC channel (#6813)
lucasfernog May 11, 2023
39f1b04
refactor(core): move event JS API to a core plugin (#6943)
lucasfernog May 12, 2023
5a9307d
feat(cli): update android template to gradle 8.0 (#6890)
amrbashir May 12, 2023
9a79dc0
refactor(core): remove window endpoints (#6947)
lucasfernog May 12, 2023
e1e85dc
chore: fix ci and cleanup leftovers (#6925)
amrbashir May 13, 2023
6d25c4d
fix(config): properly reference updater configuration on ToTokens imp…
lucasfernog May 13, 2023
6fb5734
feat(mobile): add event APIs for plugins (#6946)
lucasfernog May 15, 2023
59db76a
refactor(android): fix race conditions processing Android plugin proj…
lucasfernog May 16, 2023
e5bd34c
refactor(core): remove init scripts related to plugin APIs (#6975)
lucasfernog May 16, 2023
994e4fd
chore: reuse `defaultArchList` (#6978)
amrbashir May 16, 2023
2344aea
fix(ci): use `workflow-dispatch` action to trigger next branch workfl…
lucasfernog May 16, 2023
8ce32e7
feat(core): expose default_window_icon on App and AppHandle (#6986)
lucasfernog May 17, 2023
d1304ff
(NEXT) Apply Version Updates From Current Changes (#6707)
github-actions[bot] May 18, 2023
b0f9477
feat(cli): add migrate command (#7008)
lucasfernog May 20, 2023
3256a37
fix(build): inject Android proguard rules, closes #7016 (#7017)
lucasfernog May 21, 2023
8e85576
fix: default log path for linux and windows updated (fix: #6809) (#6827)
unknovvn May 21, 2023
aa6c916
fix(cli): don't build library when building desktop targets, closes #…
FlysoftBeta May 22, 2023
3f4c4ce
fix(cli/android): fallback to all targets (#7028)
amrbashir May 22, 2023
9770032
feat(cli): improve logic to copy Rust library to iOS project External…
DaAitch May 22, 2023
7e5905a
feat(cli): `plugin add` command (#7023)
lucasfernog May 23, 2023
e0f0dce
feat: add window effects api (#6442)
amrbashir May 23, 2023
a28fdf7
feat(cli/mobile/init): skip installing already installed targets, clo…
amrbashir May 26, 2023
1604894
fix clippy errors on macOS (#7064)
chippers May 26, 2023
7fee3d3
use cargo workspace package table (#6885)
chippers May 26, 2023
735db1c
feat(cli/mobile/init): add `--skip-targets-install`, ref #7044 #7058 …
lucasfernog May 26, 2023
1ed2600
fix(cli): set current dir to tauri dir before reading config, closes …
amrbashir May 26, 2023
a50f24b
Merge remote-tracking branch 'origin/dev' into next (#7067)
lucasfernog May 30, 2023
9e3a18e
feat(api): expose window target option on event APIs (#7132)
lucasfernog Jun 5, 2023
3480047
feat(cli): Build the CLI for Windows ARM64, closes #7015 (#7098) (#7106)
FabianLars Jun 6, 2023
f2d68cf
feat(core): expose Wry's `with_incognito` to Tauri on the `WindowBuil…
Hyphrio Jun 6, 2023
4652c44
feat: add `tempDir` to path plugin (#7144)
amrbashir Jun 6, 2023
bfaf624
chore: fix doc link (#7147)
amrbashir Jun 7, 2023
6d3f313
fix(core/path): change `sep` and `delimiter` to functions (#7160)
amrbashir Jun 8, 2023
8124145
fix(core): path commands not added (#7171)
lucasfernog Jun 9, 2023
b66e7d6
feat(core): impl clone for `Channel` (#7174)
amrbashir Jun 10, 2023
0fa0fa4
fix: check if url local with platform custom protocol, closes #7176 (…
amrbashir Jun 14, 2023
2d2fd6a
fix(core): use correct http method for proxied server, closes #7191 (…
amrbashir Jun 15, 2023
7bbc626
Merge remote-tracking branch 'origin/dev' into next (#7212)
lucasfernog Jun 15, 2023
93afa71
chore: fix merge conflicts from dev
lucasfernog Jun 15, 2023
cafaf69
fix(ci): add missing license headers, adjust script to properly ignor…
lucasfernog Jun 15, 2023
d0e5dbf
fix(core): remove unused dependencies
lucasfernog Jun 15, 2023
6b81d70
Merge pull request #7217 from tauri-apps/fix/unused-deps
lucasfernog Jun 15, 2023
535f223
Merge pull request #7214 from tauri-apps/next
wusyong Jun 16, 2023
4847b87
fix(cli): handle `npx` for mobile commands, closes #7209 (#7218)
amrbashir Jun 16, 2023
8922be5
feat(android): disable action bar in `themes.xml` (#7164)
amrbashir Jun 16, 2023
c7534e7
feat(android): disable action bar in dark mode themes.xml (#7226)
jhutchins Jun 17, 2023
1e9c463
Merge remote-tracking branch 'origin/1.x' into dev
lucasfernog Jun 17, 2023
84695cb
chore(changes): delete change files from 1.4 release (#7238)
lucasfernog Jun 17, 2023
1542ad1
chore(ci): delete workflow from `next` branch (#7239)
lucasfernog Jun 17, 2023
655c714
fix(cli): do not panic on Ctrl+C on `ios dev` (#7240)
lucasfernog Jun 17, 2023
6252380
fix(cli): kill `beforeDevCommand` process if mobile dev command fails…
lucasfernog Jun 17, 2023
3d707dd
fix(ci): run covector workflow on dev branch
lucasfernog Jun 17, 2023
bd29b05
Apply Version Updates From Current Changes (v2) (#7242)
github-actions[bot] Jun 17, 2023
7036bc9
fix(ci): use native-tls-vendored for @tauri-apps/cli darwin arm64 bui…
lucasfernog Jun 17, 2023
d1a6e2f
chore(deps): update state to 0.6 (#7252)
lucasfernog Jun 18, 2023
e63111b
chore: remove v1 references on documentation and benchmark (#7258)
lucasfernog Jun 19, 2023
c34e37b
docs: added rustdoc icons (#7253)
simonhyll Jun 20, 2023
c4e9740
added missing futures-util (#7260)
simonhyll Jun 20, 2023
33f6aa4
fix: ipc scope not found error at windows (#7264)
yydcnjjw Jun 20, 2023
b044449
ci: fix version-or-publish PR naming (#7268)
amrbashir Jun 20, 2023
2a000e1
feat: add navigate method (#7235)
jhutchins Jun 20, 2023
180eeb7
chore(deps) Update Tauri API Definitions (#7275)
renovate[bot] Jun 21, 2023
6db81ec
chore(deps) Update Rust crate ureq to 2.7 (#7274)
renovate[bot] Jun 21, 2023
5cbf4df
chore(deps) Update Rust crate swift-rs to 1.0.5 (#7272)
renovate[bot] Jun 21, 2023
0ef9c6b
chore(deps) Update Rust crate serde_json to 1.0.97 (#7271)
renovate[bot] Jun 21, 2023
38d0bed
fix(cli): Split metadata.json per major version. (#7276)
FabianLars Jun 22, 2023
5eb8554
fix(cli): Apple Dev Teams format for info::Section::Display (#7282)
i-c-b Jun 24, 2023
3065c8a
fix(bundler): Enable zip's deflate feature flag (#7296)
FabianLars Jun 26, 2023
23b0e1b
fix: add resolution for `semver` npm package to fix cve (#7353)
amrbashir Jul 4, 2023
43c6285
chore(deps): update unmaintained dependency from kuchiki to kuchikiki…
davide-baldo Jul 5, 2023
fd5dc78
refactor: cleanup and remove unused `tauri::api` modules (#7352)
amrbashir Jul 10, 2023
74b1f4f
feat(core): add dark/light mica option (#7384)
amrbashir Jul 10, 2023
f280dcf
chore(deps) Update Rust crate libflate to v2 (#7410)
renovate[bot] Jul 12, 2023
84c4159
feat(core): add monitor functions for `App/AppHandle`, closes #6394 (…
amrbashir Jul 12, 2023
3b98141
feat: add file association support, closes #3736 (#4320)
meowtec Jul 16, 2023
a5752db
feat(core): forward `onNewIntent` event to android plugins (#7436)
FabianLars Jul 17, 2023
753900d
feat(ios): expose `RunEvent::Opened` (#7440)
lucasfernog Jul 17, 2023
c7dacca
feat(cli): expose iOS project path and app name as env vars (#7446)
lucasfernog Jul 18, 2023
aa94f71
feat(ios): add empty entitlements file to iOS project (#7445)
lucasfernog Jul 18, 2023
aba04fa
feat(build): add API to update the iOS entitlements file (#7448)
lucasfernog Jul 18, 2023
522de0e
feat(core): allow a plugin build script to read the plugin config obj…
lucasfernog Jul 18, 2023
1e1d839
feat(build): add function to rewrite AndroidManifest.xml (#7450)
lucasfernog Jul 19, 2023
ecffaa2
feat(build): skip writing manifest/entitlements when no changes found…
lucasfernog Jul 19, 2023
7b45e7f
feat(build): trigger rerun if plugin config env var changes (#7458)
lucasfernog Jul 19, 2023
c40b8ae
chore(deps) Update Rust crate tar to 0.4.39 (#7452)
renovate[bot] Jul 20, 2023
339cfa1
chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /tooling/api (#7451)
dependabot[bot] Jul 20, 2023
3788fb1
chore(deps-dev): bump vite from 3.0.9 to 3.2.7 in /examples/api (#7223)
dependabot[bot] Jul 20, 2023
b727735
chore(deps) Update Tauri API Definitions (#7311)
renovate[bot] Jul 20, 2023
3a2c3e7
feat: Add ordered navigation handler for plugins, closes #7306 (#7439)
jhutchins Jul 24, 2023
4db363a
feat: add visible_on_all_workspaces, closes #6589 (#7437)
krzykro2 Jul 26, 2023
6c38924
fix: improve French translations for nsis installer (#7523)
stanislas-m Aug 5, 2023
d010bc0
feat(ios): properly set iOS product name (#7554)
lucasfernog Aug 5, 2023
8af2497
feat(cli): automate API -> plugin migration (#7561)
lucasfernog Aug 8, 2023
56714ed
chore(deps) Update Rust crate tempfile to 3.7.0 (#7497)
renovate[bot] Aug 8, 2023
6a76d0a
chore(deps) Update Tauri API Definitions (#7496)
renovate[bot] Aug 8, 2023
e1a5e89
feat(renovate): run on 1.x branch (#7564)
lucasfernog Aug 9, 2023
82c3f6b
chore(deps) Update Tauri Bundler (dev) (#7579)
renovate[bot] Aug 10, 2023
85efd0a
chore(deps) Update Rust crate swift-rs to 1.0.6 (dev) (#7578)
renovate[bot] Aug 10, 2023
fbeb5b9
refactor(core): use webview's URI schemes for IPC (#7170)
lucasfernog Aug 10, 2023
e21a449
use mime crate for manager (#7584)
chippers Aug 12, 2023
ec82776
fix(tauri-runtime-wry): adjust docs.rs features to fix doc build (#7583)
lucasfernog Aug 13, 2023
7fb419c
refactor: move to `muda` and `tray_icon` crates (#7535)
amrbashir Aug 14, 2023
d928d23
chore(deps) Update Tauri Core - abandoned (#5253)
renovate[bot] Aug 14, 2023
02eb08b
perf: remove lto setting from CLI (#6861)
CrabNejonas Aug 14, 2023
28382fd
Apply Version Updates From Current Changes (#7270)
github-actions[bot] Aug 14, 2023
560b34d
fix(tauri-build): skip validating tray-icon feature flag (#7610)
lucasfernog Aug 14, 2023
4af5c5a
chore(api): add change file for #7170 (#7611)
lucasfernog Aug 14, 2023
e27b829
fix(ci): adjust publish-cli-rs workflow tag (#7609)
lucasfernog Aug 14, 2023
3bf1bce
Apply Version Updates From Current Changes (#7612)
github-actions[bot] Aug 14, 2023
7f81838
chore: enable tray-icon feature for docs.rs build (#7620)
lucasfernog Aug 15, 2023
04949d1
feat(bundler/NSIS): Add Bulgarian to supported NSIS languages. (#7624)
AngeloCore Aug 15, 2023
8a67661
feat(tauri): impl Send for app::Builder, closes #7618 (#7619)
yydcnjjw Aug 16, 2023
6177150
feat: add drag-n-drop position (#7601)
amrbashir Aug 16, 2023
5c95152
refactor!: take id for text/check/icon on menu builders (#7621)
amrbashir Aug 16, 2023
af3268a
refactor(menu,tray): add wrappers (#7622)
amrbashir Aug 16, 2023
41067ce
perf: remove unnecessary heap allocation (#7731)
thechampagne Sep 4, 2023
e98393e
fix: no longer unpacking and flattening payload, closes #7673 (#7677)
simonhyll Sep 4, 2023
29818de
fix(core): use postMessage IPC for remote URLs on macOS closes #7662 …
lucasfernog Sep 5, 2023
964282a
fix(cli): migration tests (#7745)
lucasfernog Sep 6, 2023
b75a121
fix(cli): update tauri-mobile to fix iOS logs not showing (#7762)
lucasfernog Sep 6, 2023
0d63732
refactor(core): allow custom protocol handler to resolve async (#7754)
lucasfernog Sep 6, 2023
b7f53d6
fix(core): use postMessage IPC for remote URLs on iOS ref #7751 (#7764)
lucasfernog Sep 6, 2023
8faa5a4
fix(cli): missing assets dir on iOS project when it is committed (#7765)
lucasfernog Sep 6, 2023
7db1c31
Apply Version Updates From Current Changes (#7627)
github-actions[bot] Sep 6, 2023
974e38b
refactor(cli): rename `plugin add` command to `add` (#7744)
lucasfernog Sep 7, 2023
4cb51a2
refactor(core): custom protocol on Windows now uses the http scheme (…
lucasfernog Sep 7, 2023
e1ac45c
fix(ci): downgrade crates requiring rust 1.66 (#7788)
lucasfernog Sep 8, 2023
6735994
fix(ci): downgrade cfg-expr to 0.15.4 (#7790)
lucasfernog Sep 8, 2023
a6a42f8
Apply Version Updates From Current Changes (#7770)
github-actions[bot] Sep 8, 2023
47b33e6
fix(ci): adjust test-core's downgrade step (#7796)
lucasfernog Sep 9, 2023
ac06506
chore: Move to a modern resolver when using workspaces. (#7797)
martinfrances107 Sep 9, 2023
822ba2b
Fix: Resolve Deprecation notice in the github build artifacts (#7780)
martinfrances107 Sep 9, 2023
d5074af
fix: custom protocol on Windows, change scheme on Android, closes #78…
lucasfernog Sep 11, 2023
3c66a53
Apply Version Updates From Current Changes (#7811)
github-actions[bot] Sep 11, 2023
100d9ed
fix(core): Correctly detect Android Tauri configuration file, closes …
i-c-b Sep 12, 2023
a68ccaf
fix: skip leading slash for asset protocol, closes #7815 (#7822)
amrbashir Sep 12, 2023
9a2b2f4
Chore: Resolve "environment variable" notice in the github build art…
martinfrances107 Sep 12, 2023
9902953
fix(core): remove unused rand dependency, ignore quickcheck_macros (#…
lucasfernog Sep 15, 2023
d6fd121
fix: add new ipc to csp config in streaming example, closes #7842 (#7…
FabianLars Sep 18, 2023
a2021c3
fix: remove mut self from set_native_icon signature (#7866)
logankeenan Sep 20, 2023
c3ac1f8
docs: use `http::*` qualified import instead of an alias (#7873)
amrbashir Sep 21, 2023
092a561
refactor!: remove `tauri::api` module (#7874)
amrbashir Sep 21, 2023
deea943
refactor!: changed `Env.args` to `Env.args_os` and use `OsString` ins…
amrbashir Sep 21, 2023
228e5a4
fix(cli): icons not added to the Android project (#7902)
lucasfernog Sep 26, 2023
1bce739
fix: Returns a warning instead of panicking if an AppImage is not mou…
Benji377 Sep 28, 2023
b7fd88e
refactor!: consistent naming in `tauri::scope` module (#7944)
amrbashir Oct 3, 2023
c0d03af
refactor!: renamed `TrayIconBuilder/TrayIcon::on_tray_event` to `Tray…
amrbashir Oct 3, 2023
44e8a56
fix: Cleared warnings seen while running ```cargo doc``` (#7862)
martinfrances107 Oct 3, 2023
68e7319
fix(core): update scope usage following #7944 (#7946)
lucasfernog Oct 3, 2023
b597aa5
feat: add `id` option for tray icon in config file (#7871)
amrbashir Oct 3, 2023
d735324
fix(cli): deadlock regression from #7802 (#7948)
lucasfernog Oct 3, 2023
1c9f3db
chore: change `tauri-mobile` to `cargo-mobile2` (#7953)
amrbashir Oct 5, 2023
b2f1772
feat(cli): use devicetl to connect with iOS 17 devices (#7971)
lucasfernog Oct 7, 2023
713f84d
Apply Version Updates From Current Changes (#7823)
github-actions[bot] Oct 8, 2023
4caa1cc
refactor(cli): enhance plugin subcommand, closes #7749 (#7990)
amrbashir Oct 11, 2023
46dcb94
feat(core): include mobile on docs.rs targets (#8006)
lucasfernog Oct 11, 2023
2fe8782
refactor: enhance the descriptions of CLI commands, closes #7572 (#7952)
amrbashir Oct 16, 2023
2558fab
refactor!: remove uuid and rand dependencies where applicable (#7939)
amrbashir Oct 17, 2023
f12306a
chore(deps): bump @babel/traverse from 7.17.0 to 7.23.2 in /tooling/c…
dependabot[bot] Oct 17, 2023
c9a9246
feat: move `window` plugin back to core (#8007)
amrbashir Oct 17, 2023
8b166e9
refactor!: consistent environment variables (#7949)
amrbashir Oct 17, 2023
b89d747
chore(deps): bump undici from 5.19.1 to 5.26.3 in /examples/api (#8024)
dependabot[bot] Oct 17, 2023
a63e71f
refactor(core&api)!: hide internal functions and reuse them in api.js…
amrbashir Oct 17, 2023
a5686e1
fix(core): compile on 32-bit targets (#8032)
lucasfernog Oct 17, 2023
880266a
chore: bump MSRV to 1.70 (#8031)
lucasfernog Oct 17, 2023
ed32257
feat(windows): add tabbed effect (#7794)
amrbashir Oct 17, 2023
12b8d18
refactor!: remove unnecessary error enum and result type aliases (#7875)
amrbashir Oct 17, 2023
1490567
refactor(core/plugin)!: inline result type alias (#8037)
amrbashir Oct 17, 2023
fb10b87
feat: move app plugin back to core (#8039)
amrbashir Oct 17, 2023
a6ad540
refactor: change path and event plugins to follow the same convention…
amrbashir Oct 17, 2023
c085add
feat: set application progress bar, close #7999 (#8009)
pewsheen Oct 17, 2023
c1ec0f1
feat(core): expose `always_on_bottom`, closes #7847 (#7933)
aelew Oct 18, 2023
8db26bd
fix(core): Clippy fixes. (#7869)
martinfrances107 Oct 18, 2023
6f23fa3
chore(deps): bump postcss from 8.4.24 to 8.4.31 in /examples/api (#7968)
dependabot[bot] Oct 18, 2023
5c0eeb4
chore(deps) Update Tauri API Definitions (dev) (major) (#7638)
renovate[bot] Oct 18, 2023
a76588d
chore(deps) Update Rust crate log to 0.4.20 (dev) (#7629)
renovate[bot] Oct 18, 2023
620b7a5
chore(deps) Update Tauri API Definitions (dev) (#7633)
renovate[bot] Oct 18, 2023
117a7dc
chore(deps) Update Tauri Utils (dev) (#7632)
renovate[bot] Oct 18, 2023
d501f3c
feat(lang) added german language
veldhaenchen Oct 19, 2023
15cfa59
feat(lang) added german language to bundler
veldhaenchen Oct 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .changes/add-command.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": 'patch:feat'
"@tauri-apps/cli": 'patch:feat'
---

Added `tauri plugin add` command to add a plugin to the Tauri project.
6 changes: 6 additions & 0 deletions .changes/add-mobile-to-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": 'minor:feat'
"@tauri-apps/cli": 'minor:feat'
---

Added `plugin android add` and `plugin ios add` commands to add mobile plugin functionality to existing projects.
8 changes: 8 additions & 0 deletions .changes/add-progress-bar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"tauri": 'patch:feat'
"tauri-runtime": 'patch:feat'
"tauri-runtime-wry": 'patch:feat'
"tauri-utils": 'patch:feat'
---

Added `set_progress_bar` to `Window`.
7 changes: 7 additions & 0 deletions .changes/add-visible-on-all-workspaces.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"tauri": 'minor:feat'
"tauri-runtime": 'minor'
"tauri-utils": 'minor:feat'
---

Added `visible_on_all_workspaces` configuration option to `WindowBuilder`, `Window`, and `WindowConfig`.
5 changes: 5 additions & 0 deletions .changes/always-on-bottom-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": patch:feat
---

Added `setAlwaysOnBottom` function on `Window` and the `alwaysOnBottom` option when creating a window.
5 changes: 5 additions & 0 deletions .changes/always-on-bottom-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-utils': 'minor:feat'
---

Added the `always_on_bottom` option to the window configuration.
7 changes: 7 additions & 0 deletions .changes/always-on-bottom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'tauri': 'minor:feat'
'tauri-runtime': 'minor:feat'
'tauri-runtime-wry': 'minor:feat'
---

Added `Window::set_always_on_bottom` and the `always_on_bottom` option when creating a window.
6 changes: 6 additions & 0 deletions .changes/android-apis-runtime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-runtime": 'minor:feat'
"tauri-runtime-wry": 'minor:feat'
---

Add `find_class`, `run_on_android_context` on `RuntimeHandle`.
6 changes: 6 additions & 0 deletions .changes/android-buildsrc-gitignore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": 'patch:enhance'
"@tauri-apps/cli": 'patch:enhance'
---

Do not gitignore the Android project's `buildSrc` folder by default since we removed absolute paths from it.
5 changes: 5 additions & 0 deletions .changes/android-enhance-method-parse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": 'patch:enhance'
---

Enhance parsing of annotated Android plugin methods to support private functions.
5 changes: 5 additions & 0 deletions .changes/android-load-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": 'patch:enhance'
---

Added static function `loadConfig` on the Android `PluginManager` class.
5 changes: 5 additions & 0 deletions .changes/android-on-new-intent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": 'patch:enhance'
---

Listen to `onNewIntent` and forward it to registered plugins.
5 changes: 5 additions & 0 deletions .changes/android-plugin-command-exception.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": 'patch:enhance'
---

Adjust Android plugin exception error.
5 changes: 5 additions & 0 deletions .changes/api-app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": 'minor:feat'
---

Add the `app` module back.
5 changes: 5 additions & 0 deletions .changes/api-ipc-refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": patch:feat
---

Change the IPC call to align with the new format for the custom protocol based API.
5 changes: 5 additions & 0 deletions .changes/api-min-node-18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": patch:changes
---

Updated minimum Node.js version to 18.
5 changes: 5 additions & 0 deletions .changes/api-primitives.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tauri-apps/api': 'major:breaking'
---

Changed `tauri` module to `primitives` and removed the undocumented `invoke` export from the root module.
5 changes: 5 additions & 0 deletions .changes/api-tabbed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": "patch:feat"
---

On Windows, add `Effect.Tabbed`,`Effect.TabbedDark` and `Effect.TabbedLight` effects.
5 changes: 5 additions & 0 deletions .changes/api-window.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": 'minor:feat'
---

Add the `window` module back.
5 changes: 5 additions & 0 deletions .changes/app-builder-send.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:enhance
---

Ensure Builder is Send by requiring the menu closure to be Send.
5 changes: 5 additions & 0 deletions .changes/app-plugin-core.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': patch:changes
---

Added the `app` plugin back into core.
5 changes: 5 additions & 0 deletions .changes/build-android-env-vars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-build": 'patch:enhance'
---

Set environment variables used by `tauri::mobile_entry_point`.
10 changes: 10 additions & 0 deletions .changes/bump-1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"tauri-bundler": 'patch:enhance'
"tauri-codegen": 'patch:enhance'
"tauri-macros": 'patch:enhance'
"tauri-utils": 'patch:enhance'
"tauri-runtime": 'patch:enhance'
"tauri-runtime-wry": 'patch:enhance'
---

Pull changes from Tauri 1.3 release.
5 changes: 5 additions & 0 deletions .changes/bundler-remove-dialog-option.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-bundler": 'patch:enhance'
---

Removed the `UpdaterSettings::dialog` field.
5 changes: 5 additions & 0 deletions .changes/bundler-zip-deflate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:bug'
---

Enable `zip`'s `deflate` feature flag to fix issues when downloading nsis and wix tools.
6 changes: 6 additions & 0 deletions .changes/channel-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"api": 'patch:enhance'
"tauri": 'patch:enhance'
---

Add channel API for sending data across the IPC.
5 changes: 5 additions & 0 deletions .changes/channel-rust.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:enhance
---

Added `Channel::new` allowing communication from a mobile plugin with Rust.
6 changes: 6 additions & 0 deletions .changes/cli-android-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": 'minor:feat'
"@tauri-apps/cli": 'minor:feat'
---

Added `android build` command.
6 changes: 6 additions & 0 deletions .changes/cli-android-dev-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch:enhance'
---

Add `--release` flag for `tauri android dev` however you will need to sign your Android app, see https://next--tauri.netlify.app/next/guides/distribution/sign-android
6 changes: 6 additions & 0 deletions .changes/cli-android-specified-targets-only.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch:enhance'
---

Build only specified rust targets for `tauri android build` instead of all.
5 changes: 5 additions & 0 deletions .changes/cli-android-split-per-abit-target.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-cli': 'patch:bug'
---

Fix `--split-per-abi` not building any targets unless specified by `--target` flag.
5 changes: 5 additions & 0 deletions .changes/cli-apple-dev-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-cli': 'patch:bug'
---

Fix `tauri info` failing when there is no available iOS code signing certificate.
6 changes: 6 additions & 0 deletions .changes/cli-built-in-dev-server-mobile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch:enhance'
---

Use local ip address for built-in dev server on mobile.
6 changes: 6 additions & 0 deletions .changes/cli-config-target-mobile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:bug
"@tauri-apps/cli": patch:bug
---

Properly read platform-specific configuration files for mobile targets.
16 changes: 16 additions & 0 deletions .changes/cli-env-vars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
'tauri-cli': 'major:breaking'
'@tauri-apps/cli': 'major:breaking'
---

Changed a number of environment variables used by tauri CLI for consistency and clarity:

- `TAURI_PRIVATE_KEY` -> `TAURI_SIGNING_PRIVATE_KEY`
- `TAURI_KEY_PASSWORD` -> `TAURI_SIGNING_PRIVATE_KEY_PASSWORD`
- `TAURI_SKIP_DEVSERVER_CHECK` -> `TAURI_CLI_NO_DEV_SERVER_WAIT`
- `TAURI_DEV_SERVER_PORT` -> `TAURI_CLI_PORT`
- `TAURI_PATH_DEPTH` -> `TAURI_CLI_CONFIG_DEPTH`
- `TAURI_FIPS_COMPLIANT` -> `TAURI_BUNDLER_WIX_FIPS_COMPLIANT`
- `TAURI_DEV_WATCHER_IGNORE_FILE` -> `TAURI_CLI_WATCHER_IGNORE_FILENAME`
- `TAURI_TRAY` -> `TAURI_LINUX_AYATANA_APPINDICATOR`
- `TAURI_APPLE_DEVELOPMENT_TEAM` -> `APPLE_DEVELOPMENT_TEAM`
6 changes: 6 additions & 0 deletions .changes/cli-expose-plugin-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:feat
"@tauri-apps/cli": patch:feat
---

Expose an environment variable `TAURI_${PLUGIN_NAME}_PLUGIN_CONFIG` for each defined plugin configuration object.
6 changes: 6 additions & 0 deletions .changes/cli-ios-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": 'patch:enhance'
"@tauri-apps/cli": 'patch:enhance'
---

Added `ios build` command.
6 changes: 6 additions & 0 deletions .changes/cli-ios-metadata-env-var.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:feat
"@tauri-apps/cli": patch:feat
---

Expose the `TAURI_IOS_PROJECT_PATH` and `TAURI_IOS_APP_NAME` environment variables when using `ios` commands.
6 changes: 6 additions & 0 deletions .changes/cli-key-properties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": 'patch:enhance'
"@tauri-apps/cli": 'patch:enhance'
---

Add `key.properties` file to android's `.gitignore`.
6 changes: 6 additions & 0 deletions .changes/cli-libname-dashes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch:enhance'
---

On mobile, fix regression introduced in `tauri-cli` version `2.0.0-alpha.3` where library not found error was thrown.
6 changes: 6 additions & 0 deletions .changes/cli-library-compilation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": 'patch:enhance'
"@tauri-apps/cli": 'patch:enhance'
---

Don't build library files when building desktop targets.
5 changes: 5 additions & 0 deletions .changes/cli-mobile-auto-ip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-cli': 'patch:enhance'
---

Auto select an external IP for mobile development and fallback to prompting the user. Use `--force-ip-prompt` to force prompting.
6 changes: 6 additions & 0 deletions .changes/cli-mobile-cwd-config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:bug'
'@tauri-apps/cli': 'patch:bug'
---

Set current directory to tauri directory before reading config file.
6 changes: 6 additions & 0 deletions .changes/cli-mobile-dev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": 'minor:feat'
"@tauri-apps/cli": 'minor:feat'
---

Added `android dev` and `ios dev` commands.
6 changes: 6 additions & 0 deletions .changes/cli-mobile-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": 'minor:feat'
"@tauri-apps/cli": 'minor:feat'
---

Add commands to add native Android and iOS functionality to plugins.
6 changes: 6 additions & 0 deletions .changes/cli-no-dev-server-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'minor:feat'
'@tauri-apps/cli': 'minor:feat'
---

Add `--no-dev-server-wait` option to skip waiting for the dev server to start when using `tauri dev`.
5 changes: 5 additions & 0 deletions .changes/cli-nodejs-detection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-cli': 'patch:enhance'
---

In mobile commands, correctly detect when nodejs binary has the version in its name, for example `node-18`
6 changes: 6 additions & 0 deletions .changes/cli-npx-mobile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:bug'
'@tauri-apps/cli': 'patch:bug'
---

Fix `tauri (android|ios) (dev|build)` failing when using `npx tauri`
12 changes: 12 additions & 0 deletions .changes/cli-plugin-init.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'tauri-cli': 'patch:breaking'
'@tauri-apps/cli': 'patch:breaking'
---

The `tauri plugin` subcommand is receving a couple of consitency and quality of life improvements:

- Renamed `tauri plugin android/ios add` command to `tauri plugin android/ios init` to match the `tauri plugin init` command.
- Removed the `-n/--name` argument from the `tauri plugin init`, `tauri plugin android/ios init`, and is now parsed from the first positional argument.
- Added `tauri plugin new` to create a plugin in a new directory.
- Changed `tauri plugin init` to initalize a plugin in an existing directory (defaults to current directory) instead of creating a new one.
- Changed `tauri plugin init` to NOT generate mobile projects by default, you can opt-in to generate them using `--android` and `--ios` flags or `--mobile` flag or initalize them later using `tauri plugin android/ios init`.
6 changes: 6 additions & 0 deletions .changes/cli-pnpm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch:enhance'
---

Fix android project build crashing when using `pnpm` caused by extra `--`.
6 changes: 6 additions & 0 deletions .changes/cli-refactor-ipc-mobile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-cli": 'patch:enhance'
"@tauri-apps/cli": 'patch:enhance'
---

Use temp file instead of environment variable to pass CLI IPC websocket address to the IDE.
6 changes: 6 additions & 0 deletions .changes/cli-removed-new-version-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'major:breaking'
'@tauri-apps/cli': 'major:breaking'
---

Removed checking for a new version of the CLI.
6 changes: 6 additions & 0 deletions .changes/cli-skip-targets-install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch:enhance'
---

Skip Rust target installation if they are already installed.
6 changes: 6 additions & 0 deletions .changes/cli-wry-0-28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:enhance'
'@tauri-apps/cli': 'patch:enhance'
---

Update mobile template to `[email protected]`
5 changes: 5 additions & 0 deletions .changes/codegen-mobile-devurl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-codegen": 'patch:enhance'
---

Change `devPath` URL to use the local IP address on iOS and Android.
6 changes: 6 additions & 0 deletions .changes/codegen-target-from-utils.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-codegen": patch:enhance
"tauri-macros": patch:enhance
---

Use `Target` enum from `tauri_utils::platform`.
Loading