Skip to content

v1.0.0 Beta 3

Choose a tag to compare

@paulrobertlloyd paulrobertlloyd released this 19 May 01:36
· 1239 commits to main since this release

This release includes a few quality of life improvements as well as a new translation: simplified Chinese!

There are still some chunky problems that need resolving before releasing a final v1.0.0 (namely syndication issues), and I hope to find some time in the next few months to address those. In the meantime, thanks for your continued support and feedback.

💟 Indiekit is supported by its community. This release was sponsored by @abhas, @jbrr, @sentience and @roobottom.

Features

  • add simplified chinese (70cbb8b) - thanks @xyb and @kwaa
  • don’t include mp-syndicate-to in post file (9b6e9a7)
  • endpoint-media: update database before content store (38d39a5)
  • endpoint-micropub: update database before content store (c6a5fbb)
  • frontend: return undefined for unknown icon name (bda5ff1)

Bug Fixes

  • create-indiekit: decode url before testing if valid (2eb5963)
  • endpoint-auth: decode url before testing if valid (e0cebb1)
  • endpoint-media: don’t require database to query config. fixes #600 (edbfc15) - thanks @aciccarello for reporting
  • endpoint-micropub: don’t require database to query config. fixes #600 (0ffc63a) - thanks @aciccarello for reporting
  • frontend: allow for conditional summary rows. fixes #599 (2851eff) - thanks @aciccarello for reporting
  • frontend: correct heading hierarchy in preview component (4681e51)
  • frontend: increase text contrast in syntax highlighting (078dfab)
  • frontend: increase text contrast of preview placeholder (5a51dc1)
  • frontend: prevent indented textarea content. fixes #560 (b4cbd4b) - thanks @alienlebarge for reporting
  • indiekit: decode url before testing if valid (f9f4202)
  • indiekit: use fallback post type icon on status page (5434ac2)