Skip to content

Commit 36e56da

Browse files
chore(main): release 2.6.0 (#153)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf2d69b commit 36e56da

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.5.0...v2.6.0) (2025-04-23)
4+
5+
6+
### Features
7+
8+
* add support for Rush Ritual monsters ([bf2d69b](https://github.com/diangogav/EDOpro-server-ts/commit/bf2d69b2ecfca8365e557d49d33070b77d8f097d))
9+
* logs for web socket ([44d66d4](https://github.com/diangogav/EDOpro-server-ts/commit/44d66d42eaa59b268324bec3352665c6fb82946f))
10+
* **mercury:** :sparkles: Identifie ranked mrcury rooms ([2eb0f1e](https://github.com/diangogav/EDOpro-server-ts/commit/2eb0f1eb09813b88b61b8804be7e3beb13c66933))
11+
* **mercury:** :zap: added ocg command ([#154](https://github.com/diangogav/EDOpro-server-ts/issues/154)) ([112c854](https://github.com/diangogav/EDOpro-server-ts/commit/112c854233feb58295edaf6eb827f1974451a692))
12+
* **room:** improve player position handling in waiting state ([9fa926f](https://github.com/diangogav/EDOpro-server-ts/commit/9fa926ff7df0e9836297933585ec42482a938b71))
13+
14+
15+
### Bug Fixes
16+
17+
* **duel:** fix reconnection logic for tag duels ([1f830e5](https://github.com/diangogav/EDOpro-server-ts/commit/1f830e54b717d3b49bf2949cff53779d016a449c))
18+
* md command ([8ae654d](https://github.com/diangogav/EDOpro-server-ts/commit/8ae654d4817d4b1ace48356026aaf162166460c1))
19+
* **mercury:** :bug: fix goat lflist index ([0e49a07](https://github.com/diangogav/EDOpro-server-ts/commit/0e49a078335ed9b210328e3611721775a4e9aa65))
20+
* **mercury:** :bug: the join message is intercepted to make the ban list compatible with edo pro ([d6679df](https://github.com/diangogav/EDOpro-server-ts/commit/d6679df2d7f7429ffd46c7af09414455bdbc26ba))
21+
* **mercury:** prevent duplicate game state updates by processing messages only from first player ([9ef85a9](https://github.com/diangogav/EDOpro-server-ts/commit/9ef85a98c41b9ea2e1abfb18c7eb17e04a30cd9c))
22+
* show ban list hash in client based on mercury ([9ce0436](https://github.com/diangogav/EDOpro-server-ts/commit/9ce04360482e866c29cd546eaee3fedb38fceb43))
23+
324
## [2.5.0](https://github.com/diangogav/EDOpro-server-ts/compare/v2.4.0...v2.5.0) (2025-04-02)
425

526

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"node": ">=22.11.0"
44
},
55
"name": "edopro",
6-
"version": "2.5.0",
6+
"version": "2.6.0",
77
"description": "",
88
"main": "index.js",
99
"scripts": {

0 commit comments

Comments
 (0)