From 7fdf2e102cbdbde21189bad21c38d280bba2e458 Mon Sep 17 00:00:00 2001 From: Richard McCorkle Date: Mon, 18 May 2026 17:53:16 +0200 Subject: [PATCH] chore: bump to 1.4.1 Patch release: fix the mobile example-template viewer, which 1.4.0 shipped collapsed to ~2 lines. flex-shrink:0 stops the mobile modal's flex column from squeezing the content box below its set height. 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 49943ab..6889fb8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tubesage", "name": "TubeSage", - "version": "1.4.0", + "version": "1.4.1", "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 4350c98..a8f12a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tubesage", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tubesage", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "@langchain/core": "^0.3.17", diff --git a/package.json b/package.json index 037d3f0..87eea9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tubesage", - "version": "1.4.0", + "version": "1.4.1", "description": "Create comprehensive notes from YouTube transcripts using LLMs.", "main": "main.js", "scripts": {