Skip to content

Commit 7df46f4

Browse files
Legend-Mastergithub-actions[bot]
authored andcommitted
publish new versions
1 parent 9bc4b22 commit 7df46f4

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.changes/autostart-feature.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/autostart/CHANGELOG.md

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

3+
## \[2.4.0]
4+
5+
- [`764e8f77`](https://github.com/tauri-apps/plugins-workspace/commit/764e8f7719247da515243d9c9cafa6d087d21769) ([#2707](https://github.com/tauri-apps/plugins-workspace/pull/2707) by [@Tunglies](https://github.com/tauri-apps/plugins-workspace/../../Tunglies)) Added a new builder method app_name() to allow customizing the application name in the autostart entry.
6+
37
## \[2.3.0]
48

59
- [`8ecb418a`](https://github.com/tauri-apps/plugins-workspace/commit/8ecb418a1a35d7f234dc5d833746ac2d8e062aec) ([#2569](https://github.com/tauri-apps/plugins-workspace/pull/2569)) Add a `Builder` for more flexible settings

plugins/autostart/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-autostart"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
description = "Automatically launch your application at startup."
55
authors = { workspace = true }
66
license = { workspace = true }

plugins/autostart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/plugin-autostart",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"license": "MIT OR Apache-2.0",
55
"authors": [
66
"Tauri Programme within The Commons Conservancy"

0 commit comments

Comments
 (0)