publish new versions

FabianLars 5 days ago committed by github-actions[bot]
parent 909bc1f9ca
commit f577c6d982

@ -1,6 +0,0 @@
---
autostart: minor
autostart-js: minor
---
Added a new builder method app_name() to allow customizing the application name in the autostart entry.

2
Cargo.lock generated

@ -6485,7 +6485,7 @@ dependencies = [
[[package]] [[package]]
name = "tauri-plugin-autostart" name = "tauri-plugin-autostart"
version = "2.3.0" version = "2.4.0"
dependencies = [ dependencies = [
"auto-launch", "auto-launch",
"serde", "serde",

@ -1,5 +1,9 @@
# Changelog # Changelog
## \[2.4.0]
- [`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.
## \[2.3.0] ## \[2.3.0]
- [`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 - [`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

@ -1,6 +1,6 @@
[package] [package]
name = "tauri-plugin-autostart" name = "tauri-plugin-autostart"
version = "2.3.0" version = "2.4.0"
description = "Automatically launch your application at startup." description = "Automatically launch your application at startup."
authors = { workspace = true } authors = { workspace = true }
license = { workspace = true } license = { workspace = true }

@ -1,6 +1,6 @@
{ {
"name": "@tauri-apps/plugin-autostart", "name": "@tauri-apps/plugin-autostart",
"version": "2.3.0", "version": "2.4.0",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"authors": [ "authors": [
"Tauri Programme within The Commons Conservancy" "Tauri Programme within The Commons Conservancy"

Loading…
Cancel
Save