From 848d4a295bbe40d145c7ed4bbd04cd09e12ab28f Mon Sep 17 00:00:00 2001 From: Peter Stuer Date: Sun, 14 Jul 2024 21:25:11 +0200 Subject: [PATCH] Release v0.1.7.0 --- README.md | 3 ++- Resources.h | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0ff13fd..164cfb5 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ It takes an HTML file that receives playback notifications from foobar2000. The * [Microsoft Edge WebView2](https://learn.microsoft.com/en-us/deployoffice/webview2-install) * Tested on Microsoft Windows 10 and later. * Tested with [Columns UI](https://yuo.be/columns-ui) 2.1.0. +* Tested with WebView2 126.0.2592.87. ## Getting started @@ -95,7 +96,7 @@ To create the component first build the x86 configuration and next the x64 confi ## Change Log -v0.1.6.3, 2024-07-12 +v0.1.7.0, 2024-07-14 * New: In Private mode can be enabled in the Preferences dialog and is no longer enabled by default (alpha3). * New: diff --git a/Resources.h b/Resources.h index 308435e..f6eac5a 100644 --- a/Resources.h +++ b/Resources.h @@ -1,5 +1,5 @@ -/** $VER: Resources.h (2024.07.10) P. Stuer **/ +/** $VER: Resources.h (2024.07.14) P. Stuer **/ #pragma once @@ -8,18 +8,18 @@ #define NUM_FILE_MAJOR 0 #define NUM_FILE_MINOR 1 -#define NUM_FILE_PATCH 6 -#define NUM_FILE_PRERELEASE 3 +#define NUM_FILE_PATCH 7 +#define NUM_FILE_PRERELEASE 0 #define NUM_PRODUCT_MAJOR 0 #define NUM_PRODUCT_MINOR 1 -#define NUM_PRODUCT_PATCH 6 -#define NUM_PRODUCT_PRERELEASE 3 +#define NUM_PRODUCT_PATCH 7 +#define NUM_PRODUCT_PRERELEASE 0 /** Component specific **/ #define STR_COMPONENT_NAME "WebView" -#define STR_COMPONENT_VERSION TOSTRING(NUM_FILE_MAJOR) "." TOSTRING(NUM_FILE_MINOR) "." TOSTRING(NUM_FILE_PATCH) "." TOSTRING(NUM_FILE_PRERELEASE) "-alpha3" +#define STR_COMPONENT_VERSION TOSTRING(NUM_FILE_MAJOR) "." TOSTRING(NUM_FILE_MINOR) "." TOSTRING(NUM_FILE_PATCH) "." TOSTRING(NUM_FILE_PRERELEASE) #define STR_COMPONENT_BASENAME "foo_uie_webview" #define STR_COMPONENT_FILENAME STR_COMPONENT_BASENAME ".dll" #define STR_COMPONENT_COMPANY_NAME ""