From 7626c67ae7ba2dddcc2336fc72d4a08503ef7820 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:43:58 +0000 Subject: [PATCH] chore(main): release 2.42.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee2a6dde..94901018 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.41.1" + ".": "2.42.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 64db8b7b..1cc75c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to CHUB are documented here. Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [2.42.0](https://github.com/chodeus/chub/compare/v2.41.1...v2.42.0) (2026-07-23) + + +### Features + +* **gdrive-presets:** add füsen CL2K drive ([acffe65](https://github.com/chodeus/chub/commit/acffe651c51cd486d602221bcbdfe09c14f2c9e3)) +* **gdrive-presets:** add füsen CL2K drive ([b53177a](https://github.com/chodeus/chub/commit/b53177afa747b0fa73f617df9d8286cb38ccb4ed)) +* **search:** accept colon id tags and bare numeric ids in search queries ([e68c1c2](https://github.com/chodeus/chub/commit/e68c1c28a41b7b68c504fc003e3017bcb8967d2a)) +* **search:** colon id tags, bare numeric ids, and a search-syntax hint ([2e59a1f](https://github.com/chodeus/chub/commit/2e59a1f5f3bef273a388260a04fac4d19f1d794f)) +* **search:** id search by colon tags and bare numeric ids in Assets Search ([47de04d](https://github.com/chodeus/chub/commit/47de04df09c116fa0893f2e36c21fa476a192e20)) + + +### Bug Fixes + +* **deps:** pin Pygments 2.20.0 (unpinned transitive of shipped pytest) ([decb5fb](https://github.com/chodeus/chub/commit/decb5fb5d36b058d8f0c637b0e6b767e6823525d)) +* **security:** harden CodeQL-flagged regex and fanart URL construction ([edae09a](https://github.com/chodeus/chub/commit/edae09ab294987309dda13dd0f9636d744ce98bd)) + ## [2.41.1](https://github.com/chodeus/chub/compare/v2.41.0...v2.41.1) (2026-07-20)