From 695141383f86449700820a13ef0a050e7dfff06f Mon Sep 17 00:00:00 2001 From: Olivier Date: Tue, 8 Sep 2026 10:49:01 -0400 Subject: [PATCH] release v1.7.1: native template autocomplete, durable indicator migration --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e1d67a2..dc73f85 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "waypoint-sidebar", "name": "Waypoint Sidebar", - "version": "1.7.0", + "version": "1.7.1", "minAppVersion": "1.4.10", "description": "Calendar, recent files, and custom bookmarks sidebar.", "author": "Olivier", diff --git a/package.json b/package.json index 0cd17ec..05715f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waypoint", - "version": "1.7.0", + "version": "1.7.1", "description": "Calendar, recent files, and custom bookmarks sidebar.", "main": "main.js", "scripts": {