Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
changelog platform version 0.256 update
Browse files Browse the repository at this point in the history
  • Loading branch information
benjokoren-ow committed Jul 23, 2024
1 parent cbeb1f0 commit 6785071
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
16 changes: 16 additions & 0 deletions pages/api/changelogs/overwolf-platform/2024/july/256.mdx
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: 'July'
customProps:
placeholder: true
12 changes: 6 additions & 6 deletions src/bootstrap/configs/changelogs.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand All @@ -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',
Expand Down

0 comments on commit 6785071

Please sign in to comment.