Skip to content

Releases: getindiekit/indiekit

v0.2.0

19 Dec 22:07
Compare
Choose a tag to compare

BREAKING CHANGES

  • default to main as default branch name for git-based store plugins (9d6d8ef)

Features

  • store-ftp: add ftp content store. fixes #278 (fa7267f)

Bug Fixes

  • frontend: tweak styles for documentation site (59f65bc)
  • micropub: return list of categories (305588d). Thanks to @roobottom for reporting.

v0.1.4

01 Aug 21:59
Compare
Choose a tag to compare

Bug Fixes

  • throw error if feature requires database. fixes #358 (9316eaa)

v0.1.3

14 Jun 21:52
Compare
Choose a tag to compare

Bug Fixes

  • indiekit: allow overriding application url in config. fixes #352 (56affa5). Thanks to @adrusi for reporting.

v0.1.2

30 May 21:00
Compare
Choose a tag to compare

Bug Fixes

This release largely addresses issues with the Hugo preset, kindly reported by @jayeless:

  • indiekit: incorrect this assignment in postTemplate function. fixes #344 (52812b8)
  • preset-hugo: use camelcased frontmatter keys. fixes #345 (a4a6e93)
  • preset-hugo: add missing like-of property (75da03d)
  • preset-jekyll: add missing like-of property (6b0f60a)

v0.1.1

16 May 21:18
Compare
Choose a tag to compare

Bug Fixes

v0.1.0

15 Mar 23:08
Compare
Choose a tag to compare

Release v0.1.0. We’ll use semantic versioning from now on rather than mess about with an alpha tag. 🎉

…from my POV re: all this, big hurrah, we’re ready to upload i.e. let’s launch the f**ker

– Fergus Williams, The Thick of It

v0.1.0 Alpha 23

15 Mar 22:58
Compare
Choose a tag to compare
v0.1.0 Alpha 23 Pre-release
Pre-release

Bug Fixes

  • disable watch for Nunjucks templates to stop chokidar dependency errors (b29e9e2)

v0.1.0 Alpha 22

15 Mar 22:57
Compare
Choose a tag to compare
v0.1.0 Alpha 22 Pre-release
Pre-release

Bug Fixes

  • always syndicate to Twitter using HTML content property (dea22bb)
  • endpoint-micropub: relative media path for publication url with path component (9dd58ef)

Features

  • endpoint-media: show message when no files to show (6110ff1)
  • endpoint-micropub: parse geo uri for location property (b28d789)
  • endpoint-micropub: show message when no posts to show (a3d9bce)
  • indiekit: localise 404 page (09ac3ac)
  • preset-jekyll: disable line folding on yaml strings (ba3b21b)
  • syndicator-twitter: always use absolute urls for uploading media (5190195)
  • pass publication config to syndicator (32e1f35)
  • preset-hugo: disable line folding on yaml strings (c72a598)

v0.1.0 Alpha 21

01 Feb 00:09
Compare
Choose a tag to compare
v0.1.0 Alpha 21 Pre-release
Pre-release

Bug Fixes

  • endpoint-micropub: adding item to value which is not yet an array (1067e8d)
  • endpoint-micropub: creating posts with single media property (901ad93)
  • indiekit: add default for publication.jf2Feed (2d667a1)
  • indiekit: always return responses in auth flow (069eac4)
  • indiekit: remove extraneous form input (4620f5d)
  • preset-hugo: update content fallback values (1794e34)
  • preset-jekyll: update content fallback values (29111ae)

Features

  • frontend: show ’Error:’ prefix for validated page title (f9622b6)
  • frontend: updated markup for error message (22a7f5d)
  • indiekit: remove media endpoint resolution (3025aa7)
  • abstract summaryRow filter for post and file views (f32e28c)
  • make syndicator plug-ins dryer (bc68462)
  • remove syncing website post data using a JF2 Feed (6f39349)
  • endpoint-micropub: add available queries to config query (5545c59)
  • endpoint-micropub: convert stored jf2 to mf2 on source query (33e248c)
  • endpoint-micropub: normalise properties when updating post data (b498868)
  • endpoint-micropub: only return categories for category query (3d63ea0)
  • endpoint-micropub: remove mf2 from post view (4f85678)
  • indiekit: prevent pages from being crawled or indexed (53bc449)

v0.1.0 Alpha 20

07 Jan 23:51
Compare
Choose a tag to compare
v0.1.0 Alpha 20 Pre-release
Pre-release

Bug Fixes

  • show 404 page if item not found in database (f737d0a)
  • endpoint-micropub: fix content display error (1d33c94)

Features

  • endpoint-micropub: use relative media URLs (e76abde)
  • preset-hugo: fallback to html content (0022b71)
  • preset-jekyll: fallback to html content (5d96402)