Skip to content

Commit

Permalink
Bump rpatchur version to 0.2.2
Browse files Browse the repository at this point in the history
Update CHANGELOG and README
  • Loading branch information
L1nkZ committed Mar 14, 2021
1 parent d9eb71e commit 5e69725
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## [0.2.2] - 2021-03-14
### Changed
- Allow launching game clients and setup executables that do not have a `.exe`
extensions in their file name.

### Fixed
- Fix wrong command-line arguments' order preventing SSO login to work correctly
(thanks to @waken22 and @vstumpf).

## [0.2.1] - 2021-03-10
### Added
- Implement THOR archive generation in `gruf`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Features
* THOR patch format support
* Drop-in replacement for the Thor patcher
* Cross-platform (Windows, Linux, macOS)
* SSO login support (i.e., can act as a launcher)

Known Limitations
-----------------
Expand Down
4 changes: 2 additions & 2 deletions rpatchur/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpatchur"
version = "0.2.1"
version = "0.2.2"
authors = ["LinkZ <wanthost@gmail.com>"]
edition = "2018"
build = "build.rs"
Expand All @@ -9,7 +9,7 @@ description = "A customizable patcher for Ragnarok Online"
[package.metadata.winres]
FileDescription = "A customizable patcher for Ragnarok Online"
ProductName = "RPatchur"
ProductVersion = "0.2.1"
ProductVersion = "0.2.2"
LegalCopyright = "Copyright © 2020-2021 rpatchur developers"

[target.'cfg(windows)'.build-dependencies]
Expand Down

0 comments on commit 5e69725

Please sign in to comment.