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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.9.0"
".": "3.10.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [3.10.0](https://github.com/Artexis10/endstate-gui/compare/gui-v3.9.0...gui-v3.10.0) (2026-08-01)


### Features

* bump engine to v2.30.0 ([9ad0f58](https://github.com/Artexis10/endstate-gui/commit/9ad0f58503d637d6d46ca1da7d5623b0f3d2657c))


### Bug Fixes

* **setup:** show accurate searchable profile contents ([#220](https://github.com/Artexis10/endstate-gui/issues/220)) ([5d3df41](https://github.com/Artexis10/endstate-gui/commit/5d3df41d7a7eb0386fea1768a4d6ff08062937cf))

## [3.9.0](https://github.com/Artexis10/endstate-gui/compare/gui-v3.8.1...gui-v3.9.0) (2026-07-29)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "endstate-gui",
"private": true,
"version": "3.9.0",
"version": "3.10.0",
"type": "module",
"scripts": {
"predev": "node scripts/rebuild-engine.cjs",
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
Expand Up @@ -7,7 +7,7 @@ members = ["engine-core", "dev-bridge"]

[package]
name = "endstate-gui"
version = "3.9.0"
version = "3.10.0"
description = "Endstate GUI - Desktop application for Endstate"
authors = ["Substrate Systems"]
edition = "2021"
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": "Endstate",
"version": "3.9.0",
"version": "3.10.0",
"identifier": "com.substratesystems.endstate",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down
Loading