Tale v0.3.12
Upgrade behaviour change: tale update now stays on your release line
tale update (without --version) now targets the newest release within your current x.y release line — a 0.3.x instance updates to the newest 0.3.x and never crosses to a newer line on its own. When a newer line exists, the command says so and prints the exact tale update --version <ver> command to move deliberately. Explicit --version behaves as before (any version, up or down).
Why this matters now: the upcoming 0.4.0 is a breaking, fresh-deploy-only release with no 0.3 → 0.4 upgrade path. Update your CLI to 0.3.12 before 0.4.0 ships, so a routine tale update keeps your instance safely on 0.3.x. Details: Upgrades docs.
What's Changed
- fix(platform): align section actions, status chips, and chart chrome by @AdeolaAdekoya in #2820
- feat(platform): onedrive sync engine installs on first sync import by @larryro in #2821
- fix(platform): keep automations catalog bottom padding in scroll flow by @larryro in #2824
- feat(platform): auto-resync installed automation on upload replace by @larryro in #2825
- feat(platform): immediate loading feedback for desk row Start by @larryro in #2826
- fix(platform): grow editor Save/Discard hit area to 44px (#1980) by @Israeltheminer in #2833
- fix(platform): truncate long contacts Name/Email/Phone cells by @Israeltheminer in #2834
- fix(platform): mobile breadcrumb back button + sidebar/nav a11y by @Israeltheminer in #2835
- feat(platform): sibling breadcrumb switchers for automations & projects by @Israeltheminer in #2836
- feat(platform): collapse mobile composer's agent + model pickers into one by @Israeltheminer in #2837
- feat(platform): unify per-chat context menu across header and sidebar by @Israeltheminer in #2838
- fix(platform): clearer first steps when catalogs, chat, and projects are empty by @AdeolaAdekoya in #2841
- feat(platform): undo, retry and discard outbound conversation messages by @Israeltheminer in #2839
- perf(platform): cache hashed assets, revalidate index.html by @Israeltheminer in #2843
- fix(platform): scope automations 'Browse all' navigate to its route by @Israeltheminer in #2844
- fix(platform): match asset hashes of 8+ chars, not exactly 8 by @Israeltheminer in #2846
- fix(platform): defer Sheet side border to sm+ for mobile full-bleed by @Israeltheminer in #2856
- refactor(platform): back arrow for mobile page-header control by @Israeltheminer in #2850
- refactor(platform): reroute chat browse button to agents roster by @Israeltheminer in #2853
- feat(platform): adapt inbox navigation and header on mobile by @Israeltheminer in #2851
- fix(platform): make prompt dialogs full-width on mobile by @Israeltheminer in #2855
- refactor(platform): responsive workflow minimap and panel borders by @Israeltheminer in #2854
- feat(platform): float mobile page actions in a bottom dock by @Israeltheminer in #2849
- feat(platform): agent-detail breadcrumb switcher and history label by @Israeltheminer in #2852
- refactor(platform): remove retired From template agent create item by @Israeltheminer in #2862
- test(platform): replace real addresses with placeholders in fixtures by @Israeltheminer in #2860
- fix(platform): prevent mobile input zoom on focus by @Israeltheminer in #2861
- feat(platform): searchable breadcrumb switchers and mobile parent by @Israeltheminer in #2863
- feat(cli): pin tale update to the current release line by @larryro in #2864
Full Changelog: v0.3.11...v0.3.12