-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
52 additions
and
2,055 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ jobs: | |
env: | ||
BUILD_CONFIG: 'Release' | ||
CLI_PROJECT: 'RPGMakerDecrypter.Cli/RPGMakerDecrypter.Cli.csproj' | ||
GUI_PROJECT: 'RPGMakerDecrypter.Gui/RPGMakerDecrypter.Gui.csproj' | ||
|
||
runs-on: windows-latest | ||
|
||
|
@@ -27,7 +26,7 @@ jobs: | |
- name: Setup .NET | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: 6.0.x | ||
dotnet-version: 8.0.x | ||
|
||
- name: Restore dependencies | ||
run: dotnet restore | ||
|
@@ -41,10 +40,7 @@ jobs: | |
- name: Publish Windows CLI | ||
run: dotnet publish $Env:CLI_PROJECT --configuration $Env:BUILD_CONFIG -r win-x64 -p:PublishSingleFile=true -p:PublishTrimmed=true -p:TrimMode=Link --self-contained true --output $Env:GITHUB_WORKSPACE | ||
|
||
- name: Publish Windows GUI | ||
run: dotnet publish $Env:GUI_PROJECT --configuration $Env:BUILD_CONFIG -r win-x64 -p:PublishSingleFile=true --self-contained true --output $Env:GITHUB_WORKSPACE | ||
|
||
- uses: ncipollo/[email protected] | ||
with: | ||
bodyFile: CHANGELOG.MD | ||
artifacts: "RPGMakerDecrypter-cli,RPGMakerDecrypter-cli.exe,RPGMakerDecrypter.exe" | ||
artifacts: "RPGMakerDecrypter-cli,RPGMakerDecrypter-cli.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# Changed in this release | ||
|
||
* **Add overwrite flag**: Add a CLI argument and GUI checkbox for controlling file overwriting behavior. Thank you @AhmedAhmedEG for your contribution! | ||
* **Spelling error fixes**: English is hard, thank you @punctdan for nitpicking and for the fixes! | ||
After a major architectural overhaul, I've decided to upgrade the RPG Maker Decrypter version to v3.0.0! | ||
|
||
Biggest change in this release is the new and exiting support for the RPG Maker MV and MZ decryption. With this change, the RPG Maker Decrypter has become the only tool you will ever need to decrypt RPG Maker games made with any version. | ||
|
||
With this change also becomes sad news for the fans of the GUI version. Because I do not have a personal Windows development environment anymore and thus am unable to update the Forms application, I've decided to drop its support. I removed the sources (including the experimental GTK UI), but they remain available in this [commit](https://github.com/uuksu/RPGMakerDecrypter/tree/1a24e8c0a9bbf7b9b1cb030a6a2eb20882e6df15). Maybe someone else would like to create a cross-platform UI (for example with Avalonia) or create a web service utilizing my code (that will be always FOSS with liberal license). | ||
|
||
Application has also a new (not really) fancy icon! |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.