Skip to content

Commit

Permalink
retrom-v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JMBeresford committed Feb 2, 2025
1 parent 5da97e1 commit 6537eeb
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 20 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ 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).

## [Unreleased]
## [0.7.5](https://github.com/JMBeresford/retrom/compare/retrom-v0.7.4...retrom-v0.7.5) - 2025-02-01

### Bug Fixes
- open installation directory menu item



### Newly Added
- change installation directory

You can now change Retrom's installation directory
via the `File > Configuration` menu in the `Client`
tab




## [0.7.4](https://github.com/JMBeresford/retrom/compare/retrom-v0.7.3...retrom-v0.7.4) - 2025-02-01

### Newly Added
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude = ["**/node_modules", "./packages/client/web"]

[workspace.package]
edition = "2021"
version = "0.7.4"
version = "0.7.5"
authors = ["John Beresford <jberesford@volcaus.com>"]
license = "GPL-3.0"
readme = "./README.md"
Expand Down Expand Up @@ -40,15 +40,15 @@ tracing-subscriber = { version = "0.3.18", features = [
tokio = { version = "1.37.0", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["io", "compat"] }
dotenvy = "0.15.7"
retrom-db = { path = "./packages/db", version = "^0.7.4" }
retrom-service = { path = "./packages/service", version = "^0.7.4" }
retrom-codegen = { path = "./packages/codegen", version = "^0.7.4" }
retrom-plugin-installer = { path = "./plugins/retrom-plugin-installer", version = "^0.7.4" }
retrom-plugin-launcher = { path = "./plugins/retrom-plugin-launcher", version = "^0.7.4" }
retrom-plugin-service-client = { path = "./plugins/retrom-plugin-service-client", version = "^0.7.4" }
retrom-plugin-steam = { path = "./plugins/retrom-plugin-steam", version = "^0.7.4" }
retrom-plugin-config = { path = "./plugins/retrom-plugin-config", version = "^0.7.4" }
retrom-plugin-standalone = { path = "./plugins/retrom-plugin-standalone", version = "^0.7.4" }
retrom-db = { path = "./packages/db", version = "^0.7.5" }
retrom-service = { path = "./packages/service", version = "^0.7.5" }
retrom-codegen = { path = "./packages/codegen", version = "^0.7.5" }
retrom-plugin-installer = { path = "./plugins/retrom-plugin-installer", version = "^0.7.5" }
retrom-plugin-launcher = { path = "./plugins/retrom-plugin-launcher", version = "^0.7.5" }
retrom-plugin-service-client = { path = "./plugins/retrom-plugin-service-client", version = "^0.7.5" }
retrom-plugin-steam = { path = "./plugins/retrom-plugin-steam", version = "^0.7.5" }
retrom-plugin-config = { path = "./plugins/retrom-plugin-config", version = "^0.7.5" }
retrom-plugin-standalone = { path = "./plugins/retrom-plugin-standalone", version = "^0.7.5" }
config = { version = "0.13.4", features = ["json5"] }
futures = "0.3.30"
bytes = "1.6.0"
Expand Down

0 comments on commit 6537eeb

Please sign in to comment.