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 @@
{
".": "1.4.1"
".": "1.5.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.5.0](https://github.com/Project-Colony/Eidos/compare/v1.4.1...v1.5.0) (2026-08-18)


### Features

* portable instances are first-class - registry, CLI paths, GUI reopen ([3ebf75e](https://github.com/Project-Colony/Eidos/commit/3ebf75e592db2137c0ed44f3e6d4e96b2011b184))
* refuse an instance inside a game's install folder ([9f88404](https://github.com/Project-Colony/Eidos/commit/9f884049be8696d3a0e4db3652decc98f3afbe00))

## [1.4.1](https://github.com/Project-Colony/Eidos/compare/v1.4.0...v1.4.1) (2026-08-17)


Expand Down
34 changes: 17 additions & 17 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = ["crates/eidos-core", "crates/eidos-fuse", "crates/eidos-games", "crat
# About dialog, the `Application-Version` header every Nexus API call carries,
# and the log header - so a release that left it at 0.0.0 would be telling Nexus
# something untrue about who is calling.
version = "1.4.1" # x-release-please-version
version = "1.5.0" # x-release-please-version
license = "GPL-3.0-or-later"
repository = "https://github.com/Project-Colony/Eidos"
edition = "2021"
Loading