Skip to content

Commit

Permalink
Release: M2TWEOP 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Mar 22, 2024
1 parent 0cf610e commit 00ee0d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion M2TWEOP Code/M2TWEOP Common/m2tweopConstData.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
namespace eopConstData
{
const char eopVersionName[] = "M2TWEOP-3.1.0";
const char eopVersionName[] = "M2TWEOP-3.1.1";
}
7 changes: 4 additions & 3 deletions documentationGenerator/releaseInfo/releaseDescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
<!-- ### **ImGUI** -->

### **Documentation**
<!-- ### **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)
Expand Down

0 comments on commit 00ee0d1

Please sign in to comment.