]> git.codecow.com Git - libnemo.git/commitdiff
Merge branch 'releases/v0.7'
authorChris Duncan <chris@zoso.dev>
Sat, 13 Sep 2025 06:51:26 +0000 (23:51 -0700)
committerChris Duncan <chris@zoso.dev>
Sat, 13 Sep 2025 06:51:26 +0000 (23:51 -0700)
1  2 
CHANGELOG.md

diff --cc CHANGELOG.md
index 83b62df7b504fb5a6ab88f3ba7d01e0780ce2c7d,88faccf1b718c1d99a49d5d4d96f3201bb0ab42c..b6ea3f1d728d278273708a99860a7130b6cb036e
@@@ -3,33 -3,14 +3,41 @@@ SPDX-FileCopyrightText: 2025 Chris Dunc
  SPDX-License-Identifier: GPL-3.0-or-later
  -->
  
 +## v0.8.0
 +
 +### Notable Changes
 +
 +#### Configure wallet timeout
 +
 +Previously, the default timeout period before a wallet autolocked itself was set
 +to two minutes. Now, a new method `wallet.config()` accepts a configuration
 +object consisting of currently one property `timeout` indicating the timeout
 +period in seconds between 10 and 600 (10 minutes). If left unconfigured, the
 +default is still two minutes.
 +
 +#### Check for lock status
 +
 +A new property `wallet.isLocked` indicates if the wallet's Vault is in a locked
 +state.
 +
 +### Other Changes
 +
 +Vault timer includes a simple interval ticker to keep the worker from sleeping.
 +
 +Developer build now includes sourcemaps for easier debugging.
 +
 +Some new tests have been added and some existing ones fixed.
 +
 +
 +
+ ## v0.7.1
+ ### Notable Changes
+ Fix restored wallets with undefined type.
  ## v0.7.0
  
  ### Notable Changes