* feat(autostart): add prefered name configuration for auto start entry
- Add PreferedName enum to support different naming strategies
- Implement Default trait for PreferedName with PackageInfoName as default
- Add prefered_name builder method with documentation and examples
- Integrate prefered name into auto start configuration
This change allows users to customize the name of their application in the
auto start entry using various naming strategies like package info name,
crate name, config identifier, or custom name.
* refactor(autostart): rename prefered_name to app_name and update related logic
- Change prefered_name to app_name in the Builder struct and methods
- Update PreferedName enum to include new variants and set AppName as default
- Modify documentation to reflect the new app_name usage for auto start entry
This refactor improves clarity in naming conventions and enhances the configuration options for auto start entries.
* refactor(autostart): update app_name handling in README and lib.rs
- Change app_name usage in README to a custom string
- Simplify app_name handling in lib.rs by removing PreferedName enum
- Update Builder struct to accept app_name as an optional string
This refactor enhances the clarity and usability of the auto start configuration.
* feat(autostart): add app_name builder method for custom application naming
- Introduced a new builder method app_name() to customize the application name in the autostart entry.
- Updated app_name handling in the Builder struct to accept a generic string type.
This enhancement allows for greater flexibility in defining application names for autostart configurations.
* Update .changes/autostart-feature.md
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
* [skip ci] format
---------
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
* chore: adjust prettier config, .gitignore and use taplo to format toml files
This brings the plugins-workspace repository to the same code style of the main tauri repo
* format toml
* ignore examples gen dir
* add .vscode/extensions.json
* remove packageManager field
* fmt
* fix audit
* taplo ignore permissions autogenerated files
* remove create dummy dist
* fix prettier workflow
* install fmt in prettier workflow
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
* chore: Add sponsors section to readme
* which link style works in nested folders?
* add sponsors to plugin readmes
* use https links as src
* double test it with the pr branch
* revert last commit
* fmt
* set readme banners to absolute url
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
* Revert "set readme banners to absolute url"
This reverts commit c46b464c69.
* update banners to absolute paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
* Revert "update banners to absolute paths"
This reverts commit c8b8f9309e.
* fix banner paths
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
* Revert "fix banner paths"
This reverts commit 27edc59b41.
* fix banners...again
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
---------
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>