From 68977e9c868b3498f717608ea5ea13975992ab9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:01:36 -0500 Subject: [PATCH] chore(main): release 1.125.0 (#393) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ff7d0..2a6d144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.125.0](https://github.com/MetaCubeX/metacubexd/compare/v1.124.3...v1.125.0) (2023-10-19) + + +### Features + +* **connection:** drag handle, closes [#320](https://github.com/MetaCubeX/metacubexd/issues/320) ([dc8fddb](https://github.com/MetaCubeX/metacubexd/commit/dc8fddb08a2ba8fb9fdfa1629379eec552702b49)) +* **proxy:** do not truncate the proxy node name when not enough width, closes [#351](https://github.com/MetaCubeX/metacubexd/issues/351) ([a648f1e](https://github.com/MetaCubeX/metacubexd/commit/a648f1e41399327341ca2e603b2331f5f42f9ccc)) + + +### Bug Fixes + +* **config:** the bottom edge of the page gets cutoff, closes [#385](https://github.com/MetaCubeX/metacubexd/issues/385) ([522be60](https://github.com/MetaCubeX/metacubexd/commit/522be608a70d142e0805f14748c073c476d5f713)) + ## [1.124.3](https://github.com/MetaCubeX/metacubexd/compare/v1.124.2...v1.124.3) (2023-10-16) diff --git a/package.json b/package.json index d2c8082..14431a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.124.3", + "version": "1.125.0", "description": "Clash.Meta Dashboard, The Official One, XD", "license": "MIT", "type": "module",