Skip to content

Commit 411aa13

Browse files
committed
chore(release): 4.15.0
1 parent 53b7081 commit 411aa13

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.15.0](https://github.com/tosuapp/tosu/compare/v4.14.0...v4.15.0) (2025-10-17)
6+
7+
8+
### Features
9+
10+
* add comments on config properties. ([71d763a](https://github.com/tosuapp/tosu/commit/71d763a27f30626b2f3240f47c188ccdd9147765))
11+
* debounced settings auto-save in dashboard. ([cfaa7de](https://github.com/tosuapp/tosu/commit/cfaa7de417f8bdf67958023ec539635b309ac009))
12+
* lazer multi chat & signature mask fix ([4376c01](https://github.com/tosuapp/tosu/commit/4376c013b3afb61385bf72d7e07fdbd8ff445ae0))
13+
* rewrite config handling. ([b767208](https://github.com/tosuapp/tosu/commit/b767208d2b45f0dda85abd0869f4e402ebf9f055))
14+
15+
16+
### Bug Fixes
17+
18+
* add mp ignoring and fix team detection naming ([a02fa56](https://github.com/tosuapp/tosu/commit/a02fa56203e0a56d66100319ce1c3eff37ad68ce))
19+
* Mania accuracy calculation ([2da03ec](https://github.com/tosuapp/tosu/commit/2da03ec4ff0243cd2a09e894cfefc364750f42cc))
20+
* optional non-zero mask check ([36a0522](https://github.com/tosuapp/tosu/commit/36a05226f8338a0e68fa06b5fa9c24375261fedb))
21+
* overlay blackscreen ([#485](https://github.com/tosuapp/tosu/issues/485)) ([a043160](https://github.com/tosuapp/tosu/commit/a0431602c26b610b6ac114f18098e4d82baba6b2))
22+
* Use config keys instead of bindings ([ddeeabe](https://github.com/tosuapp/tosu/commit/ddeeabe22184aaeba1b46fb26abbca7c73ef3228))
23+
* webkit based browser cannot open edit menu ([b11fe89](https://github.com/tosuapp/tosu/commit/b11fe89defcf4eb71d506b97bbcd375e7ee66c69))
24+
525
## [4.14.0](https://github.com/tosuapp/tosu/compare/v4.13.1...v4.14.0) (2025-10-01)
626

727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Mikhail Babynichev",
33
"license": "GPL-3.0",
4-
"version": "4.14.0",
4+
"version": "4.15.0",
55
"packageManager": "pnpm@10.10.0",
66
"scripts": {
77
"prepare": "husky install",

packages/ingame-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tosu/ingame-overlay",
3-
"version": "4.14.0",
3+
"version": "4.15.0",
44
"description": "High performance tosu ingame overlay",
55
"private": true,
66
"main": "./dist/src/index.js",

packages/tosu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tosu",
3-
"version": "4.14.0",
3+
"version": "4.15.0",
44
"main": "dist/index.js",
55
"bin": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)