Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Sep 7, 2024
1 parent bfa9a2e commit 5145d52
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ For changes in `@project-gauntlet/tools` see [separate CHANGELOG.md](https://git

## [Unreleased]

### Plugin API
- Command Generator functions are no longer needlessly called after every entrypoint click in main window

### Fixes
- Fixed crash on Arch Linux if using AMD GPU with Vulkan not setup properly
- Still if Vulkan is not setup properly it can result in low FPS when scrolling
- In some cases installing [vulkan-radeon](https://archlinux.org/packages/extra/x86_64/vulkan-radeon/) package resolves the FPS problem
- Alternatively setting `WGPU_BACKEND=gl` environment variable may also resolve the FPS problem
- Reduced minimal required version of macOS to 11 (Big Sur)
- Fix panic when spamming enable/disable plugin or entrypoint checkbox in settings

## [7] - 2024-08-30

### Big things
Expand Down

0 comments on commit 5145d52

Please sign in to comment.