From 00ee0d1c6cad735b3b1407694c74fae83e6dd544 Mon Sep 17 00:00:00 2001 From: Medik Date: Fri, 22 Mar 2024 13:41:32 +0000 Subject: [PATCH] Release: M2TWEOP 3.1.1 --- M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h | 2 +- documentationGenerator/releaseInfo/releaseDescription.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h b/M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h index 287b4ad9..af8ee3ca 100644 --- a/M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h +++ b/M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h @@ -1,5 +1,5 @@ #pragma once namespace eopConstData { - const char eopVersionName[] = "M2TWEOP-3.1.0"; + const char eopVersionName[] = "M2TWEOP-3.1.1"; } \ No newline at end of file diff --git a/documentationGenerator/releaseInfo/releaseDescription.md b/documentationGenerator/releaseInfo/releaseDescription.md index 2f0c0bc1..1d0fed0a 100644 --- a/documentationGenerator/releaseInfo/releaseDescription.md +++ b/documentationGenerator/releaseInfo/releaseDescription.md @@ -11,16 +11,17 @@ ### **Library** - Updated DXVK library to the latest version [2.3.1](https://github.com/doitsujin/dxvk/releases/tag/v2.3.1) - - Includes a fix for the black screen issue during loading screens + - Includes a fix for the black screen issue during loading screens in windowed mode ### **Lua Plugin** - Fixed `M2TWEOP.restartLua()` crashing the game. It is now bound to `CTRL+SHIFT+R` by default. You can rebind this to something else if you prefer. -### **ImGUI** + -### **Documentation** + ### **Links** +- [Known Bugs](https://github.com/youneuoy/M2TWEOP-library/issues/71) - [Website](https://youneuoy.github.io/M2TWEOP-library/) - [FAQ](https://youneuoy.github.io/M2TWEOP-library/faq.html) - [Lua Documentation](https://youneuoy.github.io/M2TWEOP-library/_static/LuaLib/index.html)