From 6785071f766a6bac8e94b4513d49aa15329e302e Mon Sep 17 00:00:00 2001 From: benjokoren-ow Date: Tue, 23 Jul 2024 09:34:32 +0300 Subject: [PATCH] changelog platform version 0.256 update --- .../overwolf-platform/2024/july/256.mdx | 16 ++++++++++++++++ .../overwolf-platform/2024/july/_category_.yaml | 3 +++ src/bootstrap/configs/changelogs.ts | 12 ++++++------ 3 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 pages/api/changelogs/overwolf-platform/2024/july/256.mdx create mode 100644 pages/api/changelogs/overwolf-platform/2024/july/_category_.yaml diff --git a/pages/api/changelogs/overwolf-platform/2024/july/256.mdx b/pages/api/changelogs/overwolf-platform/2024/july/256.mdx new file mode 100644 index 0000000000..d286226a6e --- /dev/null +++ b/pages/api/changelogs/overwolf-platform/2024/july/256.mdx @@ -0,0 +1,16 @@ +--- +id: 256 +image: "/img/embed/changelogs.jpg" +title: "Version 0.256" +sidebar_label: "0.256" +sidebar_custom_props: + tags: + overwolf_platform: true + electron_platform: false +--- + +### Bug Fixes +- Fixed an issue where Overwolf would not load properly if `OverwolfBrowser.exe` was run as admin. +- Fixed a visual mismatch between HDR recording in Overwolf and HDR recording in OBS Studio. +- Fixed an issue where the microphone could be heard on all audio tracks when it was set to volume 0 at the start of the recording. +- Fixed an issue where duplicate audio/monitor sources were created when using the replays and streaming services together. \ No newline at end of file diff --git a/pages/api/changelogs/overwolf-platform/2024/july/_category_.yaml b/pages/api/changelogs/overwolf-platform/2024/july/_category_.yaml new file mode 100644 index 0000000000..0d6806a6ec --- /dev/null +++ b/pages/api/changelogs/overwolf-platform/2024/july/_category_.yaml @@ -0,0 +1,3 @@ +label: 'July' +customProps: + placeholder: true diff --git a/src/bootstrap/configs/changelogs.ts b/src/bootstrap/configs/changelogs.ts index 5135ce7d7c..9ba693076e 100644 --- a/src/bootstrap/configs/changelogs.ts +++ b/src/bootstrap/configs/changelogs.ts @@ -1,8 +1,8 @@ export default { latest: { - date: 'May 2024', - path: '2024/may', - name: '251', + date: 'June 2024', + path: '2024/june', + name: '254', suffix: '', }, deploying: { @@ -12,9 +12,9 @@ export default { suffix: '.120', }, dev: { - date: 'June 2024', - path: '2024/june', - name: '254', + date: 'July 2024', + path: '2024/july', + name: '256', }, 'ow-electron': { date: 'March 2024',