Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

---

## [3.0.5] — 2026-04-23

### Added
- **Auto Updater** — Implemented a silent background auto-updater using Tauri plugins (`tauri-plugin-updater` and `tauri-plugin-process`). Updates are checked and downloaded in the background. Once an update is ready, a seamless "Liquid Glass" restart prompt appears in the bottom right corner without interrupting active translation.

## [3.0.4] — 2026-04-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syncspeak",
"version": "3.0.4",
"version": "3.0.5",
"productName": "Sync Speak",
"description": "Real-time Hindi to English voice translator for meetings",
"homepage": "https://github.com/Soumyadipgithub/SyncSpeak",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syncspeak"
version = "3.0.4"
version = "3.0.5"
description = "Real-time Hindi to English voice translator for meetings"
authors = ["Soumyadip Giri"]
license = "MIT"
Expand Down
Loading