Commit Graph

551 Commits

Author SHA1 Message Date
cogwheel0
7d27287fee feat(l10n): update iOS promotional text with v2.2.3 feature highlights
- Improved voice input service with locale handling and permission checks
- Voice call with selected tool IDs
- Improved base64 image data URL parsing validation

Updated all 11 locale versions (en-US, de-DE, es-ES, fr-FR, it, ko, nl-NL, ru, zh-Hans, zh-Hant, and default)
2025-11-13 13:08:57 +05:30
cogwheel0
bc61126858 chore: bump version to 2.2.3 2025-11-13 13:05:09 +05:30
cogwheel0
9b175edc9f chore: update iOS release notes and remove outdated localization files 2025-11-13 13:03:35 +05:30
cogwheel
b62c4333fd Merge pull request #148 from cogwheel0/feat-improve-base64-image-parsing
feat(file-attachment): improve base64 image data URL parsing validation
2025-11-13 12:39:29 +05:30
cogwheel0
64173a2168 feat(file-attachment): improve base64 image data URL parsing validation 2025-11-13 12:39:09 +05:30
cogwheel
e95ff86f31 Merge pull request #147 from cogwheel0/voice-call-send-message-tool
feat(voice-call): send message with selected tool IDs
2025-11-13 12:33:03 +05:30
cogwheel
fe712bfeda Merge pull request #146 from cogwheel0/voice-input-service-improvements
feat(voice): Improve voice input service with locale handling and permission checks
2025-11-13 12:32:41 +05:30
cogwheel0
c4764b0075 feat(voice-call): send message with selected tool IDs 2025-11-13 12:30:07 +05:30
cogwheel0
f885513a89 feat(voice): Improve voice input service with locale handling and permission checks 2025-11-13 12:21:59 +05:30
cogwheel0
926b5f1cdd feat(l10n): update promotional text for German, French, and Russian locales 2025-11-13 00:08:30 +05:30
cogwheel0
6aa9c31ec3 chore(l10n): update Korean what's new section and remove outdated file 2025-11-12 23:59:28 +05:30
cogwheel0
ced22232ed feat(l10n): update promotional text and what's new 2025-11-12 23:52:22 +05:30
cogwheel0
01c373e2bc chore: bump version to 2.2.2 2025-11-12 23:43:13 +05:30
cogwheel0
b52d313054 chore(l10n): remove generated localization files 2025-11-12 23:35:26 +05:30
cogwheel
74821ccdb9 Merge pull request #145 from cogwheel0/add-chinese-traditional-localization
feat(l10n): add chinese traditional
2025-11-12 23:32:03 +05:30
cogwheel0
032a3e696d feat(l10n): add chinese traditional 2025-11-12 23:30:18 +05:30
cogwheel
b120a4ca0c Merge pull request #144 from cogwheel0/update-drawer-item-styling
update-drawer-item-styling
2025-11-12 22:14:28 +05:30
cogwheel
03adb0c924 Merge pull request #143 from cogwheel0/improve-auth-error-handling
improve-auth-error-handling
2025-11-12 22:13:56 +05:30
cogwheel
a7ca7e64f9 Merge pull request #142 from cogwheel0/l10n-update-korean-language-code
fix(l10n): Update Korean language code from 'kr' to 'ko'
2025-11-12 22:13:31 +05:30
cogwheel0
ea325aa076 fix(l10n): Update Korean language code from 'kr' to 'ko' 2025-11-12 22:12:51 +05:30
cogwheel0
ecf760d9ec feat(auth): Enhance logout flow with comprehensive data clearing 2025-11-12 13:44:05 +05:30
cogwheel0
02decd48c6 feat(navigation): Conditionally apply top and bottom borders for selected chat drawer item 2025-11-12 13:26:29 +05:30
cogwheel0
45135d9185 fix(auth): Improve auth error handling without token clearing 2025-11-12 13:23:58 +05:30
cogwheel0
87529201f7 feat(ui): Update drawer item styling with transparent background 2025-11-12 11:09:43 +05:30
cogwheel
35377cebd8 Merge pull request #139 from cogwheel0/storage-local-folders-persistence
feat(storage): Add local folders persistence and caching mechanism
2025-11-10 11:05:55 +05:30
cogwheel
13e3bc24ed Merge pull request #138 from cogwheel0/mic-vad-tts-pipeline
mic-vad-tts-pipeline
2025-11-10 11:05:12 +05:30
cogwheel0
122bd0a4b1 feat(storage): Add local folders persistence and caching mechanism 2025-11-10 10:44:03 +05:30
cogwheel0
b05d9f84a5 feat(tts): Add server-side speech synthesis and playback pipeline 2025-11-10 02:43:31 +05:30
cogwheel0
62c9243e34 feat: Replace mic_stream_recorder with vad and update iOS deployment target 2025-11-10 01:57:28 +05:30
cogwheel0
5f597a3bb5 feat(icons): Add new app icon assets and update Contents.json for Debug configuration 2025-11-09 21:23:07 +05:30
cogwheel0
5727c055a2 Revert "fix(streaming): refactor to not force session id"
This reverts commit 8cc7a23477.
2025-11-06 20:09:18 +05:30
cogwheel0
3e1128c32c chore(localization): Remove Korean localization metadata files as part of project cleanup 2025-11-05 15:25:50 +05:30
cogwheel0
91789988c0 feat(localization): Update promotional text and what's new for Korean language support and improved UX features 2025-11-05 15:23:43 +05:30
cogwheel0
6c6742a14e feat(release): Add job to generate release notes and update release with artifacts 2025-11-05 15:21:12 +05:30
cogwheel0
f2bd0fa45c chore: bump version to 2.2.1 2025-11-05 15:09:36 +05:30
cogwheel
2ab0002ebc Merge pull request #132 from cogwheel0/conversations-local-cache-persistence
feat(conversations): Implement local cache persistence for conversations
2025-11-05 14:54:51 +05:30
cogwheel0
bf98bbd1fc feat(conversations): Implement local cache persistence for conversations 2025-11-05 14:53:55 +05:30
cogwheel0
c40e692388 docs: Update contribution guidelines to encourage feedback and discussions instead of pull requests 2025-11-05 14:28:37 +05:30
cogwheel
24a10064ff Merge pull request #131 from cogwheel0/keyboard-dismiss-on-scroll
feat: Add keyboard dismiss on scroll
2025-11-05 14:13:18 +05:30
cogwheel0
bdd90b32fa feat: Add keyboard dismiss on scroll 2025-11-05 14:12:58 +05:30
cogwheel
fd004d6494 Merge pull request #130 from cogwheel0/add-korean-language-support
feat: Add Korean language support and localization files
2025-11-05 14:02:49 +05:30
cogwheel0
d52794f2c5 feat: Add Korean language support and localization files 2025-11-05 14:00:10 +05:30
cogwheel0
b9ec730fad feat(conversation): Enhance source parsing and normalization for OpenWebUI messages 2025-11-05 13:10:00 +05:30
cogwheel0
3d9c4a0b42 chore: update promotional text across multiple languages to reflect server-side STS, performance improvements, and streaming fixes 2025-11-05 01:13:19 +05:30
cogwheel0
46731486e1 chore: bump version to 2.2.0 2025-11-05 01:06:34 +05:30
cogwheel0
ab9897ce15 refactor(l10n): Improve key usage scanning by replacing external process with direct file reading 2025-11-05 01:06:03 +05:30
cogwheel
caf066f34b Merge pull request #129 from cogwheel0/add-server-speech-to-text-features
add-server-speech-to-text-features
2025-11-05 01:00:48 +05:30
cogwheel0
0d49309ad1 feat(tts): Refactor text splitting and offset computation for TTS 2025-11-05 00:59:57 +05:30
cogwheel0
3424af60f9 feat(l10n): Add silence duration settings for speech-to-text 2025-11-05 00:48:20 +05:30
cogwheel0
1bb2cbae25 feat(voice): add voice silence duration configuration 2025-11-05 00:33:17 +05:30