Skip to content

Commit ca65f47

Browse files
committed
chore: tosuapp
1 parent b995b79 commit ca65f47

File tree

12 files changed

+365
-366
lines changed

12 files changed

+365
-366
lines changed

CHANGELOG.md

+345-345
Large diffs are not rendered by default.

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Pull requests are the best way to propose changes to the codebase. We actively w
2020
## Any contributions you make will be under the GNU Lesser General Public License v3.0
2121
In short, when you submit code changes, your submissions are understood to be under the same [GNU Lesser General Public License v3.0](https://choosealicense.com/licenses/lgpl-3.0/) that covers the project. Feel free to contact the maintainers if that's a concern.
2222

23-
## Report bugs using Github's [issues](https://github.com/KotRikD/tosu/issues)
24-
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/KotRikD/tosu/issues/new); it's that easy!
23+
## Report bugs using Github's [issues](https://github.com/tosuapp/tosu/issues)
24+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/tosuapp/tosu/issues/new); it's that easy!
2525

2626
## Write bug reports with detail, background, and sample code
2727

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
2-
<img alt="Version" src="https://img.shields.io/github/release/KotRikD/tosu.svg?style=for-the-badge&color=%235686A2" />
2+
<img alt="Version" src="https://img.shields.io/github/release/tosuapp/tosu.svg?style=for-the-badge&color=%235686A2" />
33
<img src="https://img.shields.io/badge/node-%3E%3D20.11.1-45915E.svg?style=for-the-badge&logo=node.js&logoColor=white" />
4-
<a href="https://github.com/KotRikD/tosu/blob/master/LICENSE" target="_blank"><img alt="License: GPL--3.0" src="https://img.shields.io/github/license/KotRikD/tosu?style=for-the-badge&color=%23A27456" /></a>
4+
<a href="https://github.com/tosuapp/tosu/blob/master/LICENSE" target="_blank"><img alt="License: GPL--3.0" src="https://img.shields.io/github/license/tosuapp/tosu?style=for-the-badge&color=%23A27456" /></a>
55
<a href="https://twitter.com/kotrik0" target="_blank"><img alt="Twitter: kotrik0" src="https://img.shields.io/badge/kotrik0-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" /></a>
66
</p>
77

@@ -22,15 +22,15 @@ Eponymous software for reading osu! memory, accounting for most of gosumemory's
2222

2323
<div align="center">
2424
<a href="https://boosty.to/kotrik/donate"><img src=".github/button-boosty.png" /></a><br>
25-
<a href="https://github.com/KotRikD/tosu/releases/latest"><img src=".github/button-download.png" /></a>
25+
<a href="https://github.com/tosuapp/tosu/releases/latest"><img src=".github/button-download.png" /></a>
2626
<a href="https://discord.gg/WX7BTs8kwh"><img src=".github/button-discord.png" /></a>
2727
<a href="https://github.com/cyperdark/osu-counters/tree/master/counters"><img src=".github/button-counters.png" /></a>
2828
</div>
2929

3030

3131
Instruction
3232
---
33-
1. Download [tosu](https://github.com/KotRikD/tosu/releases/latest)
33+
1. Download [tosu](https://github.com/tosuapp/tosu/releases/latest)
3434
2. Extract tosu.exe to a `Folder`
3535
3. Run `tosu.exe`
3636
4. Go to [http://127.0.0.1:24050](http://127.0.0.1:24050)
@@ -68,7 +68,7 @@ Features
6868
In-game overlay
6969
---
7070
- To enable it, you need to edit `tosu.env`, and turn on `ENABLE_GOSU_OVERLAY=true` (make it equal `true`)
71-
- Tutorial: [link](https://github.com/KotRikD/tosu/wiki/How-to-enable-ingame-overlay)
71+
- Tutorial: [link](https://github.com/tosuapp/tosu/wiki/How-to-enable-ingame-overlay)
7272
---
7373

7474

@@ -79,19 +79,19 @@ Routes
7979
gosu compatible api
8080
- `/` - List of all counters you have
8181
- `/json` - Example of `/ws` response
82-
- `/ws` - [response example](https://github.com/KotRikD/tosu/wiki/v1-websocket-api-response)
82+
- `/ws` - [response example](https://github.com/tosuapp/tosu/wiki/v1-websocket-api-response)
8383
- `/Songs/{path}` - Show content of the file, or show list of files for a folder
8484

8585
v2 _**(tosu own api)**_
8686
- `/json/v2` - Example of `/websocket/v2` response
87-
- `/websocket/v2` - [response example](https://github.com/KotRikD/tosu/wiki/v2-websocket-api-response)
88-
- `/websocket/v2/precise` - [response example](https://github.com/KotRikD/tosu/wiki/v2-precise-websocket-api-response)
87+
- `/websocket/v2` - [response example](https://github.com/tosuapp/tosu/wiki/v2-websocket-api-response)
88+
- `/websocket/v2/precise` - [response example](https://github.com/tosuapp/tosu/wiki/v2-precise-websocket-api-response)
8989
- `/files/beatmap/{path}` - same as `/Songs/{path}`
9090
- `/files/skin/{path}` - similar as `/files/beatmap/{path}`, but for a skin
9191

9292
api
9393
- `/api/calculate/pp` - Calculate pp for beatmap with custom data
94-
- [Response example](https://github.com/KotRikD/tosu/wiki/api-calculate-pp-response-example)
94+
- [Response example](https://github.com/tosuapp/tosu/wiki/api-calculate-pp-response-example)
9595
- BY DEFAULT IT USES CURRENT BEATMAP (:))
9696
- All parameters are optional
9797
- `path` - Path to .osu file. Example: C:/osu/Songs/beatmap/file.osu
@@ -132,11 +132,11 @@ Special thanks to [@xxCherry](https://github.com/xxCherry), for providing memory
132132

133133
## 🤝 Contributing
134134

135-
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/KotRikD/tosu/issues). You can also take a look at the [contributing guide](https://github.com/KotRikD/tosu/blob/master/CONTRIBUTING.md).
135+
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/tosuapp/tosu/issues). You can also take a look at the [contributing guide](https://github.com/tosuapp/tosu/blob/master/CONTRIBUTING.md).
136136

137137
<br />
138138

139139
## 📝 License
140140

141141
Copyright © 2023-2024 [Mikhail Babynichev](https://github.com/KotRikD).<br />
142-
This project is [LGPL-3.0](https://github.com/KotRikD/tosu/blob/master/LICENSE) licensed.
142+
This project is [LGPL-3.0](https://github.com/tosuapp/tosu/blob/master/LICENSE) licensed.

development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1. Clone repository
1313

1414
```
15-
git clone https://github.com/KotRikD/tosu.git
15+
git clone https://github.com/tosuapp/tosu.git
1616
```
1717

1818
2. Go to project folder

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"pnpm run lint:fix"
3737
]
3838
},
39-
"homepage": "https://github.com/KotRikD/tosu#readme",
39+
"homepage": "https://github.com/tosuapp/tosu#readme",
4040
"repository": {
4141
"type": "git",
42-
"url": "git+https://github.com/KotRikD/tosu.git"
42+
"url": "git+https://github.com/tosuapp/tosu.git"
4343
},
4444
"bugs": {
45-
"url": "https://github.com/KotRikD/tosu/issues"
45+
"url": "https://github.com/tosuapp/tosu/issues"
4646
},
4747
"engines": {
4848
"node": ">=20.11.1"

packages/common/utils/downloader.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const downloadFile = (
5050
const options = {
5151
headers: {
5252
Accept: 'application/octet-stream',
53-
'User-Agent': '@KotRikD/tosu'
53+
'User-Agent': '@tosuapp/tosu'
5454
}
5555
};
5656

packages/server/assets/favicon.ico

-10.5 KB
Binary file not shown.

packages/server/assets/homepage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</div>
5757
<main>
5858
<div class="links flexer">
59-
<a href="https://github.com/KotRikD/tosu/wiki" target="_blank" class="flexer button open-button">
59+
<a href="https://github.com/tosuapp/tosu/wiki" target="_blank" class="flexer button open-button">
6060
wikl
6161
<i class="icon-link"></i>
6262
</a>
Binary file not shown.

packages/tosu/src/assets/icon.ico

-1.98 KB
Binary file not shown.

packages/tosu/src/assets/icon.png

-89.4 KB
Binary file not shown.

packages/updater/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import path from 'path';
1414
// NOTE: _version.js packs with pkg support in tosu build
1515
const currentVersion = require(process.cwd() + '/_version.js');
1616

17-
const repositoryName = 'tosu';
1817
const fileDestination = path.join(getProgramPath(), 'update.zip');
1918
const backupExecutablePath = path.join(getProgramPath(), 'tosu_old.exe');
2019

@@ -50,7 +49,7 @@ export const checkUpdates = async () => {
5049
}
5150

5251
const request = await fetch(
53-
`https://api.github.com/repos/KotRikD/${repositoryName}/releases/latest`
52+
`https://api.github.com/repos/tosuapp/tosu/releases/latest`
5453
);
5554
const json = (await request.json()) as any;
5655
const {

0 commit comments

Comments
 (0)