Releases: harshkhandeparkar/tauri-settings
Releases · harshkhandeparkar/tauri-settings
Maintenance Release
Upgraded dependencies.
Upgrade Dependencies
feat: added workflow to publish to npm feat: v0.3.4 fix: removed plugin branch from docs workflow fix: run pnpm install first refactor: rename publish job to publish fix: add --no-git-checks
Yarn Upgrade
Upgraded all dependencies.
Yarn Upgrade
Upgraded all dependencies to the latest version.
Yarn Upgrade and Default Settings Fix
Fixed
- Default settings are merged with the current settings even if a settings file exists. (Thanks to @mrkpatchaa for #5)
Dot Notation and Dir Option
Added
- Support for Dot Notation. Thanks to @newclarityex for #3.
- The
dir
option: The settings file can now be saved and loaded from a custom path.
Export as an ES6 module
Exported as an ES6 module.
Update to API v1.2.0
Upgrade to @tauri-apps/api v1.2.0
WARNING: Incompatible with older versions of the API.
Build Fix
Customizations And Fixes
Added
- Configuration: See (README: Config and API Docs: IConfig)
Fixed
SettingsManager
: Fixed a critical bug wherein an existing settings file was not read.