From 9d47861a046352d0b37182240d1feb62ff433c61 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Mon, 28 Feb 2022 14:45:42 -0800 Subject: [PATCH] February 28, 2022 --- .nuget/directxtk_desktop_2017.nuspec | 2 +- .nuget/directxtk_desktop_win10.nuspec | 2 +- .nuget/directxtk_uwp.nuspec | 2 +- CMakeLists.txt | 2 +- HISTORY.md | 10 ++++++++++ README.md | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.nuget/directxtk_desktop_2017.nuspec b/.nuget/directxtk_desktop_2017.nuspec index 5c1e5ca21..c06a7c742 100644 --- a/.nuget/directxtk_desktop_2017.nuspec +++ b/.nuget/directxtk_desktop_2017.nuspec @@ -30,7 +30,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the November 8, 2021 release on GitHub. + Matches the February 28, 2022 release on GitHub. DirectX Tool Kit for Audio in this package uses XAudio2Redist NuGet package to support Windows 7 or later. http://go.microsoft.com/fwlink/?LinkId=248929 diff --git a/.nuget/directxtk_desktop_win10.nuspec b/.nuget/directxtk_desktop_win10.nuspec index 28b5f6f24..48f313879 100644 --- a/.nuget/directxtk_desktop_win10.nuspec +++ b/.nuget/directxtk_desktop_win10.nuspec @@ -30,7 +30,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the November 8, 2021 release on GitHub. + Matches the February 28, 2022 release on GitHub. DirectX Tool Kit for Audio in this package uses XAudio 2.9 which requires Windows 10 or later. http://go.microsoft.com/fwlink/?LinkId=248929 diff --git a/.nuget/directxtk_uwp.nuspec b/.nuget/directxtk_uwp.nuspec index e82648b6b..c7f86c8ae 100644 --- a/.nuget/directxtk_uwp.nuspec +++ b/.nuget/directxtk_uwp.nuspec @@ -30,7 +30,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the November 8, 2021 release on GitHub. + Matches the February 28, 2022 release on GitHub. http://go.microsoft.com/fwlink/?LinkId=248929 images\icon.jpg diff --git a/CMakeLists.txt b/CMakeLists.txt index 876de4194..bfb4230df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.11) -set(DIRECTXTK_VERSION 1.8.0) +set(DIRECTXTK_VERSION 1.8.1) project (DirectXTK VERSION ${DIRECTXTK_VERSION} diff --git a/HISTORY.md b/HISTORY.md index 6ff2512b9..a46b1b767 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,16 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT ## Release History +### February 28, 2022 +* SimpleMath Matrix updated with ToEuler and Vector3 version of CreateFromYawPitchRoll methods +* SimpleMath Quaternion updated with ToEuler, RotateTowards, FromToRotation, LookRotation, and Angle methods +* Keyboard updated with new IME On/Off v-keys +* Win32 Mouse now uses ``WM_ACTIVATE`` for more robust behavior +* *DirectX Tool Kit for Audio* updated for Advanced Format (4Kn) wavebank streaming +* Code and project review including fixing clang v13 warnings +* Added CMakePresets.json +* xwbtool: Added support for Advanced Format (4Kn) streaming wavebanks with ``-af`` + ### November 8, 2021 * VS 2022 support * Minor code and project review diff --git a/README.md b/README.md index 44f4c9cea..54516006d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkId=248929 Copyright (c) Microsoft Corporation. -**November 8, 2021** +**February 28, 2022** This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 11 C++ code for Universal Windows Platform (UWP) apps for Windows 11, Windows 10, Xbox One, and Win32 desktop applications for Windows 7 Service Pack 1 or later.