Skip to content

Releases: harshkhandeparkar/tauri-settings

Maintenance Release

13 Apr 07:48
dcb1c00
Compare
Choose a tag to compare

Upgraded dependencies.

Upgrade Dependencies

23 Jul 12:15
7cd4364
Compare
Choose a tag to compare
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

28 Jun 18:21
52d3d19
Compare
Choose a tag to compare

Upgraded all dependencies.

Yarn Upgrade

15 May 14:31
0b5af68
Compare
Choose a tag to compare

Upgraded all dependencies to the latest version.

Yarn Upgrade and Default Settings Fix

28 Feb 14:04
d7fb43a
Compare
Choose a tag to compare

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

16 Nov 10:47
c01f19a
Compare
Choose a tag to compare

Added

Export as an ES6 module

14 Nov 14:18
c743c31
Compare
Choose a tag to compare

Exported as an ES6 module.

Update to API v1.2.0

14 Nov 14:05
8d8e335
Compare
Choose a tag to compare

Upgrade to @tauri-apps/api v1.2.0

WARNING: Incompatible with older versions of the API.

Build Fix

06 Mar 17:48
Compare
Choose a tag to compare

Fixes #1.

Customizations And Fixes

26 Jul 20:49
Compare
Choose a tag to compare

Added

Fixed

  • SettingsManager: Fixed a critical bug wherein an existing settings file was not read.