Releases: Corona-Studio/ProjBobcat
Releases · Corona-Studio/ProjBobcat
v1.89.0
What's Changed
- Fix cross platform code issue and add auto CI test build by @BiDuang in #95
- Auto workflow improvement by @BiDuang in #96
- Full support for runtime cross platform by @BiDuang in #98
- Add PR template
pull_request_template.md
by @BiDuang in #99 - Bump actions/setup-dotnet from 3 to 4 by @dependabot in #100
- Bump github/codeql-action from 2 to 3 by @dependabot in #101
- Add sample by @laolarou726 in #103
- minor fix by @laolarou726 in #104
- [Bugfix] Forge launch issue by @laolarou726 in #106
- [Bugfix] Update GameConfigurationManager.cs by @laolarou726 in #107
- update maintenance date by @laolarou726 in #108
- [Bugfix] fix for old Forge launch by @laolarou726 in #109
- Bump SharpCompress from 0.35.0 to 0.36.0 in /ProjBobcat/ProjBobcat by @dependabot in #111
- [BugFix] minor fix for FileParser by @laolarou726 in #113
- Bugfix: Fix NRE in DefaultLauncherAccountParser.cs by @laolarou726 in #114
- Update AssetObjectModel.cs by @laolarou726 in #115
- add more detailed log for game launch by @laolarou726 in #116
- Update ProjBobcat.csproj by @laolarou726 in #118
- [BugFix]: Fix possible crash in SystemInfoHelper.Windows.cs by @laolarou726 in #119
- Build solution will no longer include sample project by @BiDuang in #120
- delete samples by @yueyinqiu in #123
- [BugFix & Improvements] add support for legacy game natives replacement by @laolarou726 in #125
- fix log encoding detect by @laolarou726 in #126
- from master to tests by @yueyinqiu in #127
- from master to hotfix by @yueyinqiu in #128
- Hotfix to master by @yueyinqiu in #129
- Add Unit Test Project by @yueyinqiu in #124
- from master to tests by @yueyinqiu in #130
- Hotfix by @laolarou726 in #134
- Hotfix by @laolarou726 in #135
- Fix LegacyForgeInstallProfile.cs by @Tartilla-TAIGO in #136
- Update ProjBobcat.csproj by @laolarou726 in #137
- improve game search by @laolarou726 in #138
- master to tests by @yueyinqiu in #139
- better DateTimeConverterUsingDateTimeParse and related tests by @yueyinqiu in #131
- fix concurrent issue by @laolarou726 in #140
- multiple fixes and improvements by @laolarou726 in #141
- Minor bug fix, new Modrinth API by @laolarou726 in #143
- add support 1.8.8 and 1.8 by @Tartilla-TAIGO in #146
- cold fix by @yueyinqiu in #148
- Fix MacOS ARM bug by @Tartilla-TAIGO in #154
- Hotfix by @laolarou726 in #147
- Fix bug analyst in not isolation version by @Tartilla-TAIGO in #165
- Add submodule support by @BiDuang in #167
New Contributors
- @BiDuang made their first contribution in #95
- @Tartilla-TAIGO made their first contribution in #136
Full Changelog: v1.40.0...v1.89.0
Fully migrated to NET8.0, Nullable support, other improvemrnts
Version 1.40.0
New Features
Now that ProjBobcat has fully migrated to the next major LTS version of dotNET, we are trying to utilize all the new language features to improve the development experience.
Improvements
We currently provide full Nullable check support for all the provided types and APIs, this will dramaticaly improve the robustness of the program!
Full platform support and more optimizations!
Version 1.30.0
New Features
- Now ProjBobcat supports the following platforms:
- Windows
- macOS
- Linux
- add support for Modrinth mod pack installation
Bug fixes and improvements
- minor fix for AccountManager
- bug fix for QuiltInstaller
- bug fix for ForgeInstaller
- optimizations for DefaultResourceCompleter
- improve Hash performance
- improve Regex performance
Summary
- now you can use ProjBobcat on all major platforms!
- now you can use ProjBobcat to install Modrinth packs!
- lots of performance improvements and bug fixes
NativeAOT support, performance improvements and bug fix
Version 1.26.0
New Features
- now ProjBobcat is fully compatible with NativeAOT!
Summary
- now you can use ProjBobcat with NativeAOT!
- remove Microsoft.Extensions.DependencyInjection.Abstractions
- performance improvements for JSON related operations
- change the way of using HttpClientHelper
- remove ServiceHelper
- update readme
new features, performance improvements and bug fix
Version 1.23.0
New Features
now ProjBobcat can resolve following resources:
- Game Mods
- Game Resource Packs
- Game Shader Packs
See GameResourcesResolveHelper for more information
Summary
- multiple performance improvements
- add GameResourcesResolveHelper
- bug fix for FabricInstaller
- code cleanup
- other bug fixes
minor bug fix
Version 1.21.0
- bug fix for DefaultLaunchArgumentParser
- code cleanup
performance improvements and minor bug fix
Version 1.16.0
- bugs fix for DownloadHelper.cs
- bugs fix for DefaultGameCore.cs
- add support for Quilt installation
new features, performance improvements and bug fix
Version 1.12.0
- bugs fix for DownloadHelper.cs
- bugs fix for DefaultGameCore.cs
- performance improvement
- add support for Modrinth
- add support for CurseForge
performance improvements and minor bug fix
Version 1.8.0
- fix potential stuck issue
- fix potential Exception in the DownloadHelper.cs
- performance improvement
performance improvements and critical bug fix
Version 1.8.0
- fix potential stuck issue
- fix multiple memory leaks in the DownloadHelper.cs
- fix high memory consumption in the DownloadHelper.cs
- fix Exception handler in the DefaultResourceCompleter.cs
- performance improvement