Releases: getindiekit/indiekit
Releases · getindiekit/indiekit
v0.1.0 Alpha 9
v0.1.0 Alpha 8
v0.1.0 Alpha 7
Bug Fixes
- list missing files in package.json (fa48e0b)
v0.1.0 Alpha 6
v0.1.0 Alpha 5
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
v0.1.0 Alpha 3
Bug Fixes
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 ofvalue
for media propertiesaudio
,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
Bug Fixes
- update file listing in package manifests (9fe33c7)
v0.1.0 Alpha 1
First alpha release for v0.1.0.