Skip to content

Releases: yuelangmanle/flowith

v1.3.8

Choose a tag to compare

@github-actions github-actions released this 30 May 16:42
chore: bump version to v1.3.8

v1.3.7

Choose a tag to compare

@github-actions github-actions released this 30 May 14:43
fix: mobile missing data loading on startup - agent models, TTS confi…

v1.3.6

Choose a tag to compare

@github-actions github-actions released this 30 May 08:09
chore: bump version to 1.3.6 with changelogs

v1.3.5

Choose a tag to compare

@github-actions github-actions released this 30 May 00:22
chore: bump version to 1.3.5 with changelog

v1.3.4

Choose a tag to compare

@github-actions github-actions released this 29 May 17:38
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

Choose a tag to compare

@github-actions github-actions released this 29 May 17:02
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

Choose a tag to compare

@github-actions github-actions released this 29 May 16:23

Flowith - 多AI智能体协作平台

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 29 May 13:27
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

Choose a tag to compare

@github-actions github-actions released this 29 May 12:32
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

Choose a tag to compare

@github-actions github-actions released this 29 May 12:06
release: v1.2.1 - macOS Gatekeeper 签名修复