Skip to content

Commit

Permalink
Updated version number and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodo45127 committed Mar 3, 2024
1 parent 8f1e093 commit d2b8db7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ If you're looking for the changes included in the latest beta (against the lates
- Implemented "Open Workshop Links on Steam" setting.
- Implemented "Secondary Mods Folder" feature.
- Implemented "Import ModList" feature.
- Implemented "Workshopper" companion program for interaction with the SteamWorks API.
- Implemented "Upload/Update to Workshop" feature.

### Changed
- When renaming a category, its current name is the default value in the dialog.
- Network request done while loading a game's data (requesting steam workshop info about the downloaded mods) are now done "partially async".
+ This means starting the program or changing the game selected takes a few less seconds.
- Steam Workshop data request (for getting mod info from the workshop) has been moved to use the SteamWorks API.
- Runcher now requires Steam to be running in order to start.

### Fixed
- Fixed mysterious error when launching Runcher with no game path configured.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.7.101"
version = "0.7.102"
authors = ["Frodo45127 <frodo_gv@hotmail.com>"]
rust-version = "1.67"
edition = "2021"
Expand Down

0 comments on commit d2b8db7

Please sign in to comment.