Skip to content

Commit 0f5d59b

Browse files
committed
Prepare for v0.103.4 release
1 parent 3ff99d2 commit 0f5d59b

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,3 +1,13 @@
1+
Version 0.103.4 (2024-02-25)
2+
============================
3+
4+
Bug fixes
5+
---------
6+
7+
* Don't automatically position the window off the bottom or the right of the monitor.
8+
* Don't force the window onto the monitor when resizing if it's already placed off the edge.
9+
* Don't let Diablo 2 reposition the cursor when using the mouse wheel on game versions before `1.14`.
10+
111
Version 0.103.3 (2024-02-21)
212
============================
313

@@ -40,7 +50,7 @@ Version 0.103.1 (2024-01-20)
4050
Bug fixes
4151
---------
4252

43-
* Stabilize cursor position changes with non-integer window scale factors. (e.g. weapon switching would 'adjusts' the cursor position to the same spot, but d2dx would cause it to drift)
53+
* Stabilize cursor position changes with non-integer window scale factors. (e.g. weapon switching would 'adjust' the cursor position to the same spot, but d2dx would cause it to drift)
4454
* Fix cursor adjustment positions in windowed mode. (e.g. the cursor would slowly drift when opening and closing panels)
4555

4656
Other

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,103,3,0
29-
PRODUCTVERSION 0,103,3,0
28+
FILEVERSION 0,103,4,0
29+
PRODUCTVERSION 0,103,4,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.103.3.0"
46+
VALUE "FileVersion", "0.103.4.0"
4747
VALUE "InternalName", "d2dx.dll"
4848
VALUE "LegalCopyright", "Copyright (C) 2024"
4949
VALUE "OriginalFilename", "d2dx.dll"
5050
VALUE "ProductName", "D2DX"
51-
VALUE "ProductVersion", "0.103.3.0"
51+
VALUE "ProductVersion", "0.103.4.0"
5252
END
5353
END
5454
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)