From fc174aff32b58daf9ca16f8e2e989bb49c324176 Mon Sep 17 00:00:00 2001 From: Jeremy Pritts Date: Thu, 4 Aug 2022 02:48:20 -0400 Subject: [PATCH] bump version --- AssetRipper.Fundamentals/BuildInfo.cs | 2 +- docs/articles/RoadMap.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/AssetRipper.Fundamentals/BuildInfo.cs b/AssetRipper.Fundamentals/BuildInfo.cs index d6050d923..ce92529b9 100644 --- a/AssetRipper.Fundamentals/BuildInfo.cs +++ b/AssetRipper.Fundamentals/BuildInfo.cs @@ -10,6 +10,6 @@ public const string Author = "ds5678"; public const string CopyRight = "Copyright © 2022"; - public const string Version = "0.2.1.1"; + public const string Version = "0.2.2.0"; } } diff --git a/docs/articles/RoadMap.md b/docs/articles/RoadMap.md index f734a8c58..effcc6fac 100644 --- a/docs/articles/RoadMap.md +++ b/docs/articles/RoadMap.md @@ -1,6 +1,6 @@ # Development Roadmap -## 0.2.2.0 +## 0.2.3.0 This release will be primarily focused on dependencies. * Replace texgenpack with a managed library @@ -45,11 +45,10 @@ This release will focus on improving the user experience by overhauling the GUI * PMX (maybe) * DAE (aka Collada) * Split combined meshes back into the original set of static meshes - * Unified mesh export + * Use submeshes for mesh export * Script Export * Hybrid script export * Assembly renaming - * Improve script decompilation quality with ILSpy's whole project decompilation method * Audio Export * WWise audio extraction * Shader Export