Skip to content

Commit

Permalink
Prepare for v1.103.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarcho committed Feb 19, 2024
1 parent 9d15b8d commit f8d6a27
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Version 0.103.2 (2024-02-19)
============================

Performance
-----------

* Don't submit draw calls which aren't on the screen. Can be a small, but noticeable improvement.

Bug fixes
---------

* Don't reset the window position on resolution changes when a window position is set in `d2dx.cfg`, but the window has been moved after launch.

Other
-----

* Update d2fps to v1.0.2. Fixes an occasional graphical glitch when rendering rain.

Version 0.103.1 (2024-01-20)
============================

Expand Down
8 changes: 4 additions & 4 deletions src/d2dx/d2dx.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,103,1,0
PRODUCTVERSION 0,103,1,0
FILEVERSION 0,103,2,0
PRODUCTVERSION 0,103,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -43,12 +43,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Jarcho"
VALUE "FileDescription", "Glide wrapper for D2"
VALUE "FileVersion", "0.103.1.0"
VALUE "FileVersion", "0.103.2.0"
VALUE "InternalName", "d2dx.dll"
VALUE "LegalCopyright", "Copyright (C) 2024"
VALUE "OriginalFilename", "d2dx.dll"
VALUE "ProductName", "D2DX"
VALUE "ProductVersion", "0.103.1.0"
VALUE "ProductVersion", "0.103.2.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit f8d6a27

Please sign in to comment.