CHANGELOG.md•2.5 kB
## 📆 v0.4.8 (07/07/2025)
- Added a `list_gist_prompts` tool
## 📆 v0.4.7 (06/18/2025)
- Renamed the prompt tools to include `gist` in the name: `add_prompt` -> `add_gist_prompt`, `delete_prompt` -> `delete_gist_prompt`.
## 📆 v0.4.6 (06/16/2025)
- The server's gist cache is now automatically refreshed every hour
## 📆 v0.4.5 (06/16/2025)
- Added the `refresh_gists` tool
- The list of gist resources are now sorted by modified date (descending)
- Empty gist files can now be created (if desired)
## 📆 v0.4.4 (06/12/2025)
- Updated README with instructions for setting up GistPad with VS Code 1.101.0
## 📆 v0.4.3 (06/05/2025)
- Added support for templates when creating/opening a new daily note
## 📆 v0.4.2 (05/30/2025)
- Added support for notifying clients when the list of prompts has changed
## 📆 v0.4.1 (04/04/2025)
- Added one-click install support for VS Code
## 📆 v0.4.0 (03/21/2025)
- Introduced support for managing MCP prompts, which are managed and served from a special gist named `💬 Prompts`.
## 📆 v0.3.2 (03/18/2025)
- Fixed a few bugs in the format that gist resources were being returned in
## 📆 v0.3.1 (03/18/2025)
- Added support for clients to subscribe to changes for a specific gist
## 📆 v0.3.0 (03/18/2025)
- Added support for the `--markdown` CLI flag to filter the gists that are returned to Markdown-only
## 📆 v0.2.5 (03/16/2025)
- Added support for `--daily` CLI flag to optionally include daily notes in the resources list
- Added resource template for accessing gist comments via `gist:///{gistId}/comments` URIs
## 📆 v0.2.4 (03/15/2025)
- Added support for `--starred` CLI flag to optionally include starred gists in the resources list, with notifications when gists are starred/unstarred
## 📆 v0.2.3 (03/15/2025)
- Added support for `--archived` CLI flag to optionally include archived gists in the resources list
## 📆 v0.2.2 (03/14/2025)
- Added the `edit_gist_comment` tool, which allows updating the content of existing gist comments
## 📆 v0.2.1 (03/13/2025)
- Introduced the `update_todays_note` tool, which allows updating the contents of the daily note
- Introduced the `delete_daily_note` tool, which allows deleting a specific daily note by date
## 📆 v0.2.0 (03/13/2025)
- MCP clients will now be notified whenever a gist is added/delete/duplicated/renamed. That way the resources list can be properly re-fetched.
## 📆 v0.1.1 (03/12/2025)
- 🚀 Initial release!