Skip to content

Commit

Permalink
merge from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed May 22, 2023
2 parents ddda6d3 + 5ec6353 commit 0ad3262
Show file tree
Hide file tree
Showing 512 changed files with 12,570 additions and 6,860 deletions.
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': 'patch'
---

Added `tauri::VERSION` const to get Tauri's version from Rust.
5 changes: 0 additions & 5 deletions .changes/additional-args-api.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/additional-args-config.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/additional-args.md

This file was deleted.

6 changes: 6 additions & 0 deletions .changes/appimage-follow-symlinks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-bundler': 'patch'
---

- Updated the AppImage bundler to follow symlinks for `/usr/lib*`.
- Fixes AppImage bundling for Void Linux, which was failing to bundle webkit2gtk because the `/usr/lib64` is a symlink to `/usr/lib`.
6 changes: 0 additions & 6 deletions .changes/cli-info.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/cli-profile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-cli': 'patch'
---

Fix building with a custom cargo profile
5 changes: 5 additions & 0 deletions .changes/config-require-literal_leading_dot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-utils': 'patch'
---

Add option to configure `require_literal_leading_dot` on `fs` and `asset` protcol scopes.
5 changes: 5 additions & 0 deletions .changes/config-scope-url.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-utils': 'patch'
---

Fix parsing `allowlist > http > scope` urls that added a trailing slash which broke matching the incoming requests url.
25 changes: 17 additions & 8 deletions .changes/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"gitSiteUrl": "https://www.github.com/tauri-apps/tauri/",
"timeout": 3600000,
"changeTags": {
"feat": "New Features",
"enhance": "Enhancements",
"bug": "Bug Fixes",
"pref": "Performance Improvements",
"changes": "What's Changed",
"deps": "Dependencies"
},
"defaultChangeTag": "changes",
"pkgManagers": {
"rust": {
"errorOnVersionRange": "^2.0.0-0",
Expand Down Expand Up @@ -123,13 +132,13 @@
}
},
"packages": {
"api": {
"@tauri-apps/api": {
"path": "./tooling/api",
"manager": "javascript",
"assets": [
{
"path": "./tooling/api/dist/tauri-apps-api-${ pkgFile.version }.tgz",
"name": "api-${ pkgFile.version }.tgz"
"name": "tauri-apps-api-${ pkgFile.version }.tgz"
}
],
"prepublish": [
Expand Down Expand Up @@ -211,7 +220,7 @@
"dependencies": ["tauri-codegen", "tauri-utils"],
"postversion": [
"node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
"cargo build --manifest-path ../config-schema/Cargo.toml"
"cargo build --manifest-path ../tauri-config-schema/Cargo.toml"
],
"assets": [
{
Expand All @@ -231,26 +240,26 @@
],
"postversion": "node ../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }"
},
"cli.js": {
"@tauri-apps/cli": {
"path": "./tooling/cli/node",
"manager": "javascript",
"getPublishedVersion": "node ../../../.scripts/covector/package-latest-version.js npm ${ pkgFile.pkg.name } ${ pkgFile.pkg.version }",
"dependencies": ["cli.rs"],
"dependencies": ["tauri-cli"],
"postversion": [
"node ../../../.scripts/covector/sync-cli-metadata.js ${ pkg.pkg } ${ release.type }",
"cargo build --manifest-path ../../../core/config-schema/Cargo.toml"
"cargo build --manifest-path ../../../core/tauri-config-schema/Cargo.toml"
],
"prepublish": [],
"publish": [],
"postpublish": []
},
"cli.rs": {
"tauri-cli": {
"path": "./tooling/cli",
"manager": "rust",
"dependencies": ["tauri-bundler", "tauri-utils"],
"postversion": [
"cargo check",
"cargo build --manifest-path ../../core/config-schema/Cargo.toml"
"cargo build --manifest-path ../../core/tauri-config-schema/Cargo.toml"
],
"assets": [
{
Expand Down
5 changes: 0 additions & 5 deletions .changes/content-protection-api.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/content-protection-utils.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/content-protection.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/core-ipc-failed-navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'patch'
---

Fix IPC failing after a failed navigation to an external URL.
4 changes: 2 additions & 2 deletions .changes/core-navigation-handler.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"tauri": minor
'tauri': 'patch'
---

Added `Window::on_navigation`.
Fix `WindowBuilder::on_navigation` handler not registered properly.
5 changes: 0 additions & 5 deletions .changes/core-sync-windows-metadata.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/core-updater-204-js-event.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'patch'
---

Emit `UPTODATE` update status to javascript when the updater server returns status code `204`
5 changes: 0 additions & 5 deletions .changes/custom-buttons-api.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/custom-buttons.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/custom-icon.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/expose-set_device_event_filter-in-tauri-api.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/fix-cursor-icon-zoomin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-runtime': 'patch'
---

Fixes typo in `CursorIcon` deserialization of the `ZoomIn` variant.
6 changes: 6 additions & 0 deletions .changes/fix-feature-removal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch'
'@tauri-apps/cli': 'patch'
---

Fixes Cargo.toml feature rewriting.
5 changes: 0 additions & 5 deletions .changes/glob-match-require_literal_separator.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/heck-unicode.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/is-minimized.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/nsis-branding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:enhance'
---

Added Copyright field as BrandingText to the NSIS bundler.
7 changes: 7 additions & 0 deletions .changes/nsis-custom-language-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'tauri-bundler': 'minor'
'tauri-utils': 'minor'
'tauri-cli': 'minor'
---

Allow specifying custom language files of Tauri's custom messages for the NSIS installer
8 changes: 8 additions & 0 deletions .changes/nsis-custom-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'tauri-utils': 'minor'
'tauri-bundler': 'minor'
'tauri-cli': 'minor'
'@tauri-apps/cli': 'minor'
---

Add `nsis > template` option to specify custom NSIS installer template.
5 changes: 5 additions & 0 deletions .changes/nsis-dutch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:enhance'
---

Added Dutch language support to the NSIS bundler.
5 changes: 5 additions & 0 deletions .changes/nsis-install-mode-args.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-utils': 'patch'
---

Add `WindowsUpdateInstallMode::nsis_args`
5 changes: 5 additions & 0 deletions .changes/nsis-japanese.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:enhance'
---

Added Japanese language support to the NSIS bundler.
5 changes: 5 additions & 0 deletions .changes/nsis-korean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:enhance'
---

Added Korean language support to the NSIS bundler.
5 changes: 5 additions & 0 deletions .changes/nsis-persian.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch'
---

Added Persian language support to the NSIS bundler.
6 changes: 6 additions & 0 deletions .changes/nsis-restore-installation-path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri-bundler': 'patch'
---

- Fix NSIS installer not using the old installation path as a default when using `perMachine` or `currentUser` install modes.
- NSIS will now respect the `/D` flag which used to set the installation directory from command line.
5 changes: 5 additions & 0 deletions .changes/nsis-turkish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:enhance'
---

Added Turkish language support to the NSIS bundler.
6 changes: 6 additions & 0 deletions .changes/nsis-updater-restart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'tauri': 'minor'
'tauri-cli': 'minor'
---

Restart the app after the NSIS updater is finished.
5 changes: 0 additions & 5 deletions .changes/open-links-mail-tel.md

This file was deleted.

75 changes: 44 additions & 31 deletions .changes/readme.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,44 @@
# Changes

##### via https://github.com/jbolda/covector

As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version _number_, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a `.md`, but we recommend that it represents the overall change for organizational purposes.

When you select the version bump required, you do _not_ need to consider dependencies. Only note the package with the actual change, and any packages that depend on that package will be bumped automatically in the process.

Use the following format:

```md
---
"package-a": patch
"package-b": patch
---

Change summary goes here

```

Summaries do not have a specific character limit, but are text only. These summaries are used within the (future implementation of) changelogs. They will give context to the change and also point back to the original PR if more details and context are needed.

Changes will be designated as a `major`, `minor` or `patch` as further described in [semver](https://semver.org/).

Given a version number MAJOR.MINOR.PATCH, increment the:

- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format, but will be discussed prior to usage (as extra steps will be necessary in consideration of merging and publishing).
# Changes

##### via https://github.com/jbolda/covector

As you create PRs and make changes that require a version bump, please add a new markdown file in this folder. You do not note the version _number_, but rather the type of bump that you expect: major, minor, or patch. The filename is not important, as long as it is a `.md`, but we recommend that it represents the overall change for organizational purposes.

When you select the version bump required, you do _not_ need to consider dependencies. Only note the package with the actual change, and any packages that depend on that package will be bumped automatically in the process.

Use the following format:

```md
---
'package-a': patch
'package-b': patch
---

Change summary goes here
```

Summaries do not have a specific character limit, but are text only. These summaries are used within the (future implementation of) changelogs. They will give context to the change and also point back to the original PR if more details and context are needed.

Changes will be designated as a `major`, `minor` or `patch` as further described in [semver](https://semver.org/).

Given a version number MAJOR.MINOR.PATCH, increment the:

- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format, but will be discussed prior to usage (as extra steps will be necessary in consideration of merging and publishing).

Additionally you could specify a tag for the change file to group it with other changes by prefixing the bump with `:<tag>`, for example:

```md
---
'package-a': patch:bug
---

Change summary goes here
```

which will group this change file with other changes that specify the `bug` tag.

For list of available tags, see the `changeTags` key in [./config.json](./config.json)
Loading

0 comments on commit 0ad3262

Please sign in to comment.