From 8c615f231e0ce73804968db368a167bbfef8c7d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:18:17 +0800 Subject: [PATCH] chore(main): release 1.172.0 (#1181) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e291226..4b18eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.172.0](https://github.com/MetaCubeX/metacubexd/compare/v1.171.0...v1.172.0) (2024-11-23) + + +### Features + +* support to set icon color to the theme color when proxy icon starts with `data:image/svg+xml` ([#1166](https://github.com/MetaCubeX/metacubexd/issues/1166)) ([29ed55c](https://github.com/MetaCubeX/metacubexd/commit/29ed55cf50298578a9fa92a209a1c9f70882ea43)) + ## [1.171.0](https://github.com/MetaCubeX/metacubexd/compare/v1.170.0...v1.171.0) (2024-11-13) diff --git a/package.json b/package.json index 2737675..bd9c0a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.171.0", + "version": "1.172.0", "description": "Mihomo Dashboard, The Official One, XD", "license": "MIT", "type": "module",