From 993017f6695f2f4a365d72c0f16a8dfa3ea2f79a Mon Sep 17 00:00:00 2001 From: Olivier Legendre Date: Fri, 12 Jun 2026 14:54:28 -0400 Subject: [PATCH] release v1.3.0: chevron right, tabbed settings, drag-into, display customization --- manifest.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 592beed..47113a5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "waypoint-sidebar", "name": "Waypoint Sidebar", - "version": "1.2.0", + "version": "1.3.0", "minAppVersion": "0.16.3", "description": "Calendar, recent files, and custom bookmarks sidebar.", "author": "Olivier", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index a20c2de..52cb3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waypoint", - "version": "1.2.0", + "version": "1.3.0", "description": "Calendar, recent files, and custom bookmarks sidebar.", "main": "main.js", "scripts": { @@ -16,4 +16,4 @@ "obsidian": "latest", "typescript": "^5.6.0" } -} \ No newline at end of file +}