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 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.7.10] - 2026-08-05

### 🐛 Fixed
- Polish installer window interactions (#97)

## [v0.7.9] - 2026-08-03

### 🐛 Fixed
Expand Down
2 changes: 1 addition & 1 deletion apps/suzent-installer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/suzent-installer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "suzent-installer"
version = "0.7.9"
version = "0.7.10"
edition = "2021"
description = "Suzent Desktop Installer"
build = "build.rs"
Expand Down
4 changes: 2 additions & 2 deletions apps/suzent-installer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/suzent-installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suzent-installer-desktop",
"version": "0.7.9",
"version": "0.7.10",
"private": true,
"scripts": {
"tauri": "tauri",
Expand Down
2 changes: 1 addition & 1 deletion apps/suzent-installer/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Suzent Installer",
"version": "0.7.9",
"version": "0.7.10",
"identifier": "com.suzent.installer",
"build": {
"frontendDist": "ui"
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "suzent-frontend",
"private": true,
"version": "0.7.9",
"version": "0.7.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "suzent"
version = "0.7.9"
version = "0.7.10"
description = "Your personal Agent"
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "suzent"
version = "0.7.9"
version = "0.7.10"
edition = "2021"
description = "SUZENT - Your Personal Agent"
authors = ["SUZENT Team"]
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suzent-desktop",
"version": "0.7.9",
"version": "0.7.10",
"description": "SUZENT - Your Personal Agent (Desktop Application)",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "SUZENT",
"version": "0.7.9",
"version": "0.7.10",
"identifier": "com.suzent.app",
"build": {
"beforeBuildCommand": "cd ../frontend && npm run build",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.prod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "SUZENT",
"version": "0.7.9",
"version": "0.7.10",
"identifier": "com.suzent.app",
"build": {
"beforeBuildCommand": "cd ../frontend && npm run build",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading