Skip to content

Commit 094cc6d

Browse files
committed
Prepare v0.101.2 release
1 parent ea201b9 commit 094cc6d

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1+
Version 0.101.2 (2024-10-05)
2+
============================
3+
4+
Bug fixes
5+
---------
6+
7+
- Fix crash when vsync is disabled and compatibility mode is enabled.
8+
- Fix loading D2FPS feature flags from the config file.
9+
- Fix compatibility mode sometimes being detected when it's not enabled.
10+
111
Version 0.101.1 (2024-10-02)
212
============================
313

414
Bug fixes
515
---------
616

7-
Don't move the cursor when it's positioned on the bottom row of the window's pixels.
17+
- Don't move the cursor when it's positioned on the bottom row of the window's pixels.
818

919
Version 0.101.0 (2024-10-01)
1020
============================

src/d2dx/d2dx.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
2525
//
2626

2727
VS_VERSION_INFO VERSIONINFO
28-
FILEVERSION 0,101,1,0
29-
PRODUCTVERSION 0,101,1,0
28+
FILEVERSION 0,101,2,0
29+
PRODUCTVERSION 0,101,2,0
3030
FILEFLAGSMASK 0x3fL
3131
#ifdef _DEBUG
3232
FILEFLAGS 0x1L
@@ -43,12 +43,12 @@ BEGIN
4343
BEGIN
4444
VALUE "CompanyName", "Jarcho"
4545
VALUE "FileDescription", "Glide wrapper for D2"
46-
VALUE "FileVersion", "0.101.1.0"
46+
VALUE "FileVersion", "0.101.2.0"
4747
VALUE "InternalName", "d2dx.dll"
4848
VALUE "LegalCopyright", "Copyright (C) 2023"
4949
VALUE "OriginalFilename", "d2dx.dll"
5050
VALUE "ProductName", "D2DX"
51-
VALUE "ProductVersion", "0.101.1.0"
51+
VALUE "ProductVersion", "0.101.2.0"
5252
END
5353
END
5454
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)