Skip to content

Commit be91f42

Browse files
authored
Merge pull request #20 from odest/release-please--branches--master
chore: release master
2 parents 3625e08 + dd83624 commit be91f42

File tree

5 files changed

+97
-4
lines changed

5 files changed

+97
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
".": "0.1.5",
2+
".": "0.1.6",
33
"apps/native": "0.1.4",
44
"apps/web": "0.1.3",
5-
"packages/ui": "0.1.4",
5+
"packages/ui": "0.1.5",
66
"packages/i18n": "0.1.3",
77
"packages/eslint-config": "0.1.0",
88
"packages/typescript-config": "0.1.0"

CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,91 @@
11
# Changelog
22

3+
## [0.1.6](https://github.com/odest/katip/compare/v0.1.5...v0.1.6) (2025-12-03)
4+
5+
6+
### Features
7+
8+
* add copy to clipboard support to transcription views ([b14b7b7](https://github.com/odest/katip/commit/b14b7b77c62778591b8c07fd9d625b4dacbb3db8))
9+
* add editing, export, and clipboard support with new toolbar and segment list ([0e53894](https://github.com/odest/katip/commit/0e5389438cf84cf2fb4874799c9b0a2ad69e07ce))
10+
* add per-file download progress UI and translation keys ([61a7187](https://github.com/odest/katip/commit/61a7187930452d61a081ccb001b68c88b5f88f8a))
11+
* add segment editing and export as file ([75c91d2](https://github.com/odest/katip/commit/75c91d21ba20f91b31475dee18eb0c267bf7b11c))
12+
* **auth:** add forgot password and reset password flow ([412d089](https://github.com/odest/katip/commit/412d089cea4776bb09a7ded419ee8f0a8396bf19))
13+
* **auth:** add GitHub OAuth provider for signin and signup ([d2858b3](https://github.com/odest/katip/commit/d2858b3a8c803e5ebebb682424343a68ddd291b1))
14+
* **auth:** Add Supabase auth, UI components, and OTP flow ([a272ad1](https://github.com/odest/katip/commit/a272ad1b571e5eba20d083aad20c05da66e88a35))
15+
* **auth:** enable account deletion with validation ([209e0f8](https://github.com/odest/katip/commit/209e0f8628f8880baf0d3b68ec97b01740529251))
16+
* **auth:** enable avatar upload/remove with validation ([3633a7e](https://github.com/odest/katip/commit/3633a7e7fca856dee30ab880937694e1bb271672))
17+
* **auth:** enable password update with validation ([3c729c5](https://github.com/odest/katip/commit/3c729c5f06a19720e218a6d4947f9f9a2497a228))
18+
* **auth:** enable update email with validation ([61c5080](https://github.com/odest/katip/commit/61c508071096c0d5bb3e848bd5dc1305afddd47d))
19+
* **auth:** enable update name with validation ([89914d1](https://github.com/odest/katip/commit/89914d1feae68119a6e124b225524dff87fead81))
20+
* **auth:** implement comprehensive authentication system and user settings ([186b2ea](https://github.com/odest/katip/commit/186b2ea36ed9a7709fc0d35e327d35a86ddfbdc2))
21+
* **ci:** add Vulkan GPU acceleration support for Linux and Windows builds ([c8634d5](https://github.com/odest/katip/commit/c8634d5f74ddd1b0e047b630d6b79027fca3e0d6))
22+
* **db:** add basic database stack with drizzle, sqlocal, sqlite, postgres ([e9fb499](https://github.com/odest/katip/commit/e9fb4999a5198cb1e863dfb9a2c0e3140e5262b1))
23+
* **db:** add inferred types and userId state ([cce26da](https://github.com/odest/katip/commit/cce26da8c12c2b126f40859d7bbe1ebd591e3085))
24+
* **db:** add initial migration files and schema for SQLite and Postgres ([b2284f0](https://github.com/odest/katip/commit/b2284f069272e123ae13f6a21c8c35e58f56bb66))
25+
* **db:** add SQL plugin, Drizzle proxy and multi-platform database setup ([30db4f0](https://github.com/odest/katip/commit/30db4f05e770e794efc6c81e4019fd1c77ff1a3a))
26+
* **db:** add sqlocal support for local web db and configure migrations ([5a54b68](https://github.com/odest/katip/commit/5a54b6847fbc9cddfbd0acb31a2bcd5dc7030808))
27+
* **db:** initialize local user and client DB on first load ([8ccaa52](https://github.com/odest/katip/commit/8ccaa529bea899614a01d649332468171e4171c0))
28+
* **db:** integrate persistence with database hooks ([63c26ed](https://github.com/odest/katip/commit/63c26ed77fde8ad37cb8fdabfb55c25b63fd3630))
29+
* **gpu:** add Vulkan GPU acceleration support ([31a5e79](https://github.com/odest/katip/commit/31a5e799ce469ec3847d5dcf7048ab7b31221f53))
30+
* **i18n:** add missing translations to panels and pickers ([caea6ee](https://github.com/odest/katip/commit/caea6eeed44f74a629eafae0c50d5a320ddeb07a))
31+
* **native:** add dialog and fs plugins and audio picker component ([d7be847](https://github.com/odest/katip/commit/d7be84753afbc22b560d98af9cc68bb5cc268fe5))
32+
* **native:** add whisper transcribe support for native desktop ([6152560](https://github.com/odest/katip/commit/615256061e692c0aa86177b731d9f420af10323d))
33+
* **settings:** Add AI provider card to settings page ([1f12892](https://github.com/odest/katip/commit/1f12892de539a3c9d80965e64ce32bc48e46593b))
34+
* **transcription:** add basic transcription logic and UI ([8e2f44d](https://github.com/odest/katip/commit/8e2f44d0d20b6030da0893523f2e8894f838a3cf))
35+
* **transcription:** implement desktop and web transcription support ([c5a7099](https://github.com/odest/katip/commit/c5a70994aa84411b972aa8089c6ae766e7df8770))
36+
* **transcription:** support web transcription with transformers.js ([2bfaed4](https://github.com/odest/katip/commit/2bfaed408ba3dcab34a6a6199dde81f830ba86d7))
37+
* **ui:** add account settings ui card with image, info, password, delete ([05266cb](https://github.com/odest/katip/commit/05266cb347a8a7e2448d7079a5c62a0325e7359d))
38+
* **ui:** add basic transcribe page, navigation and UI enhancements ([59f45e9](https://github.com/odest/katip/commit/59f45e9393de8690bf195d1aaee866a5e454c3d3))
39+
* **ui:** add browser capabilities badge & hook, update i18n ([90b92d8](https://github.com/odest/katip/commit/90b92d8e7a1965403ea0ea2c1f212e02da8864a1))
40+
* **ui:** add file upload component and toast wrapper ([071cfd9](https://github.com/odest/katip/commit/071cfd9a6b81a29c7fa9525e84bc3e925c9ee0df))
41+
* **ui:** add language and performance selection components ([fc7d90a](https://github.com/odest/katip/commit/fc7d90a58b9201ac098da8fcf48920ae9c0dd7f2))
42+
* **ui:** add local LLM summarization and action item extraction ([103f04c](https://github.com/odest/katip/commit/103f04cc10c3ca428776c6dfdf5ec60ee62a6c9f))
43+
* **ui:** add local LLM summarization support ([ab48911](https://github.com/odest/katip/commit/ab489119734d2227717bd319671c2656ad67d15d))
44+
* **ui:** add ModelSelectCard component and localization strings ([ee5c4af](https://github.com/odest/katip/commit/ee5c4af352799c20b04e2c7e54c7b144d43c270b))
45+
* **ui:** add settings store, persist selected tab, profile link ([b60483a](https://github.com/odest/katip/commit/b60483af80db49643c410698ca4591cc19d35ec4))
46+
* **ui:** add sideviews for summary and actions ([9dc1c83](https://github.com/odest/katip/commit/9dc1c8376cf340c80fec1c30694a72dd50a047cd))
47+
* **ui:** add user navigation with sign-in/sign-up forms ([0d0aa24](https://github.com/odest/katip/commit/0d0aa241ca08f592f60ee3168ca68b4ec585af10))
48+
* **utils:** add file utils and unify database ([3c74b80](https://github.com/odest/katip/commit/3c74b808900994cfb22530f9a1795a273a862e62))
49+
* **web:** add cached model indicators in model selection ([b6470c4](https://github.com/odest/katip/commit/b6470c4b8145bace6bc966b2369e976b002c075c))
50+
* **web:** add cached models card to manage cached models ([e99baff](https://github.com/odest/katip/commit/e99baff87706f070b543f0ca29aacaf2cb59109e))
51+
* **web:** add whisper wasm transcribe support for web ([320e1a7](https://github.com/odest/katip/commit/320e1a7bd3bc0e5e85685bc102267c356f6d1fc5))
52+
53+
54+
### Bug Fixes
55+
56+
* add LM Studio json schema support to fix response_format error (close [#19](https://github.com/odest/katip/issues/19)) ([354ff9c](https://github.com/odest/katip/commit/354ff9c80dcc229e36b96a07afede628100b0eaa))
57+
* **ci:** add required macOS environment variables (close [#5](https://github.com/odest/katip/issues/5)) ([81cb1d9](https://github.com/odest/katip/commit/81cb1d98cc9530318f8c54447864d34b5ddb7b93))
58+
* **ci:** add Supabase env vars to CI workflows ([62c7aae](https://github.com/odest/katip/commit/62c7aae3f22c02bf7bef1513b1a37536b6051574))
59+
* **ci:** Replace tauri-action with manual build for macOS debugging ([d4f4d2e](https://github.com/odest/katip/commit/d4f4d2ea3f98740263d9a1194a04bd0d3be315dc))
60+
* **ci:** Set specific env variables to resolve macOS build failures ([855a8a7](https://github.com/odest/katip/commit/855a8a75767bfab9d8277edfdbea46f213379423))
61+
* **ci:** Temporarily fix macOS build errors with CMAKE_ARGS ([0886403](https://github.com/odest/katip/commit/08864032d7e8e860a5ffd5a5faf907c9e6a60805))
62+
* **ci:** use absolute path for Vulkan SDK installation on Windows ([3a09da9](https://github.com/odest/katip/commit/3a09da9fb1184a9234fef75c0000edf469a34fbc))
63+
* **ci:** Vulkan SDK setup for Windows and Linux builds ([b065981](https://github.com/odest/katip/commit/b06598178ddf4e3224c5422144e62e6dc2701dc2))
64+
65+
66+
### Documentation
67+
68+
* update README and contributing guide ([44ed5af](https://github.com/odest/katip/commit/44ed5af409896be70eec8f4de17ec265dbc1dca3))
69+
70+
71+
### Code Refactoring
72+
73+
* **auth:** move auth components to auth/ and add useAuth hook ([2ac036c](https://github.com/odest/katip/commit/2ac036cb8795995cb4a8bbf87a84bab007f643df))
74+
* **auth:** refactor auth and user navigation via central store ([4303de3](https://github.com/odest/katip/commit/4303de3e42ef7d52128e304068e18749b48cda65))
75+
* introduce toolbar and segment list for transcription views ([9093dfc](https://github.com/odest/katip/commit/9093dfc33a65bab87715792d111c93d7d26d895a))
76+
* remove title and description from HomePage and SettingsPage ([f81998d](https://github.com/odest/katip/commit/f81998d469b3e9833ce33fa7263b86962ae236e2))
77+
* remove unused pages and i18n messages ([9c2be6f](https://github.com/odest/katip/commit/9c2be6f903524f68ce8b63dad8172746c7ebcb11))
78+
* rename audio/model stores, add Tauri fs scope and drop support ([4029b8f](https://github.com/odest/katip/commit/4029b8f503abdda3a622be202604d740ac40942a))
79+
* rename FileUploadCard to AudioSelectCard and selection logic ([49ac0a7](https://github.com/odest/katip/commit/49ac0a7c7c0cec1b43ef6c339dce1138e4bc906e))
80+
* rename project to katip and update versions ([969d76a](https://github.com/odest/katip/commit/969d76a34d0d19214b0c8fe43dbbee44b4d1b14c))
81+
* replace local component state with Zustand stores ([ed9f0d7](https://github.com/odest/katip/commit/ed9f0d7b13b8ede289ebbc008b31b0c50d3d79ac))
82+
* **ui:** reorganize UI components, drop unused code, add advanced options ([f63da3f](https://github.com/odest/katip/commit/f63da3f66a3224682735f2b30c67142358a14909))
83+
84+
85+
### Continuous Integration
86+
87+
* **macos:** add detailed logging and artifact upload for build debugging ([81e972d](https://github.com/odest/katip/commit/81e972dde2158dc85756eaa7497cd318f563623b))
88+
389
## [0.1.5](https://github.com/odest/katip/compare/v0.1.4...v0.1.5) (2025-12-02)
490

591

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "katip",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"private": true,
55
"scripts": {
66
"build": "turbo build",

packages/ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/odest/katip/compare/v0.1.4...v0.1.5) (2025-12-03)
4+
5+
6+
### Bug Fixes
7+
8+
* add LM Studio json schema support to fix response_format error (close [#19](https://github.com/odest/katip/issues/19)) ([354ff9c](https://github.com/odest/katip/commit/354ff9c80dcc229e36b96a07afede628100b0eaa))
9+
310
## [0.1.4](https://github.com/odest/katip/compare/v0.1.3...v0.1.4) (2025-12-02)
411

512

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workspace/ui",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)