From b617c275eba3c0ab6b8df512c0558a2be9bd16fc Mon Sep 17 00:00:00 2001 From: Olivier Date: Mon, 7 Sep 2026 20:30:05 -0400 Subject: [PATCH] release v1.5.2: crash, data-loss, and race-condition fixes --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index dddd8e5..dd52638 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "waypoint-sidebar", "name": "Waypoint Sidebar", - "version": "1.5.1", + "version": "1.5.2", "minAppVersion": "1.4.4", "description": "Calendar, recent files, and custom bookmarks sidebar.", "author": "Olivier", diff --git a/package.json b/package.json index ddbc88d..ac0407b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waypoint", - "version": "1.5.1", + "version": "1.5.2", "description": "Calendar, recent files, and custom bookmarks sidebar.", "main": "main.js", "scripts": {