1.4 KiB
1.4 KiB
Changelog
Version {next}
- Allow new notes to be made by a JSON request from a micropub client
- Add DependencyCI support
Version 0.0.7.1 (2016-07-04)
- Minor style fixes
Version 0.0.7 (2016-07-04)
- Use JSON for syndication endpoint query response
- Use JSON for all micropub requests
- Add support for
q=config
query of the micropub endpoint
Version 0.0.6.3 (2016-06-29)
- Fix an issue with dispatching the syndication job
Version 0.0.6.2 (2016-06-28)
- Fix an issue with sending webmentions
Version 0.0.6 (2016-06-28)
- Better use of
laravel-postgis
- Change style for inline mini-profile images
Version 0.0.5 (2016-06-23)
- Automatically send webmentions
- Change
mp-syndicate-to
tosyndicate-to
Version 0.0.4 (2016-06-21)
- Move bower components into their own subdir
- Move my js into
resources/
, apply an eslint pre-commit hook - Better guplfile, next thing is to add cleanup of old compressed files
- Update
spatie/laravel-medialibrary
to v4, tweak associated code - Merge in upstream changes
- Add a stylelint lint-staged hook
Version 0.0.3 (2013-06-09)
- Better tag normalization code organisation
- Remove
jonnybarnes/unicode-tools
dependency and clean up relevant code
Version 0.0.2 (2016-05-25)
- Fix issue#1: tagged notes page needs the tag from the URL normalizing.
Version 0.0.1 (2016-05-25)
- Initial release