Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@github-actions
Copy link
Contributor

🤖 I have created a release beep boop

0.1.8

0.1.8 (2025-12-12)

Features

  • improve audio processing and resolve RSC security vulnerabilities (4795b77)
  • native: replace hound with symphonia to support multiple formats (d85f9e4)
  • web: improve audio processing flow and loading UI (4e995e5)

Bug Fixes

  • deps: upgrade next.js and react to resolve new RSC vulnerabilities (bb3d376)
0.1.7

0.1.7 (2025-12-12)

Features

  • add copy to clipboard support to transcription views (b14b7b7)
  • add editing, export, and clipboard support with new toolbar and segment list (0e53894)
  • add recordings migration, pagination, and remove color column (2749506)
  • add segment editing and export as file (75c91d2)
  • auth: add GitHub OAuth provider for signin and signup (d2858b3)
  • auth: Add Supabase auth, UI components, and OTP flow (a272ad1)
  • auth: implement comprehensive authentication system and user settings (186b2ea)
  • db: add basic database stack with drizzle, sqlocal, sqlite, postgres (e9fb499)
  • db: add initial migration files and schema for SQLite and Postgres (b2284f0)
  • db: add SQL plugin, Drizzle proxy and multi-platform database setup (30db4f0)
  • db: add sqlocal support for local web db and configure migrations (5a54b68)
  • db: integrate persistence with database hooks (63c26ed)
  • gpu: add Vulkan GPU acceleration support (31a5e79)
  • improve audio processing and resolve RSC security vulnerabilities (4795b77)
  • native: add dialog and fs plugins and audio picker component (d7be847)
  • native: add whisper transcribe support for native desktop (6152560)
  • native: replace hound with symphonia to support multiple formats (d85f9e4)
  • transcription: add basic transcription logic and UI (8e2f44d)
  • transcription: implement desktop and web transcription support (c5a7099)
  • ui: add basic recordings page with pagination and navigation (15da692)
  • ui: add basic transcribe page, navigation and UI enhancements (59f45e9)
  • ui: add browser capabilities badge & hook, update i18n (90b92d8)
  • ui: add file upload component and toast wrapper (071cfd9)
  • ui: add local LLM summarization and action item extraction (103f04c)
  • ui: add local LLM summarization support (ab48911)
  • utils: add file utils and unify database (3c74b80)
  • web: add whisper wasm transcribe support for web (320e1a7)

Bug Fixes

  • deps: upgrade next.js and react to resolve CVE-2025-55182 (c73377a)
  • deps: upgrade next.js and react to resolve new RSC vulnerabilities (bb3d376)

Code Refactoring

  • remove unused pages and i18n messages (9c2be6f)
  • rename audio/model stores, add Tauri fs scope and drop support (4029b8f)
  • rename project to katip and update versions (969d76a)
0.1.6

0.1.6 (2025-12-12)

Features

  • auth: add GitHub OAuth provider for signin and signup (d2858b3)
  • auth: Add Supabase auth, UI components, and OTP flow (a272ad1)
  • auth: enable avatar upload/remove with validation (3633a7e)
  • auth: implement comprehensive authentication system and user settings (186b2ea)
  • improve audio processing and resolve RSC security vulnerabilities (4795b77)
  • transcription: implement desktop and web transcription support (c5a7099)
  • transcription: support web transcription with transformers.js (2bfaed4)
  • ui: add basic recordings page with pagination and navigation (15da692)
  • ui: add basic transcribe page, navigation and UI enhancements (59f45e9)
  • ui: add file upload component and toast wrapper (071cfd9)
  • web: add cached model indicators in model selection (b6470c4)
  • web: add whisper wasm transcribe support for web (320e1a7)

Bug Fixes

  • deps: upgrade next.js and react to resolve CVE-2025-55182 (c73377a)
  • deps: upgrade next.js and react to resolve new RSC vulnerabilities (bb3d376)

Code Refactoring

  • remove unused pages and i18n messages (9c2be6f)
0.1.8

0.1.8 (2025-12-12)

Features

  • improve audio processing and resolve RSC security vulnerabilities (4795b77)
  • native: replace hound with symphonia to support multiple formats (d85f9e4)
  • web: improve audio processing flow and loading UI (4e995e5)

Bug Fixes

  • deps: upgrade next.js and react to resolve new RSC vulnerabilities (bb3d376)
0.1.6

0.1.6 (2025-12-12)

Features

  • add copy to clipboard support to transcription views (b14b7b7)
  • add editing, export, and clipboard support with new toolbar and segment list (0e53894)
  • add per-file download progress UI and translation keys (61a7187)
  • add recordings migration, pagination, and remove color column (2749506)
  • add segment editing and export as file (75c91d2)
  • auth: add forgot password and reset password flow (412d089)
  • auth: Add Supabase auth, UI components, and OTP flow (a272ad1)
  • auth: enable account deletion with validation (209e0f8)
  • auth: enable avatar upload/remove with validation (3633a7e)
  • auth: enable password update with validation (3c729c5)
  • auth: enable update email with validation (61c5080)
  • auth: enable update name with validation (89914d1)
  • auth: fix session management, db init and local user cleanup (f91c9cc)
  • auth: implement comprehensive authentication system and user settings (186b2ea)
  • db: implement soft delete with restore functionality and sync fix (295e782)
  • i18n: add missing translations to panels and pickers (caea6ee)
  • improve audio processing and resolve RSC security vulnerabilities (4795b77)
  • native: replace hound with symphonia to support multiple formats (d85f9e4)
  • settings: Add AI provider card to settings page (1f12892)
  • sync: add push recording sync support (cf02c0f)
  • sync: implement synchronization logic with pull & push recordings (1c80123)
  • transcription: add basic transcription logic and UI (8e2f44d)
  • transcription: implement desktop and web transcription support (c5a7099)
  • transcription: support web transcription with transformers.js (2bfaed4)
  • ui: add account settings ui card with image, info, password, delete (05266cb)
  • ui: add basic recordings page with pagination and navigation (15da692)
  • ui: add basic transcribe page, navigation and UI enhancements (59f45e9)
  • ui: add browser capabilities badge & hook, update i18n (90b92d8)
  • ui: add file upload component and toast wrapper (071cfd9)
  • ui: add language and performance selection components (fc7d90a)
  • ui: add local LLM summarization and action item extraction (103f04c)
  • ui: add local LLM summarization support (ab48911)
  • ui: add ModelSelectCard component and localization strings (ee5c4af)
  • ui: add recording toolbar with search, sort, persist sort preference (2efeb38)
  • ui: add settings store, persist selected tab, profile link (b60483a)
  • ui: add sideviews for summary and actions (9dc1c83)
  • ui: add user navigation with sign-in/sign-up forms (0d0aa24)
  • web: add cached model indicators in model selection (b6470c4)
  • web: add cached models card to manage cached models (e99baff)

Bug Fixes

  • deps: upgrade next.js and react to resolve CVE-2025-55182 (c73377a)
  • deps: upgrade next.js and react to resolve new RSC vulnerabilities (bb3d376)

Code Refactoring

  • introduce toolbar and segment list for transcription views (9093dfc)
  • overhaul transcription state and database logic (2e6bc7f)
  • remove title and description from HomePage and SettingsPage (f81998d)
  • remove unused pages and i18n messages (9c2be6f)
  • rename audio/model stores, add Tauri fs scope and drop support (4029b8f)
  • rename FileUploadCard to AudioSelectCard and selection logic (49ac0a7)
  • ui: reorganize UI components, drop unused code, add advanced options (f63da3f)

This PR was generated with Release Please. See documentation.

@vercel
Copy link

vercel bot commented Dec 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
katip Ready Ready Preview Comment Dec 12, 2025 7:41pm

@odest odest self-assigned this Dec 12, 2025
@odest odest merged commit 6c4b46e into master Dec 12, 2025
2 checks passed
@odest odest deleted the release-please--branches--master branch December 12, 2025 19:41
@github-actions
Copy link
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants