Skip to content

Releases: getindiekit/indiekit

v0.1.0 Alpha 9

28 Sep 21:02
Compare
Choose a tag to compare
v0.1.0 Alpha 9 Pre-release
Pre-release

Bug Fixes

  • use timezone for path tokens (0618656)
  • endpoint-media: correct time zone handling. fixes #288 (3dc5f09)
  • endpoint-micropub: correct time zone handling. fixes #287 (7ae18c4)
  • endpoint-micropub: microformats display on post page (e758f4d)
  • frontend: unclosed div element (a515c65)

v0.1.0 Alpha 8

20 Sep 23:18
Compare
Choose a tag to compare
v0.1.0 Alpha 8 Pre-release
Pre-release

Bug Fixes

  • make error summary title localisable (aea81a4)
  • indiekit: add missing translation string for session.logout (ddd1776)
  • indiekit: prevent log in with other URLs. fixes #283 (9c151b7)
  • application name shown on status page (7a83028)
  • locale used and shown on status page (30ba27d)

Features

  • endpoint-share: add validation to share page. fixes #284 (31a875d)
  • endpoint-share: move url field above others (88f6d32)
  • endpoint-share: translate validation errors. fixes #285 (df5067d)
  • indiekit: add translation string for optional value (568be40)

v0.1.0 Alpha 7

19 Sep 09:55
Compare
Choose a tag to compare
v0.1.0 Alpha 7 Pre-release
Pre-release

Bug Fixes

  • list missing files in package.json (fa48e0b)

v0.1.0 Alpha 6

18 Sep 22:03
Compare
Choose a tag to compare
v0.1.0 Alpha 6 Pre-release
Pre-release

Bug Fixes

  • authenticate access to status page (eb42847)
  • frontend: ensure u-logo can be parsed. fixes #275 (6f3f45e)

Features

  • customise commit message format. fixes #63 (b2e43a5)
  • internationalisation (e1eeb71)
  • redirect signed out users to sign in page. fixes #281 (7750c32)
  • reinstate time zone support. fixes #280 (21bf932)

v0.1.0 Alpha 5

06 Sep 11:13
Compare
Choose a tag to compare
v0.1.0 Alpha 5 Pre-release
Pre-release

Bug Fixes

  • only query previously published items if saving is enabled (902d452)
  • frontend: banner text legibility with dark color scheme (4995ba3)
  • remove environment variable no longer needed to set up app on Heroku (b22224d)
  • update logging (a52b4f4)
  • endpoint-micropub: add lodash as dependency (7c9db31)
  • make dotenv a runtime dependency (0a831b0)

Features

  • remove hosted documentation (18edd86)
  • add zero padded seconds token (c3994d)
  • add mongodbUrl to application config (fa418c7)
  • add preset and store directly to publication config (93a6677)
  • add uuid path variable. fixes #276 (6790462)
  • simplify publication config (7ef1e45)
  • move slug separator to publication settings (baa4219)
  • use uuids for secrets (48d6aa7)

v0.1.0 Alpha 4

29 Aug 16:40
Compare
Choose a tag to compare
v0.1.0 Alpha 4 Pre-release
Pre-release

Bug Fixes

  • update media data to use published file properties (5548ee7)
  • reverse file and post listings (581f1e7)
  • improve display of files and posts (f443613)

Features

v0.1.0 Alpha 3

26 Aug 22:20
Compare
Choose a tag to compare
v0.1.0 Alpha 3 Pre-release
Pre-release

Bug Fixes

  • show correct version number in footer. fixes #269 (549fdca)

Features

  • make needing a MongoDB database optional. fixes #264 (36cb470)

    Without MONGODB_URL environment variable, it will not be possible to store information about previously published posts of files (which means they can’t be updated), or cache any fetched files.

  • remove support for deprecated slug property. fixes #267 (dbed056)

    Indiekit now only recognises mp-slug

  • use url instead of value for media properties audio, photo, video. fixes #268 (04b27ec)

  • update presentation of file and post lists (c455c7d)

    Now includes the published URL and ensures there is text is always provided for the link

v0.1.0 Alpha 2

20 Aug 00:22
Compare
Choose a tag to compare
v0.1.0 Alpha 2 Pre-release
Pre-release

Bug Fixes

  • update file listing in package manifests (9fe33c7)

v0.1.0 Alpha 1

19 Aug 23:48
Compare
Choose a tag to compare
v0.1.0 Alpha 1 Pre-release
Pre-release

First alpha release for v0.1.0.

v0.0.3 – Maintenance release

27 Jul 23:01
Compare
Choose a tag to compare

Bug Fixes

  • Default to create if no scope provided. Fixes #222
  • Remove Sunlit endpoint URL patch

Documentation

  • Add note about TZ environment variable. Fixes #114
  • Use liquid raw tag instead of zero-width space characters. Fixes #224