v2.0.1
sadmann7/tablecnv2.0.1Jun 6, 2026by ibnaleem
AI Summary
Patch release fixing bugs in the Gravatar module, including logic errors and incorrect API URL configuration.
Key Highlights
- Fixed Gravatar API URL and logic errors
- Added Gravatar search functionality
- Wired Gravatar into the search loop
New Features
- Gravatar search HTTP fetch function
- Gravatar integration into search loop
- Corrected Gravatar API endpoint path
Full Release Notes
# v2.0.1 - Gravatar Fixes + Module Patch release. Simply fixes various issues with the Gravatar module. - Corrected `DisplayGravatarUserInfo` output bugs and logic errors (https://github.com/ibnaleem/gosearch/commit/d22beb92f439b9d7419531b817d1b19508e6ac4f) - Added `SearchGravatar` HTTP fetch function (https://github.com/ibnaleem/gosearch/commit/c22f158519207a9f68a8df260b4de60bcfa6e1b3) - Wired Gravatar into search loop alongside GitHub (https://github.com/ibnaleem/gosearch/commit/bf1ce426388c68ec3e580671c5af1fa42c6af128) - Corrected Gravatar API URL from `/users/<username>.json` to `/<username>.json` (https://github.com/ibnaleem/gosearch/commit/6bfaf8b7b0636952f080fc3695e861288225fcdd) - Bumped to `v2.0.1` (https://github.com/ibnaleem/gosearch/commit/a45b175a1807801c52a5b446db17b1e4353fcb3a) ## What's Changed * docs: add module contributing guide by @ibnaleem in https://github.com/ibnaleem/gosearch/pull/118 * feat/gravatar wire by @ibnaleem in https://github.com/ibnaleem/gosearch/pull/119 **Full Changelog**: https://github.com/ibnaleem/gosearch/compare/v2.0.0...v2.0.1 ## Verifying my Signature Import my key from https://github.com/ibnaleem/ibnaleem/blob/main/public_key.asc ``` gpg --verify gosearch.exe.sig gpg: assuming signed data in 'gosearch.exe' gpg: Signature made 06/06/26 22:07:55 GMT Summer Time gpg: using RSA key 20247EC023F2769E66181C0F581B4A2A862BBADE gpg: issuer "ibnaleem@outlook.com" gpg: Good signature from "Ibn Aleem <ibnaleem@outlook.com>" [ultimate] ```