Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.41.1"
".": "2.42.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down