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 <noreply@anthropic.com>
This commit is contained in:
Richard McCorkle 2026-05-18 10:08:55 +02:00
parent b6a67fe822
commit 58f0e2a480
3 changed files with 4 additions and 4 deletions

View file

@ -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",

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {