From 6d3875cb2c2e05eba241c4dd4db7983da916f3dc Mon Sep 17 00:00:00 2001 From: VaDiM Date: Wed, 13 Sep 2023 10:55:57 +0300 Subject: [PATCH] Update version to v0.17.3 --- AssetStudio.PInvoke/AssetStudio.PInvoke.csproj | 2 +- AssetStudio/AssetStudio.csproj | 2 +- AssetStudioCLI/AssetStudioCLI.csproj | 2 +- AssetStudioFBXWrapper/AssetStudioFBXWrapper.csproj | 2 +- AssetStudioGUI/AssetStudioGUI.csproj | 2 +- AssetStudioUtility/AssetStudioUtility.csproj | 2 +- CHANGELOG.md | 9 +++++++++ Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj | 2 +- 8 files changed, 16 insertions(+), 7 deletions(-) diff --git a/AssetStudio.PInvoke/AssetStudio.PInvoke.csproj b/AssetStudio.PInvoke/AssetStudio.PInvoke.csproj index fc533b6..b44eede 100644 --- a/AssetStudio.PInvoke/AssetStudio.PInvoke.csproj +++ b/AssetStudio.PInvoke/AssetStudio.PInvoke.csproj @@ -3,7 +3,7 @@ net472;net6.0;net6.0-windows;net7.0;net7.0-windows true - 0.17.2.0 + 0.17.3.0 Copyright © Perfare 2020-2022; Copyright © hozuki 2020 embedded diff --git a/AssetStudio/AssetStudio.csproj b/AssetStudio/AssetStudio.csproj index 90b4762..58873a1 100644 --- a/AssetStudio/AssetStudio.csproj +++ b/AssetStudio/AssetStudio.csproj @@ -2,7 +2,7 @@ net472;net6.0;net6.0-windows;net7.0;net7.0-windows - 0.17.2.0 + 0.17.3.0 Copyright © Perfare 2018-2022; Copyright © aelurum 2023 embedded diff --git a/AssetStudioCLI/AssetStudioCLI.csproj b/AssetStudioCLI/AssetStudioCLI.csproj index 2a920c7..e5e2053 100644 --- a/AssetStudioCLI/AssetStudioCLI.csproj +++ b/AssetStudioCLI/AssetStudioCLI.csproj @@ -5,7 +5,7 @@ net472;net6.0;net7.0 AssetStudioMod by aelurum AssetStudioModCLI - 0.17.2.0 + 0.17.3.0 Copyright © Perfare; Copyright © aelurum 2023 AnyCPU embedded diff --git a/AssetStudioFBXWrapper/AssetStudioFBXWrapper.csproj b/AssetStudioFBXWrapper/AssetStudioFBXWrapper.csproj index 816445e..f3945e1 100644 --- a/AssetStudioFBXWrapper/AssetStudioFBXWrapper.csproj +++ b/AssetStudioFBXWrapper/AssetStudioFBXWrapper.csproj @@ -3,7 +3,7 @@ net472;net6.0;net6.0-windows;net7.0;net7.0-windows true - 0.17.2.0 + 0.17.3.0 Copyright © Perfare 2018-2022; Copyright © hozuki 2020 embedded diff --git a/AssetStudioGUI/AssetStudioGUI.csproj b/AssetStudioGUI/AssetStudioGUI.csproj index 9ea2e5d..3627732 100644 --- a/AssetStudioGUI/AssetStudioGUI.csproj +++ b/AssetStudioGUI/AssetStudioGUI.csproj @@ -7,7 +7,7 @@ Resources\as.ico AssetStudioMod by aelurum AssetStudioModGUI - 0.17.2.0 + 0.17.3.0 Copyright © Perfare 2018-2022; Copyright © aelurum 2021-2023 embedded diff --git a/AssetStudioUtility/AssetStudioUtility.csproj b/AssetStudioUtility/AssetStudioUtility.csproj index 5fc9266..1b435b7 100644 --- a/AssetStudioUtility/AssetStudioUtility.csproj +++ b/AssetStudioUtility/AssetStudioUtility.csproj @@ -2,7 +2,7 @@ net472;net6.0;net6.0-windows;net7.0;net7.0-windows - 0.17.2.0 + 0.17.3.0 Copyright © Perfare 2018-2022; Copyright © aelurum 2023 embedded diff --git a/CHANGELOG.md b/CHANGELOG.md index d280287..9b31626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.17.3.0 [13-09-2023] +- [CLI] Added support for exporting split objects (fbx) (https://github.com/aelurum/AssetStudio/pull/10) +- [CLI] Fixed display of asset names in the exported asset list in some working modes +- [CLI] Fixed a bug where the default output folder might not exist +- Added support of Texture2D assets from Unity 2022.2+ +- Fixed AssemblyLoader (https://github.com/aelurum/AssetStudio/issues/6) +- [CLI] Added --load-all flag to load assets of all types +- [CLI] Improved option grouping on the help screen + ## v0.17.2.0 [27-08-2023] - [GUI] Improved Scene Hierarchy tab - Added "Related assets" item to the context menu (https://github.com/aelurum/AssetStudio/issues/7) diff --git a/Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj b/Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj index fba7713..de342c0 100644 --- a/Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj +++ b/Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj @@ -3,7 +3,7 @@ net472 true - 0.17.2.0 + 0.17.3.0 Copyright © Perfare 2020-2022; Copyright © hozuki 2020 embedded