v0.0.16

qdm12/dnsv0.0.16Aug 11, 2026by github-actions[bot]

AI Summary

The release streamlines collection creation by reusing the schema dialog and introduces a new MCP tool for image uploads. It also resolves issues with Cross-Origin policies and media field resolution within loops.

Key Highlights

  • Reused the schema dialog for collection creation to streamline workflows.
  • Added a new media_upload tool to the MCP for uploading images.
  • Fixed Cross-Origin media support in the published Content Security Policy (CSP).
  • Resolved custom media fields to URLs within loops.
  • Improved data workspace usability.

New Features

  • Reused schema dialog for collections
  • MCP media_upload tool

Full Release Notes

## What's Changed
* feat(content): reuse schema dialog for collection creation by @DavidBabinec in https://github.com/CoreBunch/Instatic/pull/365
* feat(mcp): add media_upload tool for image uploads by @hectorcanaimero in https://github.com/CoreBunch/Instatic/pull/314
* fix(publisher): allow cross-origin media in the published CSP by @mostafasadeghidev in https://github.com/CoreBunch/Instatic/pull/354
* fix(loops): resolve custom media fields to URLs in loops by @shadysamir in https://github.com/CoreBunch/Instatic/pull/300
* chore(release): prepare 0.0.16 by @DavidBabinec in https://github.com/CoreBunch/Instatic/pull/366

## New Contributors
* @hectorcanaimero made their first contribution in https://github.com/CoreBunch/Instatic/pull/314
* @mostafasadeghidev made their first contribution in https://github.com/CoreBunch/Instatic/pull/354
* @shadysamir made their first contribution in https://github.com/CoreBunch/Instatic/pull/300

**Full Changelog**: https://github.com/CoreBunch/Instatic/compare/v0.0.15...v0.0.16