Skip to content

Releases: mbramani/obsidian-yt-video-summarizer

1.0.4

01 Feb 04:11
280d603
Compare
Choose a tag to compare
fix: improve UI text consistency

- Fix sentence casing in UI elements

Files:
- src/main.ts

1.0.3

26 Jan 18:19
Compare
Choose a tag to compare
fix: improve UI text consistency and URL validation

- Fix sentence casing in UI elements and headers
- Properly capitalize API references throughout
- Improve YouTube URL validation using startsWith
- Update summary section headers to sentence case

Files:
- src/main.ts
- src/services/youtube.ts
- src/settings.ts

1.0.2

15 Jan 18:21
Compare
Choose a tag to compare
fix: synchronize versions across manifest and releases

- Align version numbers in manifest.json and versions.json
- Ensure GitHub release tags match manifest version
- Fix version bump script to maintain consistency

Files:
- manifest.json
- versions.json
- version-bump.mjs

1.0.1

15 Jan 11:34
Compare
Choose a tag to compare
ci: add automated release workflow

- Add GitHub Action for automated version bumping
- Configure release asset uploading
- Setup version synchronization across files
- Add automatic git commits for version updates

1.0.0

04 Jan 05:57
Compare
Choose a tag to compare

YouTube Video Summarizer v1.0.0

🚀 Initial Release

Features

  • 🎥 YouTube transcript extraction
  • 🤖 AI-powered video summarization using Gemini AI
  • 📝 Structured note generation
  • 🔍 Technical term identification
  • 📊 Metadata formatting

Requirements

  • Obsidian v0.15.0 or higher
  • Google Gemini API key

Installation

  1. Open Obsidian Settings
  2. Navigate to Community Plugins
  3. Search for "YouTube Video Summarizer"
  4. Click Install & Enable
  5. Add your Gemini API key in plugin settings

Usage

  1. Copy any YouTube video URL
  2. Use command palette and search "Summarize YouTube Video"
  3. Paste URL when prompted
  4. Wait for summary generation

Known Issues

  • None reported