From 58f0e2a4800b1d794472ee8f4cfecacefc4a4f48 Mon Sep 17 00:00:00 2001 From: Richard McCorkle Date: Mon, 18 May 2026 10:08:55 +0200 Subject: [PATCH] chore: bump to 1.3.3 Releases the current state as a stable before/after boundary: - Copy template button restored (mobile users cannot scroll the template example), plus a mobile touch-scroll hint. - Settings info-icon tooltips fixed: native Obsidian setTooltip replaces the flaky custom hover tooltip; OpenRouter reliability note added to the LLM tooltip. - Workflow and data-flow mermaid diagrams refreshed to current architecture. - README links made absolute so they resolve on the community site; demo video linked. Co-Authored-By: Claude Opus 4.7 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index b4d9c8d..ce69ff6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tubesage", "name": "TubeSage", - "version": "1.3.2", + "version": "1.3.3", "minAppVersion": "1.11.4", "description": "Create comprehensive notes from YouTube transcripts using LLMs.", "author": "Richard McCorkle", diff --git a/package-lock.json b/package-lock.json index ee60a82..9002720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tubesage", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tubesage", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "@langchain/core": "^0.3.17", diff --git a/package.json b/package.json index 36f04f6..ea1d2aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tubesage", - "version": "1.3.2", + "version": "1.3.3", "description": "Create comprehensive notes from YouTube transcripts using LLMs.", "main": "main.js", "scripts": {