Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed May 23, 2023
1 parent 7ce79d4 commit 884b29b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com) and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased](https://github.com/erri120/GameFinder/compare/v3.0.2...HEAD)
## [Unreleased](https://github.com/erri120/GameFinder/compare/v3.1.0...HEAD)

## [3.1.0](https://github.com/erri120/GameFinder/compare/v3.0.2...HEAD) - TBD
## [Released](https://github.com/erri120/GameFinder/releases)

## [3.1.0](https://github.com/erri120/GameFinder/compare/v3.0.2...v3.1.0) - TBD

**Changes**:

- Steam: added `CloudSavesDirectory` to `SteamGame`.
- Fixed `AWinePrefix.CreateRegistry` throwing an exception when the file doesn't exist. It will now do a check and early exist with an empty registry, if the registry file doesn't exist.
- Fixed `WMIHelper` throwing an exception when WMI returns more than one element.
- Marked `GameFinder.StoreHandlers.EADesktop` as non-trimmable.

## [Released](https://github.com/erri120/GameFinder/releases)
- Marked `GameFinder.StoreHandlers.EADesktop` as non-trimmable. It uses the WMI, which itself requires COM, which is disabled when trimming is enabled.

## [3.0.2](https://github.com/erri120/GameFinder/compare/v3.0.1...v3.0.2) - 2023-05-10

Expand Down

0 comments on commit 884b29b

Please sign in to comment.