Commit graph

24 commits

Author SHA1 Message Date
cogwheel
c3d63aa7da chore(l10n): update workflow to trigger on push to main for ARB files 2026-08-20 22:17:21 +05:30
cogwheel
677a20e2ba
Redesign the Conduit 4.0 release announcement (#602)
* feat: bundled JSON release notes for 4.0, polished changelog sheet, remove IAP

- Move release-note content from ARB to assets/release_notes/<locale>.json
  with locale-fallback repository and schema-checked validator
- Polish the release notes sheet (staggered reveal, version badge,
  feature glyph bullets, action cards) and add the 4.0 note in 13 locales
- Prune pre-4.0 notes
- Remove in_app_purchase and the tip jar entirely; keep the Buy Me a
  Coffee donation link on all platforms

* Refresh release notes sheet and localized copy

* Add release notes banner and native review support

* Redesign release announcement sheet

* Target release announcement to 4.0.1

* Address release announcement review feedback

* Tighten release note locale handling
2026-07-31 21:54:47 +05:30
cogwheel
c71af21118
Render Mermaid diagrams natively (#585)
* feat: render Mermaid diagrams natively

* fix: apply CodeRabbit auto-fixes

* ci: harden submodule checkout credentials

* fix: hide persistent glass controls under sheets

Route-level scroll controls were not subscribed to tracked sheet coverage, so their UIKit compositor layers could bleed through modal routes. Centralize pre-presentation native chrome suppression and add a regression guard.

* fix: respect Dynamic Type in chat chrome

Cupertino navigation bars suppress inherited scaling and the composer used fixed control extents. Restore the route text scaler, bound control geometry to 1.5x, and add a regression guard.

* fix: honor accessibility settings across custom chrome

Match native Bold Text for Flutter icon glyphs and route every custom Cupertino toolbar through the shared Dynamic Type-aware shell. Keep route content and refresh offsets aligned with the scaled toolbar height.

* fix: scale sidebar navigation with Dynamic Type

The native iOS 26 tab bar applies Bold Text but keeps fixed label and symbol metrics. Retain it at normal size and use the bounded, scalable Flutter navigation bar for enlarged accessibility categories.

* Revert "fix: scale sidebar navigation with Dynamic Type"

This reverts commit 048e9de00b.

* fix: address accessibility review feedback

Use adaptive note editor insets, hide the workspace native section menu beneath tracked sheets, and align the new accessibility assertions with the test suite's checks convention.

* test: use checks for workspace sheet coverage
2026-07-22 22:53:45 +05:30
cogwheel
619c750d3c
Change macOS runner version for iOS build 2026-06-22 12:04:48 +05:30
cogwheel
04c84cf478 ci(release): simplify release workflow by removing pre-generated sources job
Remove the prepare-generated-sources job that was generating and packaging code artifacts separately. Move build_runner execution directly into build-android and build-ios jobs, and switch to using Flutter's native build commands (flutter build apk/appbundle) instead of direct Gradle invocations. This simplifies the CI pipeline and removes unnecessary artifact transfer steps.
2026-03-24 14:20:48 +05:30
cogwheel
fa2b44cefb chore: revert version to 2.6.2+103 2026-03-24 14:07:27 +05:30
cogwheel
e4ad913fbb ci(workflows): remove Ruby setup and simplify pod install command
Removes the Ruby setup step from the release workflow as it's unnecessary for the iOS build process. Also simplifies the pod install command by removing the bundle exec prefix, since CocoaPods doesn't require Bundler in this context.
2026-03-24 02:14:37 +05:30
cogwheel
146bffdd0e
Complete streaming UI on terminal chunks (#410)
* feat(chat): add isVoiceMode parameter to message sending functions

* ci(release): optimize build pipeline by pre-generating sources in separate job

Add prepare-generated-sources job to run build_runner once and share generated code across Android and iOS build jobs, reducing redundant code generation time. Also add Android local.properties setup and switch to Gradle wrapper for building.

* feat(tts): add backend voice configuration with multiple split modes

Add support for backend-provided TTS voices and configurable text split modes
that mirror OpenWebUI behavior. Introduces `BackendTtsVoice` model, adds
`ttsSplitOn` and `ttsVoices` to `BackendConfig`, and implements split modes
(punctuation, paragraphs, none) in TTS manager. Refactors voice fetching to
use consolidated backend config instead of separate API calls. Adds markdown
preprocessing utilities (`cleanText`, `removeAllDetails`) for TTS text handling.

* refactor(notes): refactor floating action button to use AdaptiveButton

Extract floating button building logic into dedicated _buildAdaptiveFloatingButton method and replace custom Container/InkWell implementation with AdaptiveButton for improved consistency and maintainability.

* Stream chat UI completion on terminal chunks

- Split UI completion from transport teardown
- Improve streaming list virtualization and scroll follow
- Add coverage for terminal finish_reason handling
2026-03-23 15:31:50 +05:30
cogwheel0
0d388d2df9 fix: remove enforce-lockfile option from flutter pub get in release workflow 2025-11-13 13:11:09 +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
054597f9ae chore: revert version to 2.1.10+35 and update build_runner command in GitHub Actions workflow 2025-10-25 15:14:41 +05:30
cogwheel0
e37fae23ef chore: update GitHub Actions workflow for Android and iOS builds
- Added permissions for write access to contents in both Android and iOS jobs.
- Updated artifact name for Android release from 'Releases' to 'Android-Release'.
- Configured Gradle caching to be read-write.
- Specified exact IPA artifact name for iOS release and added options to omit body and name during updates.
2025-10-25 15:03:09 +05:30
cogwheel0
cb6a01a09e chore: simplify fastlane config and release workflows 2025-10-24 13:37:24 +05:30
cogwheel0
af2d70ba31 fix(background): improve foreground service lifecycle and keep-alive handling 2025-10-24 12:23:56 +05:30
cogwheel0
87f8e069eb feat: add iOS build workflow to GitHub Actions for streamlined release process
- Introduced a new job in the GitHub Actions workflow to build the iOS app, including steps for checking out the repository, setting up Flutter, installing dependencies, and generating Freezed classes.
- Implemented versioning logic to derive the release tag and build number dynamically based on the event type (manual or tag push).
- Added steps for setting up Xcode, installing CocoaPods, building the iOS app without signing, creating an IPA from the app bundle, and uploading artifacts.
- Enhanced release updates with the ability to handle both tag pushes and manual rebuilds, ensuring a more efficient release process.
2025-10-10 21:09:58 +05:30
cogwheel0
c0902c1ad1 chore: update l10n workflow 2025-09-07 13:17:34 +05:30
cogwheel0
fcbf41a9dd chore: prepare for weblate 2025-09-07 12:22:02 +05:30
Lars
06e209ac0f
Update release artifacts for multiple architectures 2025-09-02 09:49:42 +02:00
Lars
f17bb159f8
Modify release workflow to build split APKs
Create multiple APKs for different architectures with lower file size
2025-09-01 17:12:29 +02:00
cogwheel0
e7494d0408 chore: update release files 2025-08-29 13:38:55 +05:30
cogwheel0
e2887067f5 chore: update release workflow 2025-08-28 19:50:57 +05:30
cogwheel0
7b598d7c04 fix: default model edge cases 2025-08-17 17:43:19 +05:30
cogwheel0
3e429e03a9 chore: auto release notes 2025-08-17 17:03:06 +05:30
cogwheel0
758615813f chore: initial release 2025-08-10 01:20:45 +05:30