Commit graph

25 commits

Author SHA1 Message Date
David Perov
d0ea444d66 fix: make macOS dev runner executable 2026-07-17 15:08:59 +03:00
David Perov
49a59ca573 release: prepare v0.3.13 2026-07-16 00:03:47 +03:00
David Perov
16f0f800a1 Prevent Talkis dev server port collisions 2026-07-14 09:34:23 +03:00
David Perov
5aa28f5eae Release v0.3.12 2026-07-13 16:04:20 +03:00
David Perov
280a6297fd Release v0.3.11 2026-07-13 15:33:20 +03:00
David Perov
65678d3b28 Release v0.3.10 2026-07-13 15:01:27 +03:00
David Perov
4e682151dd fix: resolve Windows Vite release build path 2026-07-13 09:39:09 +03:00
David Perov
741b7488b6 Integrate local LLM and selection translation updates
Some checks are pending
CI / cargo check (linux) (push) Waiting to run
CI / cargo check (macos) (push) Waiting to run
CI / cargo check (windows) (push) Waiting to run
CI / tsc + hotkey smoke (push) Waiting to run
2026-07-06 00:36:22 +03:00
David Perov
7f7d85f3f3 Release v0.3.7
Some checks failed
CI / cargo check (linux) (push) Has been cancelled
CI / cargo check (macos) (push) Has been cancelled
CI / cargo check (windows) (push) Has been cancelled
CI / tsc + hotkey smoke (push) Has been cancelled
2026-07-03 17:36:34 +03:00
David Perov
2f0bc345c5 Release v0.3.6
Some checks are pending
CI / cargo check (linux) (push) Waiting to run
CI / cargo check (macos) (push) Waiting to run
CI / cargo check (windows) (push) Waiting to run
CI / tsc + hotkey smoke (push) Waiting to run
2026-07-02 18:14:59 +03:00
David Perov
b83ea7254f Release v0.3.5
Some checks are pending
CI / cargo check (linux) (push) Waiting to run
CI / cargo check (macos) (push) Waiting to run
CI / cargo check (windows) (push) Waiting to run
CI / tsc + hotkey smoke (push) Waiting to run
2026-07-02 14:09:53 +03:00
David Perov
a69b993694 feat(local): bundled talkis-llm runtime (llama.cpp) for local summary
- talkis-llm.rs: a raw-HTTP sidecar like talkis-stt, backed by llama.cpp
  via llama-cpp-2, serving /health, /v1/models and an OpenAI-compatible
  /v1/chat/completions (Qwen2.5 ChatML). Args: -m/--host/--port/-c.
- Cargo: add llama-cpp-2 (Metal acceleration on macOS)
- prepare-stt-sidecar.mjs + tauri.conf externalBin + check.yml placeholders:
  build and bundle talkis-llm alongside the STT sidecars
- commit the macOS arm64 binary (built locally), like the other sidecars

The engine for the local "Текстовая" model: the GGUF model already
downloads; the runtime is now bundled and signed with the app, so no
talkis.ru hosting and no Gatekeeper issue.
2026-06-24 15:09:51 +03:00
David Perov
3a37b6664b Handle missing Linux xdo dependency 2026-05-15 16:15:53 +03:00
David Perov
db13052daf Add cmake to Linux sidecar prerequisites 2026-05-15 14:16:57 +03:00
David Perov
b10c66bd9b Fix Linux sidecar build prerequisites 2026-05-15 13:51:53 +03:00
David Perov
4c9e6e25d4 Release v0.1.19 2026-05-15 00:49:49 +03:00
David Perov
d681b15f9a Prepare v0.1.16 multi-platform release 2026-05-12 16:43:21 +03:00
David Perov
af206402f3 ci: optimize macOS release workflow 2026-05-12 09:11:31 +03:00
David Perov
d3a07bcea0 ci: set macOS deployment target 2026-05-12 08:36:56 +03:00
David Perov
0694cfc806 Release v0.1.15 2026-05-12 08:23:26 +03:00
David Perov
5b66f9495a Release v0.1.12 2026-04-29 14:06:48 +03:00
David Perov
7dd5f54174 Release v0.1.11 2026-04-27 04:22:56 +03:00
David Perov
71ae9ba28a Rebrand to Talkis, fix live settings sync, bump 0.1.8
- Full rebrand: TalkFlow → Talkis across all code, config, UI, docs
- Bundle ID: com.trixter.talkis, deep link: talkis://, store: talkis.json
- Fix: SettingsTabs now emits SETTINGS_UPDATED_EVENT so API key, style,
  and endpoint changes apply immediately without restart
- Update GitHub Actions workflow artifact paths for new name
- Version 0.1.8
2026-04-06 12:38:48 +03:00
David Perov
ef4d18dc38 review 2026-04-01 23:15:53 +03:00
David Perov
9a80a26ac3 Fix release accessibility onboarding
Improve bundled-app accessibility checks, warn when the app is launched from a mounted or translocated location, and post-process macOS release artifacts with a stable app identifier before publishing v0.1.3.
2026-03-27 21:19:07 +03:00