Releases: tautcony/ISTA-Patcher
Releases Β· tautcony/ISTA-Patcher
v2.3.3
New Features
- Upgrade to .NET 9.0
- Add patch to enable opening of finished operations with
--enable-finished-op
flag - Add show machine info for ilean offline client with
ilean
command - Add patch to skip fake fsc reject with
--enable-skip-fake-fsc-reject
flag - Add support to skip validation patch with
--mode
option - Reorder and rename cli options
Bug Fixes
- Minor bugs and usability improvements
Dependencies & Maintenance
- Upgrade dependencies
- Refactor project structure
v2.3.2
New Features
- Reduce size of the executable
- Patch some
ConfigSettings
properties to avoid manual setup - Add support to specify the maximum number of concurrent tasks with
--max-degree-of-parallelism
flag
Bug Fixes
- Minor bugs and usability improvements
Dependencies & Maintenance
- Upgrade dependencies
- Remove unused dependencies
ISTA-Patcher v2.3.0
New Features
- Add support to specific market language with
--market-language
flag - Add support to patch
ClientConfigurationManager
with--skip-sync-client-config
flag - Add support to skip specific library when patching with
--skip-library
flag - Add support to Patch
LoginOptionsProvider
with--patch-user-auth
flag - New patch flag, avoid some reflection issues
Bug Fixes
- Minor bugs and usability improvements
Dependencies & Maintenance
- Upgrade dependencies
- Refactor code
ISTA-Patcher v2.1.1
- Upgrade dependencies
- Reduce hash length in
InformationalVersion
Full Changelog: v2.1.0...v2.1.1
ISTA-Patcher v2.1.0
- New CLI command parser by
System.CommandLine
- Upgrade dependencies
- Upgrade build script
- Update license info
- Improve some functions
Full Changelog: v2.0.0...v2.1.0
ISTA-Patcher v2.0.0
- Upgrade to .NET 8.0
- Upgrade dependencies
- Speed up with TaskScheduler
- Restructuring options
- Add new patcher
- Build all artifacts on Linux
*nix users may require the following steps to make the ISTA-Patcher work.
unzip ISTA-Patcher-*-Release.zip
cd ISTA-Patcher-*-Release
# linux
chmod +x ISTA-Patcher
# macos
xattr -d com.apple.quarantine ISTA-Patcher
chmod +x ISTA-Patcher
codesign --force --deep -s - ISTA-Patcher
ISTA-Patcher v1.2.3
- Upgrade to .NET 7.0
- Refactor PatchUtils class
- Add patch for ISTA toyota version
- Add some new optional patches
- Fix version & time extraction
- Fix title duplicated append
ISTA-Patcher v1.1.1
- Fixed minor bugs and improved usability.
- Improved operation instructions and reorganized parameters for ease of use.