We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cbf1e commit 6a87b25Copy full SHA for 6a87b25
NEWS.md
@@ -1,6 +1,14 @@
1
# Changes
2
3
-## v1.9 (released 2021/??/??)
+## v1.8.1 (released 2021/07/19)
4
+
5
+* Bug fixes:
6
+ * Fix svrplus.exe not detecting the MSVC runtime at all.
7
+ * Fix tinyxml2.dll packaging in the Windows build.
8
+ * Fix delay-loading of tinyxml2.dll when viewing Windows executables.
9
10
+* Other changes:
11
+ * Updated the amiibo databases to be current as of 2021/07/14.
12
13
## v1.8 (released 2021/07/18)
14
appveyor.yml
@@ -1,5 +1,5 @@
# AppVeyor configuration file.
-version: '1.8.0.{build}'
+version: '1.8.1.{build}'
# Build worker image (VM template)
image: Visual Studio 2015
version.txt
@@ -1 +1 @@
-1.8.0.1
+1.8.1.0
0 commit comments