Skip to content

SoulFireClient 2.8.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 16:18
· 97 commits to main since this release

Download Links

Platform Download Link
Windows (x86_64) Download
Windows (AArch64) Download
macOS (Intel) Download
macOS (Apple Silicon) Download
Linux (x86_64) Download
Linux (AArch64) Download

Tip

x86_64 means Intel and AMD CPUs; AArch64 means ARM CPUs like Qualcomm Snapdragon, which are used in some laptops.

πŸš€ Features

  • 575bbc0 feat(script-editor): support ordered collections
  • 3ffb147 feat(script-editor): add ordered multi-input controls
  • 2fc6ca0 feat(bot-settings): redesign per-bot settings dialog
  • 1ccd3a2 feat(tauri): add custom themed titlebar
  • 176aed0 feat(router): sync page titles across browser and tauri
  • f0a9743 feat(titlebar): render route icons in window header
  • 7779014 feat(chrome): move desktop web actions into titlebar
  • cf7733d feat: add recurring support dialog and update donation links to pricing page

πŸ› Fixes

  • 6927139 fix(deps): update all non-major dependencies (#1154)
  • dd6bc4a fix: make stick to bottom in execution logs work and add wrangler
  • d9239f8 fix: subscribe to personal logs properly again
  • 768f8fc fix: remove remaining hash based routing stuff
  • 6857819 fix: make baseui work
  • f4b0fb5 fix: resolve baseui issues and improve titlebar
  • 6476409 fix(sidebar): align desktop layout with titlebar
  • ce1b7a7 fix(login): remove broken card info action
  • 81cdaf6 fix: readd custom changes
  • 38d21ff fix: make titlebar draggable
  • 0875cce fix(chrome): disable native button semantics for titlebar links
  • 6fd4673 fix(deps): update all non-major dependencies

πŸ— Refactor

  • e62176c refactor: redesign automation page as mission control UI
  • 594a074 refactor: redesign bot detail page with tabbed layout
  • 22be647 refactor(suspense): move suspense queries closer to consumers
  • c14d621 refactor(tauri): move custom titlebar to global top bar
  • 3ca2a6e refactor(ui): adopt shadcn primitives across app
  • ac37d49 refactor(ui): migrate screens to shared primitives

πŸ”¨ Build

  • f3e1c62 chore(i18n): updated translations from crowdin
  • ed99ad7 chore(deps): update dependency vite to v8.0.5
  • 54f505e chore: update types
  • 2a9d919 chore: update proto
  • 4624d52 chore: update proto
  • ca889c9 chore: update protobuf definitions
  • 93c346a chore: update github url
  • 8fabd0d chore: switch to browser history
  • 34b2c4a chore: add wrangler config
  • 2943613 chore: exclude file from biome
  • e786f33 chore: remove wrangler
  • 75a2579 chore: properly handle SPA for cloudflare pages
  • a633474 chore: reload if preload issues
  • 758cdfd chore: switch tabs to Activity
  • 50a0616 chore: update URL
  • 51769a7 chore(i18n): updated translations from crowdin (#1153)
  • de82238 chore(deps): update all non-major dependencies (#1157)
  • 7049a7e chore: bump server version to 2.8.0
  • 3b85051 chore(release): bump version to 2.8.0
  • aa60c43 chore: revert to github runners for release CI (because signpath needs github hosted runenrs)
  • 4d7137c chore(release): bump version to 2.8.0
  • 5185c40 chore(deps): update dependency @tanstack/react-router to v1.168.13
  • 7d6b6b4 chore: improve titlebar
  • ea55dfa chore: move to baseui
  • 6ef0a63 chore: update theme
  • 6c2b42d chore: update ui
  • cd23c87 chore: remove translucency
  • 09a57d5 chore(deps): update softprops/action-gh-release action to v3 (#1159)
  • 2fb390b chore(deps): update all non-major dependencies
  • 538edeb chore(release): bump version to 2.8.0
  • 6a2bbf1 chore(release): bump version to 2.8.0
  • ed83d0a chore: drop wrangler
  • eae75a3 chore: bump baseline

πŸ’… Style

  • ad03cf6 style(tauri): match titlebar to sidebar theme

πŸ’¬ Other

  • aab1ac1 Merge pull request #1152 from AlexProgrammerDE/l10n_crowdin_translations
  • 3ad7f0a Add automation dashboard and client controls
  • 747af6a Add automation quota override dashboard controls
  • c7b6ab1 Add per-bot automation tuning dashboard
  • 73781ba Add filtered bulk controls to automation dashboard
  • 59dc504 Add automation memory browser dashboard
  • 7aea9d0 Add automation run health diagnostics
  • 913be46 Add automation claim explorer diagnostics
  • 22e3ceb Add automation health action quick controls
  • 1bbfc23 Refactor automation dashboard layout
  • 4e75fc7 Migrate workflows to Blacksmith (#1156)
  • 4df31fb Update Ubuntu platform versions in build workflow
  • 71e4713 Update Ubuntu platform versions in release workflow