Skip to content

Commit

Permalink
chore(release): 2.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.13.0](v2.12.4...v2.13.0) (2024-11-02)

### Bug Fixes

* Add file description and details to help prevent false positives. ([0fd35ad](0fd35ad))
* Create debugger flag from installer instead of Millennium ([652945d](652945d))
* Fix all issues with steam re-opening unskinned, and the UI freezing ([6f5cd67](6f5cd67))
* Fix std::future_error by mutex ([75dd852](75dd852))
* Fix uninstaller bugs and improve cleanup ([a923e2a](a923e2a))
* Fully fix plugin hot reloadability. Plugins can now be loaded/unloaded at any time, in any order ([af651b5](af651b5))
* Temporarily disable CLI support for Millennium on windows. ([02d9a76](02d9a76))

### Features

* Ability to override system accent color ([a850936](a850936))
* Add regex support for webkit patching ([#147](#147)) ([0c87da1](0c87da1)), closes [#127](#127) [#140](#140)
  • Loading branch information
semantic-release-bot committed Nov 2, 2024
1 parent cf165de commit 056d0f9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.13.0](https://github.com/SteamClientHomebrew/Millennium/compare/v2.12.4...v2.13.0) (2024-11-02)


### Bug Fixes

* Add file description and details to help prevent false positives. ([0fd35ad](https://github.com/SteamClientHomebrew/Millennium/commit/0fd35ad6e91f84b2e0119cad9e478de79eb050f1))
* Create debugger flag from installer instead of Millennium ([652945d](https://github.com/SteamClientHomebrew/Millennium/commit/652945d0bd377e34cfef4ee7be127c74db515f5f))
* Fix all issues with steam re-opening unskinned, and the UI freezing ([6f5cd67](https://github.com/SteamClientHomebrew/Millennium/commit/6f5cd6715b6c7201c9b246ec8d887a893917d753))
* Fix std::future_error by mutex ([75dd852](https://github.com/SteamClientHomebrew/Millennium/commit/75dd852d1991e17c0aa17c34a80ad41d9036ac1a))
* Fix uninstaller bugs and improve cleanup ([a923e2a](https://github.com/SteamClientHomebrew/Millennium/commit/a923e2aca843c44ff8063db5169f33be8bce8ef7))
* Fully fix plugin hot reloadability. Plugins can now be loaded/unloaded at any time, in any order ([af651b5](https://github.com/SteamClientHomebrew/Millennium/commit/af651b5482044be0128b302131a2a6f31c5638ac))
* Temporarily disable CLI support for Millennium on windows. ([02d9a76](https://github.com/SteamClientHomebrew/Millennium/commit/02d9a76e92498b52a59c1212a04d7d42a5232ebc))


### Features

* Ability to override system accent color ([a850936](https://github.com/SteamClientHomebrew/Millennium/commit/a850936e40688345a90646d92600cd6e506ea623))
* Add regex support for webkit patching ([#147](https://github.com/SteamClientHomebrew/Millennium/issues/147)) ([0c87da1](https://github.com/SteamClientHomebrew/Millennium/commit/0c87da152c1e8a5a00bc787978214ba4839efe70)), closes [#127](https://github.com/SteamClientHomebrew/Millennium/issues/127) [#140](https://github.com/SteamClientHomebrew/Millennium/issues/140)

## [2.12.4](https://github.com/SteamClientHomebrew/Millennium/compare/v2.12.3...v2.12.4) (2024-10-11)


Expand Down

0 comments on commit 056d0f9

Please sign in to comment.