Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9681a2b

Browse files
committed
Revert "apply version updates (#1024)"
This reverts commit 72996be.
1 parent b4544b6 commit 9681a2b

15 files changed

Lines changed: 42 additions & 35 deletions

.changes/delete-property.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri.js": patch
3+
---
4+
5+
Fixes `Reflect.deleteProperty` on promisified API calls failing with `Unable to delete property` by making it configurable.

.changes/dirs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-bundler": patch
3+
"tauri-api": patch
4+
---
5+
6+
`dirs` crate is unmaintained, now using `dirs-next` instead.

.changes/missing-features.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": patch"
3+
---
4+
5+
Adds missing APIs features from `allowlist` to the tauri crate's manifest file.

.changes/path-api.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri.js": minor
3+
"tauri": minor
4+
---
5+
6+
Adds a path resolution API (e.g. getting the download directory or resolving a path to the home directory).

.changes/rust-update.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": patch
3+
---
4+
5+
Update minimum Rust version to 1.42.0 due to a dependency update.

.changes/wget-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-bundler": patch
3+
---
4+
5+
Force IPv4 on `wget` so AppImage bundling doesn't hang.

.changes/wix-working-directory.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-bundler": patch
3+
---
4+
5+
Set the Windows installer (WiX) `WorkingDirectory` field to `INSTALLDIR` so the app can read paths relatively (previously resolving to `C:\Windows\System32`).

cli/tauri-bundler/CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# Changelog
22

3-
## [0.9.4]
4-
5-
- `dirs` crate is unmaintained, now using `dirs-next` instead.
6-
- [82cda98](https://www.github.com/tauri-apps/tauri/commit/82cda98532975c6d4b1c93bf2f326173f39e0964) chore(tauri) `dirs` crate is unmaintained, use `dirst-next` instead ([#1057](https://www.github.com/tauri-apps/tauri/pull/1057)) on 2020-10-17
7-
- Force IPv4 on `wget` so AppImage bundling doesn't hang.
8-
- [6f5667b](https://www.github.com/tauri-apps/tauri/commit/6f5667bf72d58972b8d05ee2e42a031c85f95ed4) fix: [#1018](https://www.github.com/tauri-apps/tauri/pull/1018) Force IPv4 on wget requests ([#1019](https://www.github.com/tauri-apps/tauri/pull/1019)) on 2020-10-11
9-
- Set the Windows installer (WiX) `WorkingDirectory` field to `INSTALLDIR` so the app can read paths relatively (previously resolving to `C:\Windows\System32`).
10-
- [5cf3402](https://www.github.com/tauri-apps/tauri/commit/5cf3402735ac2e88fc4aae5fe39fc0a41262b6fa) fix: add working directory to wix's shortcut ([#1021](https://www.github.com/tauri-apps/tauri/pull/1021)) on 2020-09-24
11-
123
## [0.9.3]
134

145
- Improve checking for Xcode command line tools to allow builds on mac

cli/tauri-bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ workspace = { }
22

33
[package]
44
name = "tauri-bundler"
5-
version = "0.9.4"
5+
version = "0.9.3"
66
authors = [
77
"George Burton <[email protected]>",
88
"Lucas Fernandes Gonçalves Nogueira <[email protected]>",

cli/tauri.js/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Changelog
22

3-
## [0.13.0]
4-
5-
- Fixes `Reflect.deleteProperty` on promisified API calls failing with `Unable to delete property` by making it configurable.
6-
- [c8b167a](https://www.github.com/tauri-apps/tauri/commit/c8b167adb3561db182bc8f6e4d8753ce1ae3f450) fix(tauri.js) promisified API fails on Reflect.deleteProperty, fix [#1038](https://www.github.com/tauri-apps/tauri/pull/1038) ([#1056](https://www.github.com/tauri-apps/tauri/pull/1056)) on 2020-10-17
7-
- Adds a path resolution API (e.g. getting the download directory or resolving a path to the home directory).
8-
- [771e401](https://www.github.com/tauri-apps/tauri/commit/771e4019b8cfd1973015ffa632c9d6c6b82c5657) feat: Port path api to js ([#1006](https://www.github.com/tauri-apps/tauri/pull/1006)) on 2020-09-24
9-
103
## [0.12.0]
114

125
- Break out TauriBuildConfig interface from TauriConfig build property

0 commit comments

Comments
 (0)