Skip to content

Releases: inference-gateway/desktop

v0.8.0

Choose a tag to compare

@inference-gateway-maintainer inference-gateway-maintainer released this 09 Aug 23:32
Immutable release. Only release title and notes can be modified.
cbbe96a

0.8.0 (2026-08-09)

Features

  • ui: add download button on hover for generated images (#71) (75bca22)
  • voice: auto-download whisper on macOS and Windows (#72) (cbbe96a)

v0.7.0

Choose a tag to compare

@inference-gateway-maintainer inference-gateway-maintainer released this 09 Aug 22:25
Immutable release. Only release title and notes can be modified.
23b0100

0.7.0 (2026-08-09)

Features

  • composer: prompt history with arrow-up/down navigation (#65) (5ab20a2)
  • sessions: run multiple agent sessions in parallel with a cap (#66) (4ae4498)
  • transcript: stream model reasoning into the thinking block (#68) (15cad76)

Documentation

  • add concise AGENTS.md contributor guide and agent workflow init (#69) (23b0100)

Chores

  • deps: bump tauri-apps/tauri-action from 0 to 1 in the github-actions group (#64) (ed7156c)

v0.6.0

Choose a tag to compare

@inference-gateway-maintainer inference-gateway-maintainer released this 09 Aug 14:25
Immutable release. Only release title and notes can be modified.
9a215d4

0.6.0 (2026-08-09)

Features

  • web: convert settings to dedicated view with A2A agents section (#63) (9a215d4)
  • web: migrate frontend to React + TypeScript + Bun + Tailwind (#61) (d13b204)

Bug Fixes

  • conversations: read history from the agent's writable cwd (#60) (994b11f)

Chores

  • cargo: bump edition from 2021 to 2024 (#59) (e78fe34)

v0.5.0

Choose a tag to compare

@inference-gateway-maintainer inference-gateway-maintainer released this 08 Aug 23:31
Immutable release. Only release title and notes can be modified.
26ad9eb

0.5.0 (2026-08-08)

Features

  • chat: add multi-select and bulk delete for conversations (#51) (26ad9eb)
  • ui: render images in chat transcript (#39) (5179b59)

Bug Fixes

  • ui: remove doubled focus ring on composer input (#49) (2fe4e55)

Continuous Integration

v0.4.0

Choose a tag to compare

@inference-gateway-maintainer inference-gateway-maintainer released this 08 Aug 18:31
Immutable release. Only release title and notes can be modified.
490c7f6

0.4.0 (2026-08-08)

Features

  • voice-to-text input via microphone (whisper.cpp) (#41) (490c7f6)

Bug Fixes

  • release: attach updater manifest atomically for immutable releases (#48) (ddc72d3)

v0.3.0

Choose a tag to compare

@inference-gateway-maintainer inference-gateway-maintainer released this 08 Aug 14:31
Immutable release. Only release title and notes can be modified.
0b86f6c

0.3.0 (2026-08-08)

Features

  • updater: self-update the desktop app from releases (#47) (0b86f6c)

v0.2.2

Choose a tag to compare

@inference-gateway-maintainer inference-gateway-maintainer released this 08 Aug 11:46
Immutable release. Only release title and notes can be modified.
a612e43

0.2.2 (2026-08-08)

Bug Fixes

  • agent: run infer child from a writable cwd (#44) (a612e43)

v0.2.1

Choose a tag to compare

@inference-gateway-maintainer inference-gateway-maintainer released this 08 Aug 11:23
Immutable release. Only release title and notes can be modified.
b529696

0.2.1 (2026-08-08)

Bug Fixes

  • release: build Tauri bundles instead of bare binaries (#43) (b529696)

v0.2.0

Choose a tag to compare

@inference-gateway-maintainer inference-gateway-maintainer released this 08 Aug 10:46
Immutable release. Only release title and notes can be modified.
9989e03

0.2.0 (2026-08-08)

Features

  • ci: build release binaries for all platforms via matrix strategy (#40) (3acea47)
  • release: add changelog generation to semantic-release (#38) (88f5010)
  • web: render assistant markdown and add typing indicator (#37) (ff22603)

Bug Fixes

  • release: use hyphens in binary_name matching Cargo's output file name (#42) (9989e03)

v0.1.1

Choose a tag to compare

@inference-gateway-maintainer inference-gateway-maintainer released this 07 Aug 23:45
Immutable release. Only release title and notes can be modified.
817e898

0.1.1 (2026-08-07)

Bug Fixes

  • release: configure semantic-release with conventionalcommits preset and chore-patch mapping (#34) (817e898)