mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-14 06:25:35 +08:00
chore(main): release 1.170.0
This commit is contained in:
parent
d27529008f
commit
149426fd6d
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## [1.170.0](https://github.com/MetaCubeX/metacubexd/compare/v1.169.0...v1.170.0) (2024-11-09)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* dual column for proxies render ([#1152](https://github.com/MetaCubeX/metacubexd/issues/1152)) ([96869c9](https://github.com/MetaCubeX/metacubexd/commit/96869c96c6291456b0720a5248f2cf7fe5630c48))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fix the available update indicator causing horizontal overflow on mobile. ([#1153](https://github.com/MetaCubeX/metacubexd/issues/1153)) ([ff41847](https://github.com/MetaCubeX/metacubexd/commit/ff41847fd933e64e30c6f7b501e720e0d2fc5158))
|
||||
|
||||
## [1.169.0](https://github.com/MetaCubeX/metacubexd/compare/v1.168.0...v1.169.0) (2024-11-01)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "metacubexd",
|
||||
"version": "1.169.0",
|
||||
"version": "1.170.0",
|
||||
"description": "Mihomo Dashboard, The Official One, XD",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
@ -20,7 +20,7 @@
|
||||
"@corvu/tooltip": "^0.2.1",
|
||||
"@eslint/js": "^9.14.0",
|
||||
"@felte/solid": "^1.2.14",
|
||||
"@felte/validator-zod": "^1.0.18",
|
||||
"@felte/validator-zod": "^1.0.17",
|
||||
"@fontsource/fira-sans": "^5.1.0",
|
||||
"@solid-primitives/clipboard": "^1.5.10",
|
||||
"@solid-primitives/context": "^0.2.3",
|
||||
@ -36,7 +36,7 @@
|
||||
"@tabler/icons-solidjs": "^3.21.0",
|
||||
"@tanstack/match-sorter-utils": "^8.19.4",
|
||||
"@tanstack/solid-table": "^8.20.5",
|
||||
"@tanstack/solid-virtual": "^3.10.9",
|
||||
"@tanstack/solid-virtual": "^3.10.8",
|
||||
"@tanstack/virtual-core": "^3.10.8",
|
||||
"@thisbeyond/solid-dnd": "^0.7.5",
|
||||
"@types/byte-size": "^8.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user