]> git.codecow.com Git - libnemo.git/commitdiff
v0.8.0
authorChris Duncan <chris@zoso.dev>
Wed, 10 Sep 2025 22:00:48 +0000 (15:00 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 10 Sep 2025 22:00:48 +0000 (15:00 -0700)
CHANGELOG.md
package-lock.json
package.json

index d1108cced0f15df59c2bcf063e6c718d0f07183f..e9c6faef78fb32a61cb75ec5fc3450d582b53e34 100644 (file)
@@ -3,6 +3,33 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 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.0
 
 ### Notable Changes
index 3a31f3d5b9a587bd0abe87b8c5562bc6205de3a6..00fcb4ca2663d3e04f9a7a6a878d0ab6b67a0990 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "libnemo",
-       "version": "0.7.0",
+       "version": "0.8.0",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "libnemo",
-                       "version": "0.7.0",
+                       "version": "0.8.0",
                        "license": "(GPL-3.0-or-later AND MIT AND ISC)",
                        "dependencies": {
                                "nano-pow": "^5.1.6"
index 95fccffd6f83ffcb2ace6994dabeb6a6e8b68335..1514731301760849be62b584db5a516c8c76d4d1 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "libnemo",
-       "version": "0.7.0",
+       "version": "0.8.0",
        "description": "Nano cryptocurrency wallet library.",
        "keywords": [
                "nemo",