Skip to content

Commit 14cdcd9

Browse files
committed
chore(main): release 2.2.0
1 parent 33003b8 commit 14cdcd9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
## [2.2.0](https://github.com/Zephyruso/zashboard/compare/v2.1.0...v2.2.0) (2025-11-18)
6+
7+
8+
### Features
9+
10+
* add backend selection dialog to sidebar ([9b31df2](https://github.com/Zephyruso/zashboard/commit/9b31df2e78d12f47900304f88b80fd4602732440))
11+
* add full-screen toggle functionality to TopologyCharts component with responsive chart rendering ([565ea7e](https://github.com/Zephyruso/zashboard/commit/565ea7edb66bb4958d18a5d3c03014e293cc06be))
12+
13+
14+
### Bug Fixes
15+
16+
* improve getHostFromConnection function to handle different host scenarios and support IPv6 formatting ([33003b8](https://github.com/Zephyruso/zashboard/commit/33003b851d980ce9becbbfe06c052745fa93257d))
17+
* make table grouping state persistent ([017cbf9](https://github.com/Zephyruso/zashboard/commit/017cbf9a69c7306e7add1b2b1f9a08dcb6530354))
18+
519
## [2.1.0](https://github.com/Zephyruso/zashboard/compare/v2.0.0...v2.1.0) (2025-11-10)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zashboard",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A Dashboard Using Clash API",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)