Skip to content

[pull] next from tauri-apps:next #15

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

Open
wants to merge 1,621 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1621 commits
Select commit Hold shift + click to select a range
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
da30753
style: needless_borrow, useless_format (#6620)
siyou 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
708efbd
fix(core/tauri): upgrade `open` to 3.2 to fix a bug on Windows (#6441)
thep0y Apr 6, 2023
a3c9754
chore(deps) Update Tauri Bundler (#6640)
renovate[bot] Apr 6, 2023
565dc3b
chore(deps) Update Tauri Utils (major) (#4717)
renovate[bot] Apr 7, 2023
f4c9635
chore(deps) Update Rust crate cargo_toml to 0.15 (#6214)
renovate[bot] Apr 7, 2023
5a1d86b
chore(deps) Update Tauri JS CLI (#6177)
renovate[bot] Apr 7, 2023
44b4e2e
chore(deps) Update dependency eslint-config-standard-with-typescript …
renovate[bot] Apr 7, 2023
db4c9dc
feat(core): add option to configure Android's minimum SDK version (#6…
lucasfernog Apr 7, 2023
6ff801e
chore: rename `config-schema` to `tauri-config-schema` (#6250)
amrbashir 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
ee71c31
feat(core): allow configuring remote domains with IPC access, closes …
lucasfernog Apr 11, 2023
5fcb55e
chore(deps) Update Rust crate json-patch to v1 (#6687)
renovate[bot] Apr 12, 2023
80069e1
chore(deps) Update Rust crate json-patch to v1 (#6686)
renovate[bot] Apr 12, 2023
dfb5f52
chore(deps) Update Tauri API Definitions (#6684)
renovate[bot] Apr 12, 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
5146034
fix: copy failure in NSIS bundler #6743 (#6744)
karandit 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
eae0150
chore(deps) Update Rust crate serde_json to 1.0.96 (#6738)
renovate[bot] Apr 24, 2023
e8e214b
chore(deps) Update Tauri API Definitions (#6739)
renovate[bot] 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
40f137c
fix(core): IPC remote domain check bypassed by isolation iframe usage…
lucasfernog May 2, 2023
6d6b6e6
feat: configure escaping on handlebars templates (#6678)
lucasfernog May 2, 2023
93452b7
feat(bundler): download NSIS zip from tauri-apps/binary-releases (#6838)
lucasfernog May 2, 2023
73c803a
feat(android): inject tauri.conf.json asset, add plugin config load A…
lucasfernog May 3, 2023
bf80465
Apply Version Updates From Current Changes (#5815)
github-actions[bot] May 3, 2023
14b3667
fix(api): downgrade typedoc to 0.23 (#6844)
lucasfernog May 3, 2023
0dfd5f8
fix(core): pin `winnow` dependency to 0.4.1 to keep 1.60 MSRV (#6845)
lucasfernog May 3, 2023
7fd4ca0
chore(api): downgrade documentation dependencies
lucasfernog May 3, 2023
dafdcc9
fix(ci): use ubuntu-20.04 to build the CLI
lucasfernog May 3, 2023
20f582f
chore: update changelog with v1.3 remote IPC backport (#6848)
lucasfernog May 3, 2023
5053a9c
fix(ci): use rustls on publish-cli-js workflow (#6847)
lucasfernog May 3, 2023
2915bd0
fix(bundler): Fix webview install modes in NSIS bundler (#6854)
FabianLars May 4, 2023
6788bb4
chore: update reproduction wording (#6850)
amrbashir May 4, 2023
6a6b138
fix(bundler): correctly escape resource xml, fixes #6853 (#6855)
FabianLars May 4, 2023
256c30c
feat(android): support private plugin callbacks and commands (#6863)
lucasfernog May 5, 2023
422b481
Add Spanish and SpanishInternational languages (#6871)
LuisFerLCC May 6, 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
73a0ad4
apply version updates (#6858)
github-actions[bot] May 8, 2023
24490bc
use handlebars::no_escape instead of closures (#6899)
chippers May 8, 2023
2659ca1
feat(cli): add `rustls` as default Cargo feature (#6900)
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
540ddd4
feat(bundler): Add Dutch to supported NSIS languages, ref #6906 (#6907)
Raphiiko May 9, 2023
aa2a30e
chore: setup covector change tags/sections/groups (#6920)
amrbashir May 9, 2023
60cf9ed
refactor(core): move `process` endpoints to plugins-workspace (#6905)
lucasfernog May 9, 2023
2b47426
chore: explain covector tags (#6923)
amrbashir May 9, 2023
b072daa
refactor(core): move `updater` to a plugin (#6919)
lucasfernog May 9, 2023
96d3462
docs: Update Github workflow status shields (#6910)
roniemartinez May 10, 2023
41e10b2
chore: fixed grammar and typos (#6937)
simonhyll May 10, 2023
469d9f8
docs(tauri-utils): described behavior of version field when omitted (…
simonhyll May 11, 2023
bf49a76
update bundler nsis template(SimpChinese, TradChinese) (#6939)
hanaTsuk1 May 11, 2023
b257beb
feat(bundler): Add Japanese to supported NSIS languages, ref #6906 (#…
nathan-fall May 11, 2023
0ab5f40
feat(core): add IPC channel (#6813)
lucasfernog May 11, 2023
c2b0dab
docs: Fix api.js docs pipeline with updated typedoc dependencies (#6945)
FabianLars May 12, 2023
39f1b04
refactor(core): move event JS API to a core plugin (#6943)
lucasfernog May 12, 2023
e092f79
feat(bundler/nsis): allow specifying custom template, closes #6887 (#…
amrbashir May 12, 2023
dc68215
fix(core): Fix `WindowBuilder::on_navigation` handler never registerd…
amrbashir 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
a08d1b2
chore: fix broken symlinks in license files (#6336)
oppiliappan May 12, 2023
fb485d2
fix(cli): fix cli connection timeout to dev server (fix #6045) (#6046)
kurikomoe May 12, 2023
7c23720
feat: add `tauri::version`, similar to `getTauriVersion` available on…
goenning May 12, 2023
2c1fd57
fix(bundler): ensure that there are no duplicate extension arguments …
biaocy May 12, 2023
441f964
feat(core/tauri): add `try_get_item` for SystemTray and WindowMenu, c…
mrjackwills 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
e0c30a7
refactor: use const instead of a function (#6958)
amrbashir May 14, 2023
6fb5734
feat(mobile): add event APIs for plugins (#6946)
lucasfernog May 15, 2023
2948820
feat(bundler/NSIS): allow specifying custom lang files (#6867)
amrbashir May 15, 2023
3cc295e
fix(nsis): prefill $INSTDIR with previous install path and respect `/…
amrbashir May 15, 2023
46a58af
chore: remove duplicate tauri in tauri-config-schema name (#6967)
amrbashir May 15, 2023
21d5eb8
feat: add Persian language to NSIS installer (#6965)
Mehrbod2002 May 16, 2023
3700793
fix(updater): emit `UPTODATE` when server responds with 204, closes #…
amrbashir May 16, 2023
d2710e9
fix(core): unpin all dependencies, closes #6944 (#6966)
FabianLars May 16, 2023
2b26b2e
fix(bundler): Add new lang_file option in persian variant. (#6972)
FabianLars May 16, 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
aecf146
fix(core/ipc): access url through webview native object, closes #6889…
amrbashir May 17, 2023
82169e6
fix(core): remove trailing slash in http scope url, closes #5208 (#6974)
amrbashir May 17, 2023
fd3b5a1
fix(cli): find correct binary when `--profile` is used, closes #6954 …
amrbashir May 17, 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
cd3846c
feat(nsis): restart app after updating, closes #6955 (#6987)
amrbashir May 18, 2023
acc36fe
feat(core): add option for `require_literal_leading_dot`, closes #615…
amrbashir May 18, 2023
c7056d1
fix(cli): improve vs build tools detection (#6982)
FabianLars May 18, 2023
0302138
fix: updated appimage script to follow symlinks for /usr/lib* (fix: #…
Risto-Stevcev May 19, 2023
fc7f9eb
feat: adding copyright text to BrandingText (#7001)
simonhyll May 19, 2023
61e3ad8
feat(bundler/NSIS): Add Korean to supported NSIS languages (#7010)
soumt-r May 19, 2023
1253bbf
fix(cli): correctly remove Cargo features (#7013)
lucasfernog May 20, 2023
b9eac96
ci: pin toml to 0.7.3 (#7011)
amrbashir May 20, 2023
2b487c9
Fix typo (#7012)
yutotnh May 20, 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
5eba069
docs: curate and document tauri's env vars (#6983)
amrbashir May 21, 2023
8e85576
fix: default log path for linux and windows updated (fix: #6809) (#6827)
unknovvn May 21, 2023
0032daf
Docs: Added void linux to readme (#6711)
Risto-Stevcev May 21, 2023
ac18394
feat(bundler/NSIS): Add Turkish to supported NSIS languages (#7018)
agmmnn May 21, 2023
aa6c916
fix(cli): don't build library when building desktop targets, closes #…
FlysoftBeta May 22, 2023
ffd4db5
chore(deps): bump enumflags2 from 0.7.5 to 0.7.7 in /examples/api/src…
dependabot[bot] May 22, 2023
9e67ec6
chore(deps) Update dependency prettier to v2.8.8 (#6799)
renovate[bot] May 22, 2023
5ec6353
refactor: change package names to match published packages (#6795)
amrbashir 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
0974ecc
chore(deps) Update Tauri Bundler (#6683)
renovate[bot] May 22, 2023
a541820
fix(cli): revert metadata.json field rename from #6795 (#7029)
lucasfernog May 22, 2023
86d3c0c
chore(deps) Update Tauri CLI (major) (#6688)
renovate[bot] May 22, 2023
262776d
docs(tauri-build): clarify common-controls-v6 dependency, closes #673…
amrbashir May 22, 2023
af93729
fix: add missing file properties on Windows, closes #6676 (#6693)
amrbashir May 22, 2023
76714dc
chore(deps) Update Tauri API Definitions (#6798)
renovate[bot] May 22, 2023
1161b67
chore(deps): bump h2 from 0.3.15 to 0.3.19 in /examples/api/src-tauri…
dependabot[bot] May 22, 2023
fb7ef8d
fix(cli.js): detect node-20 binary (#6667)
NathanaelRea May 22, 2023
baa581b
ci: fix version-or-publish workflow (#7031)
amrbashir May 23, 2023
3cb7a3e
fix(cli/devserver): inject autoreload into HTML only, closes #6997 (#…
amrbashir May 23, 2023
7e5905a
feat(cli): `plugin add` command (#7023)
lucasfernog May 23, 2023
43858a3
feat(bundler/NSIS): Add Swedish to supported NSIS languages (#7038)
shuma May 23, 2023
4c39e46
feat: current_version feature (#7026)
Mehrbod2002 May 23, 2023
8b9f6cf
chore: add change tags for existing change files (#7041)
amrbashir May 23, 2023
17da87d
fix(bundler/nsis): write installer templates UTF16LE encoded, closes …
amrbashir May 23, 2023
e0f0dce
feat: add window effects api (#6442)
amrbashir May 23, 2023
45330e3
fix(core): rewrite `asset` protocol streaming, closes #6375 (#6390)
amrbashir May 23, 2023
359058c
feat(api): add `locale` function, closes #5939 (#5960)
amrbashir May 23, 2023
2317913
fix(core): use `safe_block_on` (#7047)
amrbashir May 24, 2023
0f707d2
chore(deps) Update Rust crate serde_with to v3 (#7048)
renovate[bot] May 24, 2023
60334f9
feat(bundler/NSIS): uninstall previous wix if exist, closes #6859 (#6…
amrbashir May 24, 2023
df89ccc
feat(nsis): implement `passive` mode, closes #6955 (#6998)
amrbashir May 24, 2023
ff5e4db
fix(core): populate webview_attrs from config, closes #6794 (#6797)
amrbashir May 24, 2023
35cd751
feat(bundler): custom desktop file template, closes #5176 (#5180)
snorkysnark May 24, 2023
65fd674
fix: sound for notifications on windows (fix #6652) (#6680)
Lej77 May 24, 2023
c4d6fb4
feat(core): Ability to disable minimize/maximize/close native window'…
TDiblik May 24, 2023
1b8001b
fix(bundler/nsis): calculate accurate app size, closes #7056 (#7057)
amrbashir May 25, 2023
6c5ade0
feat(cli.rs) Shell completions (#4537)
JonasKruckenberg May 25, 2023
154ccbe
fix(tests): only download update when it is available (#7061)
lucasfernog May 26, 2023
a28fdf7
feat(cli/mobile/init): skip installing already installed targets, clo…
amrbashir May 26, 2023
d68a25e
Improve compile errors for async commands without `Result` return typ…
Pascal-So May 26, 2023
1604894
fix clippy errors on macOS (#7064)
chippers May 26, 2023
17d5a4f
feat(core): early panic if the PNG icon is not RGBA, closes #6706 (#6…
meowtec May 26, 2023
8fd9cfa
fix(doc): correct the doc of `content_protected()` (#7065)
yuezk 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
000104b
feat: add is_focused APIs, closes #6472 (#6530)
amrbashir May 26, 2023
1ed2600
fix(cli): set current dir to tauri dir before reading config, closes …
amrbashir May 26, 2023
27c5f36
fix(macros): use full path to Result to avoid issues with type aliase…
lucasfernog May 27, 2023
3303041
chore(api): document new options from #6665 (#7072)
lucasfernog May 27, 2023
a50f24b
Merge remote-tracking branch 'origin/dev' into next (#7067)
lucasfernog May 30, 2023
0ddbb3a
feat(cli): Build the CLI for Windows ARM64, closes #7015 (#7098)
FabianLars Jun 1, 2023
d7a0a2c
ci: Use correct native-tls feature flags for win32-arm64 cli, ref #70…
FabianLars Jun 2, 2023
4d4b72b
Fix missing quote in Japanese NSIS language file. (#7086)
Raphiiko Jun 3, 2023
c596aae
fix(examples): make video fits within window (#7129)
Jun 5, 2023
3327dd6
fix(bundler/macos): clean up .app bundle if only .dmg is enabled #708…
fcfangcc Jun 5, 2023
85e77fb
fix: correct MIME type of .txt files (ref: #6762) (#7111)
reupen Jun 5, 2023
0503eb6
fix(core): account for `data:` uri when calculating origin, closes #…
amrbashir Jun 5, 2023
f8bdc7b
chore(deps) Update Rust crate log to 0.4.18 (#7090)
renovate[bot] Jun 5, 2023
c2acf96
chore(deps) Update Tauri API Definitions to v5.59.8 (#7091)
renovate[bot] Jun 5, 2023
3a8bb4c
chore(deps) Update Tauri JS CLI (#7093)
renovate[bot] Jun 5, 2023
647800c
refactor(cli): use rewrite manifest logic on table entry (#7134)
lucasfernog Jun 5, 2023
9e3a18e
feat(api): expose window target option on event APIs (#7132)
lucasfernog Jun 5, 2023
b41b57e
fix(core): avoid panics in global shortcut, closes #7105 (#7136)
amrbashir 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
52474e4
feat(cli): enhance Cargo features injection, add tests (#7141)
lucasfernog Jun 6, 2023
db7c5fb
refactor(core): Remove attohttpc in favor of reqwest (#7143)
FabianLars Jun 6, 2023
a6da7ef
chore(deps-dev): bump vite from 2.9.13 to 2.9.16 in /examples/api (#7…
dependabot[bot] 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
ba6e581
chore(deps) Update Tauri API Definitions (#7151)
renovate[bot] Jun 7, 2023
d33672c
chore(deps) Update Tauri Bundler (#7152)
renovate[bot] Jun 7, 2023
1d99f8a
feat(core): expose test utils (#4752)
lucasfernog Jun 7, 2023
fc2e408
ci: check for change tag (#7149)
amrbashir Jun 7, 2023
076e1a8
fix(core): use `u32` for js listeners ids, closes #7119 (#7159)
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
5d85d09
fix(core): Send updater status events when default dialog is enabled,…
FabianLars Jun 13, 2023
696d77c
fix(core): global events now reaches window listeners, closes #4493 (…
lucasfernog Jun 13, 2023
d75c1b8
fix(cli): warn about bundling updater target without appropriate targ…
amrbashir Jun 13, 2023
29a287e
chore(deps) Update Tauri API Definitions to v5.59.11 (#7195)
renovate[bot] Jun 14, 2023
066417d
chore(deps) Update Rust crate log to 0.4.19 (#7194)
renovate[bot] Jun 14, 2023
d5769b3
chore(deps) Update Rust crate log to 0.4.19 (#7193)
renovate[bot] Jun 14, 2023
4cfb686
fix(cli): Pin minisign to 0.7.3 to prevent issues with empty key pass…
FabianLars Jun 14, 2023
c1d36e4
chore: remove duplicated crate in change file (#7198)
lucasfernog Jun 14, 2023
aa94f04
fix(tests): adjust default bundle target for updater integration test…
lucasfernog Jun 14, 2023
bd96edd
fix: bump macros, codegen and build crates with minor (#7203)
lucasfernog Jun 14, 2023
b7ae725
Apply Version Updates From Current Changes (#6901)
github-actions[bot] Jun 14, 2023
0fa0fa4
fix: check if url local with platform custom protocol, closes #7176 (…
amrbashir Jun 14, 2023
3fb3f11
docs(api.js): fix `since` version for `locale()` (#7205)
FabianLars Jun 14, 2023
2071265
add to additionals (#7206)
lucasfernog Jun 14, 2023
2d2fd6a
fix(core): use correct http method for proxied server, closes #7191 (…
amrbashir Jun 15, 2023
28921cb
ci: fix getting release id (#7207)
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
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
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions .cargo/audit.toml

This file was deleted.

2 changes: 2 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[env]
__TAURI_WORKSPACE__ = "true"
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.
5 changes: 5 additions & 0 deletions .changes/add-tauri-get-version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'minor:feat'
---

Added `tauri::VERSION` const to get Tauri's version from Rust.
5 changes: 5 additions & 0 deletions .changes/add-webview-version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'minor:feat'
---

Added `tauri::webview_version` , to get webview version.
7 changes: 0 additions & 7 deletions .changes/allow-prevent-window-close.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/allowlist-clipboard.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/allowlist-dialog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/allowlist-process.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/allowlist-window.md

This file was deleted.

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-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: 0 additions & 5 deletions .changes/anonymous-lifetimes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-WebviewWindow-fileDropEnabled.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-add-log-dir.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-change-events.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-cjs-chunks.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-clipboard-export.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-convert-file-url.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-dialog-ask-message-confirm.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-emit-payload-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-export-BaseDirectory.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-export-package-json.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-export-type-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-export-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-feature-flags.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-features.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-fetch-empty-reponse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-file-dialog-title.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-fix-double-window.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-fix-os-platform-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-focus.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-format-callback.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-is-decorated.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-is-resizable.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-is-visible.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/api-js-os-locale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tauri-apps/api': 'patch:enhance'
---

Add `locale` function in the `os` module to get the system locale.
4 changes: 0 additions & 4 deletions .changes/api-os-module.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/api-path-module.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-raw-headers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-remove-current-dir.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-remove-ts-files.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-request-user-attention.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/api-rs-os-locale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": "patch:enhance"
---

Add `tauri::api::os::locale` function to get the system locale.
5 changes: 0 additions & 5 deletions .changes/api-set-focus.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-set-skip-taskbar.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-skip-taskbar.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-target-es2021.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-toggle-maximize.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-transparent-window.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/api-ts-expect-error.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-use-uint8array.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/api-window-center.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/api-window-type-for-size-and-position.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/app-any-thread.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/app-callback.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/app-dir-refactor.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/app-folder-structure.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/app-handle-create-window.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/app-handle-exit-cleanup.md

This file was deleted.

Loading