docs: record the 1.1.0 release and add the infrastructure map
Some checks failed
deploy-site / deploy (push) Failing after 40s
Some checks failed
deploy-site / deploy (push) Failing after 40s
Release notes for 1.1.0 were split between an Unreleased section and the version section, so the published notes would have omitted the update-feed and desktop changes. Everything shipping in this version now sits under one `## [1.1.0]` heading. `docs/map/` becomes the entry point for what infrastructure exists per platform and how far each feature is developed, with a documented update protocol so feature work and this map do not drift apart again. The release guide now states that installer binaries live in the update feed rather than the repository.
This commit is contained in:
parent
c2db1b2176
commit
c3ddd36c6f
29 changed files with 3207 additions and 23 deletions
|
|
@ -99,8 +99,14 @@ Apple Developer Program 계정 필요. iOS 출시 전에 등록.
|
|||
```bash
|
||||
cd server/supabase
|
||||
|
||||
# 시크릿 설정 (배포 전)
|
||||
supabase secrets set GOOGLE_CLOUD_STT_KEY=<google_api_key>
|
||||
# 시크릿 설정 (배포 전) — functions/stt-proxy/index.ts가 실제로 읽는 변수.
|
||||
# 아무것도 설정하지 않으면 엣지함수가 503 stt_provider_unavailable를 반환한다.
|
||||
# (과거 문서의 GOOGLE_CLOUD_STT_KEY는 현 함수에서 사용하지 않는다)
|
||||
supabase secrets set D3RO_API_URL=<api-server-origin>
|
||||
supabase secrets set D3RO_API_TOKEN=<stt-gateway-token>
|
||||
supabase secrets set GROQ_API_KEY=<groq_api_key> # 직접 Whisper 폴백
|
||||
supabase secrets set OPENAI_API_KEY=<openai_api_key> # 선택
|
||||
supabase secrets set DEEPGRAM_API_KEY=<deepgram_api_key> # 선택
|
||||
supabase secrets set ANTHROPIC_API_KEY=<anthropic_api_key>
|
||||
|
||||
# 함수 배포
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue