From 308a2f1579d6dc77b6666b4f5d3b5b26d89be9a3 Mon Sep 17 00:00:00 2001 From: Kevin R Date: Mon, 27 Jan 2025 20:17:56 +0100 Subject: [PATCH] Version 1.27.2 --- CHANGELOG.md | 17 +++++++++++++++++ manifest.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2a9e8..fc1f2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Require Firefox >= 55 - Require Chrome >= 37 +## [1.27.2] - 2025-01-27 + +### Fixed +Special thanks to [SunsetTechuila](https://github.com/SunsetTechuila) for providing [PR 415](https://github.com/ClearURLs/Addon/pull/415) +- https://bugzilla.mozilla.org/show_bug.cgi?id=1943562 +- https://bugzilla.mozilla.org/show_bug.cgi?id=1942909 +- https://bugzilla.mozilla.org/show_bug.cgi?id=1942705 +- https://bugzilla.mozilla.org/show_bug.cgi?id=1943842 +- https://bugzilla.mozilla.org/show_bug.cgi?id=1943807 +- [#407](https://github.com/ClearURLs/Addon/issues/407) +- [#408](https://github.com/ClearURLs/Addon/issues/408) +- [#409](https://github.com/ClearURLs/Addon/issues/409) +- [#410](https://github.com/ClearURLs/Addon/issues/410) +- [#411](https://github.com/ClearURLs/Addon/issues/411) +- [#412](https://github.com/ClearURLs/Addon/issues/412) +- [#413](https://github.com/ClearURLs/Addon/issues/413) + ## [1.27.1] - 2025-01-05 ### Changed diff --git a/manifest.json b/manifest.json index 0d6f39f..d8b1704 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.27.1", + "version": "1.27.2", "author": "Kevin Roebert", "description": "__MSG_extension_description__", "homepage_url": "https://docs.clearurls.xyz",