From bcafa610599807dc21ba2ff5aedf0e10b5f26ef2 Mon Sep 17 00:00:00 2001 From: Richard McCorkle Date: Tue, 19 May 2026 00:07:50 +0200 Subject: [PATCH] chore: bump to 1.4.6 Release highlights since 1.4.5: - Transcript: OpenRouter and Google model fetchers now store token limits even when the API omits a max-output figure, so the model parameters panel prefills real values. - Settings: removed the duplicate standalone "Max tokens" field; the "Model parameters" panel is the single token-limit control on every provider. - Model/provider notices reworded to "output budget" so the figure is honestly labelled as a derived value, not a hidden setting. 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 cf3e982..20ba441 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tubesage", "name": "TubeSage", - "version": "1.4.5", + "version": "1.4.6", "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 e852fd5..8b99110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tubesage", - "version": "1.4.5", + "version": "1.4.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tubesage", - "version": "1.4.5", + "version": "1.4.6", "license": "MIT", "dependencies": { "@langchain/core": "^0.3.17", diff --git a/package.json b/package.json index c85404e..bc4a831 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tubesage", - "version": "1.4.5", + "version": "1.4.6", "description": "Create comprehensive notes from YouTube transcripts using LLMs.", "main": "main.js", "scripts": {