diff --git a/AssetStudio.PInvoke/AssetStudio.PInvoke.csproj b/AssetStudio.PInvoke/AssetStudio.PInvoke.csproj
index 8fc7047..fc533b6 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.1.0
+ 0.17.2.0
Copyright © Perfare 2020-2022; Copyright © hozuki 2020
embedded
diff --git a/AssetStudio/AssetStudio.csproj b/AssetStudio/AssetStudio.csproj
index 7295276..90b4762 100644
--- a/AssetStudio/AssetStudio.csproj
+++ b/AssetStudio/AssetStudio.csproj
@@ -2,13 +2,13 @@
net472;net6.0;net6.0-windows;net7.0;net7.0-windows
- 0.17.1.0
- Copyright © Perfare 2018-2022
+ 0.17.2.0
+ Copyright © Perfare 2018-2022; Copyright © aelurum 2023
embedded
-
+
diff --git a/AssetStudioCLI/AssetStudioCLI.csproj b/AssetStudioCLI/AssetStudioCLI.csproj
index cd4c737..326ad44 100644
--- a/AssetStudioCLI/AssetStudioCLI.csproj
+++ b/AssetStudioCLI/AssetStudioCLI.csproj
@@ -5,7 +5,7 @@
net472;net6.0;net7.0
AssetStudioMod by aelurum
AssetStudioModCLI
- 0.17.1.0
+ 0.17.2.0
Copyright © Perfare; Copyright © aelurum 2023
AnyCPU
embedded
diff --git a/AssetStudioFBXWrapper/AssetStudioFBXWrapper.csproj b/AssetStudioFBXWrapper/AssetStudioFBXWrapper.csproj
index aea9128..816445e 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.1.0
+ 0.17.2.0
Copyright © Perfare 2018-2022; Copyright © hozuki 2020
embedded
diff --git a/AssetStudioGUI/AssetStudioGUI.csproj b/AssetStudioGUI/AssetStudioGUI.csproj
index 7fa43df..9ea2e5d 100644
--- a/AssetStudioGUI/AssetStudioGUI.csproj
+++ b/AssetStudioGUI/AssetStudioGUI.csproj
@@ -7,7 +7,7 @@
Resources\as.ico
AssetStudioMod by aelurum
AssetStudioModGUI
- 0.17.1.0
+ 0.17.2.0
Copyright © Perfare 2018-2022; Copyright © aelurum 2021-2023
embedded
@@ -53,8 +53,15 @@
+
+
+
+
+
+
-
+
+
Libraries\OpenTK.WinForms.dll
@@ -65,12 +72,6 @@
-
-
-
-
-
-
diff --git a/AssetStudioUtility/AssetStudioUtility.csproj b/AssetStudioUtility/AssetStudioUtility.csproj
index 9797dbe..5fc9266 100644
--- a/AssetStudioUtility/AssetStudioUtility.csproj
+++ b/AssetStudioUtility/AssetStudioUtility.csproj
@@ -2,15 +2,14 @@
net472;net6.0;net6.0-windows;net7.0;net7.0-windows
- 0.17.1.0
- Copyright © Perfare 2018-2022
+ 0.17.2.0
+ Copyright © Perfare 2018-2022; Copyright © aelurum 2023
embedded
-
@@ -23,6 +22,11 @@
0.17.0
+
+
+
+
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a125331..d280287 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## 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)
+- [GUI] Added app.manifest for net472 build
+ - Added long paths support (win10 v1607+)
+ - Fixed blurring at high DPI with scaling
+- [CLI] Fixed sprite export in sprite only mode
+- Made some changes to motion list for live2d models
+ - Motion list is now sorted
+ - Motions divided into groups (each motion is a separate group)
+ - Motion names are used as group names
+- Updated dependencies
+- Made some other minor fixes and improvements
+
## v0.17.1.0 [12-07-2023]
#### Breaking Changes
- With the drag&drop fix (https://github.com/aelurum/AssetStudio/commit/2f8f57c1a63893c0b0d2a55349d6cb6d8f8a5a3b), functions `LoadFiles` and `LoadFolder` in AssetsManager have been replaced with one universal function `LoadFilesAndFolders`
diff --git a/Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj b/Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj
index 920f182..fba7713 100644
--- a/Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj
+++ b/Texture2DDecoderWrapper/Texture2DDecoderWrapper.csproj
@@ -3,7 +3,7 @@
net472
true
- 0.17.1.0
+ 0.17.2.0
Copyright © Perfare 2020-2022; Copyright © hozuki 2020
embedded