Releases: bitcookies/winrar-keygen
v3.1.0
Update
- The Keygen already supports
utf8nobomwide character input. - Github Actions now supports
utf8nobomwide character input. - Instructions for running Keygen locally and Powershell 7.4 or later support are provided.
- Add an example of verifying the point G
Attention
Note
utf8: is to ensure constant character representation in WinRAR across languages.
If your <TEXT1> or <TEXT2> contains non-ASCII characters, it is recommended to add the utf8: prefix.
Example (Requires PowerShell 7.4 or later):
winrar-keygen.exe "utf8:<TEXT1>" "utf8:<TEXT2>" | Out-File -Encoding UTF8NoBOM rarreg.keyIf you use π Github Action, workflow will automatically add the uft8: prefix for you.
v3.0.0
Update
- Keygen has been updated to support utf8 encoding. Now you can generate licenses using
ascii,ansiandutf-8encoding. - Simpler and easier to use with the new workflow. It also provides a workflow that supports secrets.
- Updated the README with more details on coding and licensing.
- Update Keygen's local license generation method.
Attention
Important
Please select the appropriate encoding for your parameters, please refer to encoding.
Abandoned
Departing workflow via push is deprecated, but you can find it on the ver2 branch if you need it.
v2.1.3
Update
- Github Actions virtual environment updated for windows-2022
- Update the README and images
Attention
When you use Github Actions with Push, you get a warning that βNode.js 16 actions are deprecated. Please update the following actions to use Node.js 20β.
Despite submitting an update to the notiz-dev/github-action-json-property branch, a new version has not yet been released to fix this issue. So, it is recommended to use the Github Actions with Secrets approach.
v2.1.2
Update
- Lock Github Actions virtual environment for
windows-2019π - Optimize WinRAR Keygen's help tips π‘
- Update README and recommend use Github Actions with Secrets
- Update License Date
Attention
- This repository performs a
git rebaseoperation on all commits, which may cause some unknown errors. If you encounter an unsolvable merge error, you can delete the current fork and fork again.
v2.1.1
Update
- Adjust help tips π‘
- Optimize workflows execution speed
README.mdandREADME.HOW_DOES_IT_WORK.mdare adapt the Github Dark Theme π
Attention
rarreg_filegenerated by GitHub Actions are retained for up to 90 days.windows-latestworkflows will use Windows Server 2022 around March 6, 2022. If there is an error in the workflow after the update, please submit an issue to let me know.
v2.1.0
Update
- Add a way to use Github Actions via Secrets π @quyentruong
- Update action.yml
- Space characters are now supported π€£
v2.0.2
Update
- Fix format string causes undefined behavior issues #7 @Sonic-The-Hedgehog-LNK1123
- Github Actions are supported π, you can generate the key directly in the cloud, please check the README
- Added new formatting tips message
Because the default encoding of powershell exported txt is UTF16-LE, it causes the key to be invalid. Now it's fixed, you can use Github Actions normally.
v2.0.1
Update
- Fix format string causes undefined behavior issues #7 @Sonic-The-Hedgehog-LNK1123
- Github Actions are supported π, you can generate the key directly in the cloud, please check the README
v2.0.0
Update
- Github Actions are supported
- Update a new logo
v1.0.4
Update
- Fix the problem of the length of register data is not correct #6 @Sonic-The-Hedgehog-LNK1123
- Adjusted the icon