v2.0.1
astoilkov/jsblocksv2.0.1Jun 6, 2026by ibnaleem
AI Summary
A patch release for the Gravatar module that corrects API URLs, fixes display logic, and adds HTTP fetch functionality for searching user profiles.
Key Highlights
- Corrected Gravatar API URL from `/users/<username>.json` to `/<username>.json`
- Added `SearchGravatar` HTTP fetch function
- Wired Gravatar into search loop alongside GitHub
- Fixed `DisplayGravatarUserInfo` output bugs and logic errors
New Features
- SearchGravatar HTTP fetch function
- Gravatar integration into search loop
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] ```