|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 7.10.0 |
| 4 | +### @xmcl/core@2.15.0 |
| 5 | +#### Features |
| 6 | + |
| 7 | +- feat: Support demo launch argument ([111b46b9b4609e5ba049ee6153c64e4c1fce5da9](https://github.com/voxelum/minecraft-launcher-core-node/commit/111b46b9b4609e5ba049ee6153c64e4c1fce5da9)) |
| 8 | +#### Bug Fixes |
| 9 | + |
| 10 | +- fix: Allow quickPlayMultiplayer and server options to work together for compatibility (#324) ([f1cb1d5b871e05ce72f40b534a46c01ae8959b6a](https://github.com/voxelum/minecraft-launcher-core-node/commit/f1cb1d5b871e05ce72f40b534a46c01ae8959b6a)) |
| 11 | +- fix: Support --quickPlayMultiplayer options for newer Minecraft versions (#321) ([1e533fecdb34f9e0a38c21e137cb4649e3861155](https://github.com/voxelum/minecraft-launcher-core-node/commit/1e533fecdb34f9e0a38c21e137cb4649e3861155)) |
| 12 | +- fix: Correctly diagnose version jar for special version ([17744fee1b61f945f722d01fa417a425dc6f26f0](https://github.com/voxelum/minecraft-launcher-core-node/commit/17744fee1b61f945f722d01fa417a425dc6f26f0)) |
| 13 | +### @xmcl/file-transfer@2.0.3 |
| 14 | +#### Bug Fixes |
| 15 | + |
| 16 | +- fix: Handle download error if file does not exist ([7eadc4c8a0c9df510ed390c34b7d893ffcb7cbcb](https://github.com/voxelum/minecraft-launcher-core-node/commit/7eadc4c8a0c9df510ed390c34b7d893ffcb7cbcb)) |
| 17 | +- fix: Should download for unknown length request ([6e5dea8898f89e2b2a1a5cc17e86d0882889b186](https://github.com/voxelum/minecraft-launcher-core-node/commit/6e5dea8898f89e2b2a1a5cc17e86d0882889b186)) |
| 18 | +### @xmcl/system@2.2.9 |
| 19 | +#### Bug Fixes |
| 20 | + |
| 21 | +- fix: Ignore the relative path in zip instead of throwing error ([461a5d92f45865742d53c9b6230dccc02ad8b274](https://github.com/voxelum/minecraft-launcher-core-node/commit/461a5d92f45865742d53c9b6230dccc02ad8b274)) |
| 22 | +- fix: Should handle some corner case for zip entry names ([f3b2f2ca2adab71e7ecc5f3fa5c94f6fa4b70e18](https://github.com/voxelum/minecraft-launcher-core-node/commit/f3b2f2ca2adab71e7ecc5f3fa5c94f6fa4b70e18)) |
| 23 | +### @xmcl/modrinth@2.5.0 |
| 24 | +#### Features |
| 25 | + |
| 26 | +- feat: Support modrinth collection ([641df7277cdcca8420ad5418386d7345513446ea](https://github.com/voxelum/minecraft-launcher-core-node/commit/641df7277cdcca8420ad5418386d7345513446ea)) |
| 27 | +#### Bug Fixes |
| 28 | + |
| 29 | +- fix: Correctly impl modrinth api ([fd2ffbb9fc411797bdd67a69fa58f3e8dd7b0daf](https://github.com/voxelum/minecraft-launcher-core-node/commit/fd2ffbb9fc411797bdd67a69fa58f3e8dd7b0daf)) |
| 30 | +### @xmcl/user@4.3.0 |
| 31 | +#### Features |
| 32 | + |
| 33 | +- feat: Support to parse xbox login error code ([a255c84cd072e7d99cfc6db1482f49627906c2bd](https://github.com/voxelum/minecraft-launcher-core-node/commit/a255c84cd072e7d99cfc6db1482f49627906c2bd)) |
| 34 | +### @xmcl/game-data@1.2.6 |
| 35 | +- Dependency @xmcl/system bump **patch** |
| 36 | +### @xmcl/installer@6.1.1 |
| 37 | +#### Bug Fixes |
| 38 | + |
| 39 | +- fix: Java manifest should also respect the api host ([814ad7cc6dd6a556eee42dcf648cc8a32c0a8094](https://github.com/voxelum/minecraft-launcher-core-node/commit/814ad7cc6dd6a556eee42dcf648cc8a32c0a8094)) |
| 40 | +- fix: Support legacy for server ([555b641ac433fe2fc0a943aba0c1d188f386622b](https://github.com/voxelum/minecraft-launcher-core-node/commit/555b641ac433fe2fc0a943aba0c1d188f386622b)) |
| 41 | +- Dependency @xmcl/core bump **patch** |
| 42 | +- Dependency @xmcl/file-transfer bump **patch** |
| 43 | +### @xmcl/mod-parser@3.4.2 |
| 44 | +#### Bug Fixes |
| 45 | + |
| 46 | +- fix: Forge parser should latest toml format metadata ([8806124801d81e584399de4ff67b8b341867e1a0](https://github.com/voxelum/minecraft-launcher-core-node/commit/8806124801d81e584399de4ff67b8b341867e1a0)) |
| 47 | +- Dependency @xmcl/system bump **patch** |
| 48 | +### @xmcl/resourcepack@1.2.5 |
| 49 | +- Dependency @xmcl/system bump **patch** |
| 50 | +### @xmcl/model@2.0.5 |
| 51 | +- Dependency @xmcl/resourcepack bump **patch** |
| 52 | + |
| 53 | + |
3 | 54 | ## 7.9.0
|
4 | 55 | ### @xmcl/core@2.14.1
|
5 | 56 | #### Bug Fixes
|
|
0 commit comments