Releases: yuelangmanle/flowith
Releases · yuelangmanle/flowith
Release list
v1.3.8
v1.3.7
fix: mobile missing data loading on startup - agent models, TTS confi…
v1.3.6
chore: bump version to 1.3.6 with changelogs
v1.3.5
chore: bump version to 1.3.5 with changelog
v1.3.4
chore: bump version to 1.3.4 with changelogs Includes all fixes from v1.3.3+: - Custom model ID input (desktop + mobile) - DeepSeek deprecated model filter - Mobile chat/roundtable error handling - Version alignment, dead code cleanup, roundtable done fix
v1.3.3
chore: bump version to 1.3.3 - package.json: 1.3.3 - tauri.conf.json: 1.3.3 - Android build.gradle: versionName 1.3.3, versionCode 6 - SettingsView: APP_VERSION 1.3.3 - Download page: v1.3.3 links
Flowith v1.3.2
v1.3.1
fix: MiMo API, thinking display, mobile API routes, auto-update - v1.3.1 Fixes: - MiMo: remove conflicting 'thinking' field, explicitly set webSearchEnabled=false - Desktop thinking: stop stripping think blocks before renderMessageContent - Mobile API: add missing routes (test-provider, discover, delete agent/memory, skills install/refresh, codegen streaming) - Mobile apiAdapter: add /api/codegen to streaming paths Features: - Auto-update checker (UpdateChecker component for desktop + mobile) - Checks GitHub releases, shows download banner with platform-specific asset - updater.ts: version comparison + platform asset detection - Codegen streaming support for mobile via handleCodeGenStream Version: 1.3.0 -> 1.3.1
v1.3.0
feat(mobile): complete Android app redesign - v1.3.0 Complete rewrite of mobile UI to match desktop feature parity: Shared Components: - MessageRenderer: unified message rendering (thinking, code, images, files) - CodeBlock: syntax highlighting + copy button - ThinkingBlock: collapsible thinking panel (deepseek-style) - ImageLightbox: full-screen image preview Mobile Views (3634 lines total, up from 641): - MobileChatView: markdown, code highlighting, thinking blocks, multi-image upload with compression, file attachments, clipboard paste, token usage, message actions (copy/regenerate/delete/branch), skill picker, provider/model selector, conversation list (search/pin/delete) - MobileSettingsView: full provider config (API keys, URLs, MiMo web search, DeepSeek reasoning effort, Qwen thinking), TTS provider config, model discovery, connection test, token stats, changelog - MobileSkillsView: search, category filter, GitHub install, local import, star refresh - MobileMemoryView: L1-L4 stats, layer filter, search, add/delete/batch delete, consolidation, export/import - MobileAgentsView: create/delete agents, per-agent model/TTS config - MobileCodeGenView: 6-phase pipeline, quick templates, streaming - MobileSetupWizard: first-run provider setup - MobileNav: 5 tabs + 'More' drawer (agents, codegen, settings) - MobileApp: first-run detection, parallel data loading, loading screen Version bump: 1.2.1 -> 1.3.0
v1.2.1
release: v1.2.1 - macOS Gatekeeper 签名修复