2016-05-25 15:39:12 +01:00
|
|
|
|
# Changelog
|
|
|
|
|
|
2017-06-11 17:13:20 +01:00
|
|
|
|
## Version 0.5.12 (2017-06-11)
|
2017-06-11 17:10:17 +01:00
|
|
|
|
- Add ability to delete notes
|
|
|
|
|
|
2017-06-11 16:53:20 +01:00
|
|
|
|
## Version 0.5.11 (2017-06-11)
|
2017-06-11 16:52:55 +01:00
|
|
|
|
- to help with micropub clients, log requests made to micropub endpoint
|
|
|
|
|
|
2017-06-09 14:59:34 +01:00
|
|
|
|
## Version 0.5.10 (2017-06-09)
|
2017-06-09 14:59:02 +01:00
|
|
|
|
- Add a link to instagram account
|
|
|
|
|
- Add syndication feeds for articles/notes, supporting RSS/Atom/JSON (issue#52)
|
|
|
|
|
|
2017-05-31 16:22:18 +01:00
|
|
|
|
## Version 0.5.9 (2017-05-31)
|
2017-05-31 16:21:38 +01:00
|
|
|
|
- Mapping improvements
|
|
|
|
|
- Basic place merging
|
|
|
|
|
|
2017-05-21 17:19:38 +01:00
|
|
|
|
## Version 0.5.8 (2017-05-21)
|
|
|
|
|
- Hotfix: if Carbon can’t parse the supplied published date of a webmention, use the Model’s `updated_at` value
|
|
|
|
|
|
2017-05-19 15:45:13 +01:00
|
|
|
|
## Version 0.5.7 (2017-05-19)
|
2017-05-19 15:44:38 +01:00
|
|
|
|
- Hotfix: make sure `mpSyndicateTo` variable exists when accessed in if statements
|
|
|
|
|
|
2017-05-19 15:34:44 +01:00
|
|
|
|
## Version 0.5.6 (2017-05-19)
|
2017-05-19 15:34:01 +01:00
|
|
|
|
- Update micropub code to support html-form and json syntax for mp-syndicate-to and photos
|
|
|
|
|
|
2017-05-19 13:34:47 +01:00
|
|
|
|
## Version 0.5.5 (2017-05-19)
|
2017-05-19 13:18:34 +01:00
|
|
|
|
- improve test suite
|
2017-05-19 13:34:47 +01:00
|
|
|
|
- Syndication should now work
|
2017-05-19 13:18:34 +01:00
|
|
|
|
|
2017-05-18 18:43:42 +01:00
|
|
|
|
## Version 0.5.4 (2017-05-18)
|
2017-05-18 18:43:11 +01:00
|
|
|
|
- Fix issues with using the indieauth client
|
|
|
|
|
|
2017-05-18 17:18:27 +01:00
|
|
|
|
## Version 0.5.3 (2017-05-18)
|
2017-05-18 17:17:54 +01:00
|
|
|
|
- Tweak config page and get token method to better handle/show errors
|
|
|
|
|
|
2017-05-18 16:20:58 +01:00
|
|
|
|
## Version 0.5.2 (2017-05-18)
|
2017-05-18 16:20:19 +01:00
|
|
|
|
- Fix variable issues in making client page
|
|
|
|
|
|
2017-05-18 16:01:35 +01:00
|
|
|
|
## Version 0.5.1 (2017-05-18)
|
2017-05-18 16:00:20 +01:00
|
|
|
|
- Fix issue on micropub create page when not logged in
|
|
|
|
|
|
2017-05-18 16:01:35 +01:00
|
|
|
|
## Version 0.5 (2017-05-18)
|
2017-05-18 15:32:38 +01:00
|
|
|
|
- Update micropub client to allow indieweb users
|
|
|
|
|
- Update micropub endpoint to allow for entry updates
|
|
|
|
|
- Add support for checkins, so we can use ownyourswarm
|
|
|
|
|
|
2017-03-24 14:40:18 +00:00
|
|
|
|
## Version 0.4.2 (2017-03-24)
|
2017-03-24 12:50:22 +00:00
|
|
|
|
- fixed issue#47, only the slug was being sent by client, which was messing up endpoint code
|
|
|
|
|
- minor changes to es6 code, bet lint-staged working again
|
2017-03-24 13:32:59 +00:00
|
|
|
|
- Make processed article content its own fake attribute, articles can now be uploaded as a file
|
2017-03-24 12:50:22 +00:00
|
|
|
|
|
2017-03-21 21:03:26 +00:00
|
|
|
|
## Version 0.4.1 (2017-03-18)
|
2017-03-21 16:42:39 +00:00
|
|
|
|
- Improve HTML Purification, target=blank rel-nofollow and rel-noopener should
|
|
|
|
|
now be added to external links
|
|
|
|
|
- Better handling of javascript compilation/minification and source-map generation
|
|
|
|
|
|
2017-03-19 18:02:58 +00:00
|
|
|
|
## Version 0.4 (2017-03-18)
|
2017-03-19 17:58:29 +00:00
|
|
|
|
- Media endpoint added
|
|
|
|
|
|
2017-03-07 20:07:46 +00:00
|
|
|
|
## Version 0.3.6 (2017-03-07)
|
|
|
|
|
- Pull in Piwik’s own piwik.js manually, again for CSP
|
|
|
|
|
|
2017-03-07 19:50:14 +00:00
|
|
|
|
## Version 0.3.5 (2017-03-07)
|
|
|
|
|
- Move piwik code into its own js file to allow for CSP
|
|
|
|
|
|
2017-03-07 18:52:48 +00:00
|
|
|
|
## Version 0.3.4 (2017-03-07)
|
|
|
|
|
- Remove document.write to allow CSP to work
|
|
|
|
|
|
2017-03-03 14:57:33 +00:00
|
|
|
|
## Version 0.3.3 (2017-03-03)
|
2017-03-03 14:56:43 +00:00
|
|
|
|
- Fix issue when accessing /admin
|
|
|
|
|
|
2017-03-03 14:25:41 +00:00
|
|
|
|
## Version 0.3.2 (2017-03-03)
|
2017-03-03 14:24:45 +00:00
|
|
|
|
- Remove route closures to allow route:cache-ing
|
|
|
|
|
|
2017-03-03 13:50:38 +00:00
|
|
|
|
## Version 0.3.1 (2017-03-03)
|
2017-03-03 13:31:47 +00:00
|
|
|
|
- Correct command to restart daemon queues in deploy.sh
|
|
|
|
|
- Improve Admin CP by “resource”-ifying the controllers
|
2017-03-03 09:47:01 +00:00
|
|
|
|
|
2017-03-02 18:52:45 +00:00
|
|
|
|
## Version 0.3 (2017-03-02)
|
2017-03-02 18:51:43 +00:00
|
|
|
|
- convert env() calls to config() calls for cacheing
|
|
|
|
|
- refactor routes and give important one names
|
|
|
|
|
- Add Dusk tests
|
|
|
|
|
- Add a deploy script
|
|
|
|
|
- Add a .editorconfig file
|
|
|
|
|
- Bump to PHP 7.1 to start using nullable return types and strict types
|
|
|
|
|
|
2017-02-15 16:44:54 +00:00
|
|
|
|
## Version 0.2.5 (2017-02-15)
|
|
|
|
|
- Small fix for homepage bio, removed confusing un-needed view that caused fix to be necessary
|
|
|
|
|
|
2017-02-15 16:21:06 +00:00
|
|
|
|
## Version 0.2.4 (2017-02-15)
|
2017-02-06 11:19:30 +00:00
|
|
|
|
- Make embedded youtube iframe a dynamic size
|
2017-02-15 16:20:23 +00:00
|
|
|
|
- Add Piwik tracking code
|
|
|
|
|
- Minor profile tweaks
|
2017-02-06 11:19:30 +00:00
|
|
|
|
|
2017-02-05 20:52:34 +00:00
|
|
|
|
## Version 0.2.3 (2017-02-05)
|
2017-02-05 20:51:26 +00:00
|
|
|
|
- Autolink/embed youtube videos and spotify links
|
|
|
|
|
|
2017-02-05 12:19:09 +00:00
|
|
|
|
## Version 0.2.2 (2017-02-05)
|
2017-02-05 12:16:31 +00:00
|
|
|
|
- Fix: allow syndication to work again (issue#42)
|
|
|
|
|
|
2017-02-03 22:53:55 +00:00
|
|
|
|
## Version 0.2.1 (2017-02-03)
|
2017-02-03 22:51:49 +00:00
|
|
|
|
- Add css for emoji labels
|
|
|
|
|
|
2017-02-03 22:09:02 +00:00
|
|
|
|
## Version 0.2 (2017-02-03)
|
2017-01-27 20:41:17 +00:00
|
|
|
|
- Update `syndicate-to` property to `mp-syndicate-to`
|
2017-02-03 22:07:11 +00:00
|
|
|
|
- Add my emoji-a11y dependency
|
|
|
|
|
- Upgrade to Laravel 5.4
|
2017-01-27 20:41:17 +00:00
|
|
|
|
|
2017-01-27 19:52:28 +00:00
|
|
|
|
## Version 0.1.7 (2017-01-27)
|
|
|
|
|
- Add a rel=me link to my own domain in my h-card.
|
|
|
|
|
|
2017-01-27 18:28:13 +00:00
|
|
|
|
## Version 0.1.6 (2017-01-27)
|
|
|
|
|
- Update the webmention parser to a version with a verified fix
|
|
|
|
|
|
2017-01-27 17:02:16 +00:00
|
|
|
|
## Version 0.1.5 (2017-01-27)
|
|
|
|
|
- Update the webmention parser version to fix a bug with displaying webmentions
|
|
|
|
|
|
2017-01-27 16:32:43 +00:00
|
|
|
|
## Version 0.1.4 (2017-01-27)
|
2017-01-26 19:54:03 +00:00
|
|
|
|
- Fix: refactor code slightly to allow multiple maps to be added to a page
|
|
|
|
|
|
2017-01-26 17:22:34 +00:00
|
|
|
|
## Version 0.1.3 (2017-01-26)
|
2017-01-26 17:20:01 +00:00
|
|
|
|
- cleanup frontend assets, update compressed versions
|
|
|
|
|
|
2017-01-26 15:59:38 +00:00
|
|
|
|
## Version 0.1.2 (2017-01-26)
|
2016-12-16 11:56:10 +00:00
|
|
|
|
- Improve syndication flow when working out which targets to use
|
2017-01-26 15:34:27 +00:00
|
|
|
|
- Use webpack/babel/es6 (this was a big one, code wise, functionality now basically the same though)
|
2016-12-16 11:56:10 +00:00
|
|
|
|
|
2016-12-10 12:23:59 +00:00
|
|
|
|
## Version 0.1.1 (2016-12-10)
|
|
|
|
|
- Fix: use correct link for footer iwc icon
|
|
|
|
|
|
2016-12-10 12:09:06 +00:00
|
|
|
|
## Version 0.1 (2016-12-10)
|
2016-12-08 20:38:24 +00:00
|
|
|
|
- Much better testing of micropub endpoints locally and on TravisCI
|
2016-12-09 20:56:52 +00:00
|
|
|
|
- Updating README
|
2016-12-10 02:03:36 +00:00
|
|
|
|
- Add IWC logo to footer
|
2016-12-08 20:38:24 +00:00
|
|
|
|
|
2016-12-08 15:39:46 +00:00
|
|
|
|
## Version 0.0.18 (2016-12-08)
|
2016-12-01 12:15:37 +00:00
|
|
|
|
- Some minor style tweaks
|
2016-12-01 12:23:12 +00:00
|
|
|
|
- Fix some validation issues
|
2016-12-05 11:07:22 +00:00
|
|
|
|
- Switch to Makefile for front-end build tasks
|
2016-12-07 17:00:06 +00:00
|
|
|
|
- Switch to Postgres based search
|
2016-12-08 13:15:01 +00:00
|
|
|
|
- Update travis to use aforementioned search and php 7.1
|
2016-12-08 14:29:07 +00:00
|
|
|
|
- Move syndication targets into a config file (issue#27)
|
2016-12-01 12:15:37 +00:00
|
|
|
|
|
2016-11-29 21:10:22 +00:00
|
|
|
|
## Version 0.0.17 (2016-11-25)
|
2016-11-25 19:51:42 +00:00
|
|
|
|
- Add a basic search feature using Laravel Scout and Algolia (issue#38)
|
2016-11-29 18:04:57 +00:00
|
|
|
|
- Get CI testing working with algolia
|
2016-11-29 20:53:05 +00:00
|
|
|
|
- Slightly better layout of replies
|
2016-11-25 19:51:42 +00:00
|
|
|
|
|
2016-11-25 16:24:32 +00:00
|
|
|
|
## Version 0.0.16.3 (2016-11-25)
|
|
|
|
|
- StyleCI fix
|
|
|
|
|
|
2016-11-25 16:20:57 +00:00
|
|
|
|
## Version 0.0.16.2 (2016-11-25)
|
2016-11-25 15:53:14 +00:00
|
|
|
|
- improved contact h-cards
|
|
|
|
|
- Better look in /contacts
|
|
|
|
|
- h-cards now have person-tags (issue#36)
|
2016-11-25 15:59:04 +00:00
|
|
|
|
- maps now have zoom controls (issue#37)
|
2016-11-25 15:53:14 +00:00
|
|
|
|
|
2016-11-22 20:24:51 +00:00
|
|
|
|
## Version 0.0.16.1 (2016-11-22)
|
2016-11-22 17:02:12 +00:00
|
|
|
|
- Break words
|
2016-11-22 20:24:12 +00:00
|
|
|
|
- Added a footer to all pages
|
|
|
|
|
- Added a colophon page
|
2016-11-22 17:02:12 +00:00
|
|
|
|
|
2016-11-22 16:34:09 +00:00
|
|
|
|
## Version 0.0.16 (2016-11-22)
|
2016-11-22 16:08:02 +00:00
|
|
|
|
- Much simpler website design
|
|
|
|
|
- Update mapbox to use Mapbox GL JS, things can be improved
|
|
|
|
|
- Make the homepage show notes, as well as bio (issue#16)
|
|
|
|
|
|
2016-11-08 21:36:40 +00:00
|
|
|
|
## Verison 0.0.15.13 (2016-11-08)
|
|
|
|
|
- Link to the source of a reply correctly (issue#33)
|
|
|
|
|
|
2016-11-07 19:13:22 +00:00
|
|
|
|
## Version 0.0.15.12 (2016-11-07)
|
|
|
|
|
- Fix micropub client in-reply-to name
|
|
|
|
|
|
|
|
|
|
## Version 0.0.15.11 (2016-11-07)
|
2016-11-07 15:05:47 +00:00
|
|
|
|
- Fix send webmention
|
|
|
|
|
|
2016-11-07 12:38:22 +00:00
|
|
|
|
## Version 0.0.15.10 (2016-11-07)
|
2016-11-07 12:32:46 +00:00
|
|
|
|
- Update typekit’s sri hash
|
|
|
|
|
|
2016-11-07 12:25:19 +00:00
|
|
|
|
## Version 0.0.15.9 (2016-11-07)
|
|
|
|
|
- Hotfix: not using cerated variable of foreach loop
|
|
|
|
|
|
2016-11-07 12:19:37 +00:00
|
|
|
|
## Version 0.0.15.8 (2016-11-07)
|
|
|
|
|
- Hotfix: facebook’s love-of appears as an in-reply-to without a published date
|
|
|
|
|
|
2016-11-07 11:51:18 +00:00
|
|
|
|
## Version 0.0.15.7 (2016-11-07)
|
2016-11-03 23:42:32 +00:00
|
|
|
|
- Add a reply icon in note metadata
|
2016-11-07 11:50:02 +00:00
|
|
|
|
- Allow notes to be deleted
|
2016-11-03 23:42:32 +00:00
|
|
|
|
|
2016-11-03 21:28:40 +00:00
|
|
|
|
## Version 0.0.15.6 (2016-11-03)
|
2016-11-03 19:45:56 +00:00
|
|
|
|
- Remove reply/like/repost links, not needed without indie-action
|
|
|
|
|
- Add facebook syndication link (issue#29)
|
|
|
|
|
|
2016-10-31 18:06:28 +00:00
|
|
|
|
## Version 0.0.15.5 (2016-10-31)
|
2016-10-31 18:04:29 +00:00
|
|
|
|
- Fix: update note view to use longitude in h-card for a place
|
|
|
|
|
|
2016-10-26 23:13:37 +01:00
|
|
|
|
## Version 0.0.15.4 (2016-10-26)
|
|
|
|
|
- Use an array with `syndicate-to` to allow multiple values
|
|
|
|
|
|
2016-10-26 23:05:58 +01:00
|
|
|
|
## Version 0.0.15.3 (2016-10-26)
|
|
|
|
|
- Fix: didn’t import the namespace for the facebook job
|
|
|
|
|
|
2016-10-26 22:36:44 +01:00
|
|
|
|
## Version 0.0.15.2 (2016-10-26)
|
|
|
|
|
- Fix: syntax error introduced in v0.0.15.1
|
|
|
|
|
|
2016-10-26 22:23:33 +01:00
|
|
|
|
## Version 0.0.15.1 (2016-10-26)
|
2016-10-26 22:22:48 +01:00
|
|
|
|
- Add facebook as a syndication target
|
|
|
|
|
|
2016-10-26 22:02:22 +01:00
|
|
|
|
## Version 0.0.15 (2016-10-26)
|
2016-10-26 22:00:26 +01:00
|
|
|
|
- Modify SyndicateToTwitter to use bridgy publish
|
|
|
|
|
- Add a SyndicateToFacebook job which also uses bridgy publish (issue#24)
|
|
|
|
|
- Modify views to facilitate bridgy publish (issue#26)
|
|
|
|
|
|
2016-10-26 15:43:10 +01:00
|
|
|
|
## Version 0.0.14.13 (2016-10-26)
|
2016-10-26 15:34:56 +01:00
|
|
|
|
- Fix: correct the syntax of Link headers (issue#25)
|
|
|
|
|
|
2016-10-24 23:47:07 +01:00
|
|
|
|
## Version 0.0.14.12 (2016-10-24)
|
2016-10-24 23:43:53 +01:00
|
|
|
|
- Attempt to fix some HTML validation issues
|
|
|
|
|
|
2016-10-24 23:47:07 +01:00
|
|
|
|
## Version 0.0.14.11 (2016-10-24)
|
2016-10-24 14:21:00 +01:00
|
|
|
|
- Having used `yarn` for npm packages, we now also use it for bower packages
|
|
|
|
|
- Update typekit sri hash
|
2016-10-24 18:04:59 +01:00
|
|
|
|
- Hide co-ordinates, in data tags, we want them to be read by machines, but not humans
|
2016-10-24 22:36:41 +01:00
|
|
|
|
- Use `h-card` for “places”, and`h-adr` for reverse lookup location name
|
2016-10-24 14:21:00 +01:00
|
|
|
|
|
2016-10-21 17:03:28 +01:00
|
|
|
|
## Version 0.0.14.10 (2016-10-21)
|
2016-10-21 17:02:47 +01:00
|
|
|
|
- Fix: Trying to get brid.gy markup compatibility
|
|
|
|
|
|
2016-10-21 16:28:48 +01:00
|
|
|
|
## Version 0.0.14.9 (2016-10-21)
|
2016-10-21 15:55:22 +01:00
|
|
|
|
- Include co-ordinates with notes and markup with appropriate microformats
|
|
|
|
|
- Add correct microformats for photos
|
|
|
|
|
|
2016-10-20 18:56:02 +01:00
|
|
|
|
## Version 0.0.14.8 (2016-10-20)
|
|
|
|
|
- Use the correct namespace
|
|
|
|
|
|
2016-10-20 18:46:27 +01:00
|
|
|
|
## Version 0.0.14.7 (2016-10-20)
|
|
|
|
|
- Add needed namespace (issue#23)
|
|
|
|
|
|
2016-10-20 18:21:48 +01:00
|
|
|
|
## Version 0.0.14.6 (2016-10-20)
|
|
|
|
|
- issue#23 again, also pinning against a tagged webmentions-parser release
|
|
|
|
|
|
2016-10-20 15:57:56 +01:00
|
|
|
|
## Version 0.0.14.5 (2016-10-20)
|
2016-10-20 15:57:11 +01:00
|
|
|
|
- Fix an issue in the save profile image job (issue#23)
|
|
|
|
|
|
2016-10-19 22:53:12 +01:00
|
|
|
|
## Version 0.0.14.4 (2016-10-19)
|
|
|
|
|
- Fix a bad explode() call in the syndicate job
|
|
|
|
|
|
2016-10-19 22:36:25 +01:00
|
|
|
|
## Version 0.0.14.3 (2016-10-19)
|
2016-10-17 20:56:00 +01:00
|
|
|
|
- Allow co-ordinates to be used for note location, reverse geocode place name will be used (w/o map)
|
2016-10-19 22:35:13 +01:00
|
|
|
|
- Switch from npm to yarn
|
2016-10-17 20:56:00 +01:00
|
|
|
|
|
2016-10-17 13:26:51 +01:00
|
|
|
|
## Version 0.0.14.2 (2016-10-17)
|
|
|
|
|
- Update .lock, particularly trying to get medialibrary working
|
|
|
|
|
|
2016-10-10 16:45:52 +01:00
|
|
|
|
## Version 0.0.14.1 (2016-10-10)
|
2016-10-10 16:44:41 +01:00
|
|
|
|
- Allow files uploaded to the client to be sent to the endoint without needing to use `media-tmp`
|
|
|
|
|
|
2016-10-07 15:34:16 +01:00
|
|
|
|
## Version 0.0.14 (2016-10-07)
|
2016-10-07 15:29:43 +01:00
|
|
|
|
- Fix image upload for notes
|
|
|
|
|
- Allow co-ordinates to be sent by the client as a geo: URI
|
|
|
|
|
- Allow endpoint to process geo: URIs for location
|
|
|
|
|
|
2016-10-06 01:20:52 +01:00
|
|
|
|
## Version 0.0.13.9 (2016-10-06)
|
|
|
|
|
- Hotfix, add missing semi-colon
|
|
|
|
|
|
2016-10-06 01:07:41 +01:00
|
|
|
|
## Version 0.0.13.8 (2016-10-06)
|
2016-10-06 01:06:41 +01:00
|
|
|
|
- Create a Place model instance in SyndicateToTwitter job to force laravel to access postgis methods
|
|
|
|
|
|
2016-10-05 17:48:24 +01:00
|
|
|
|
## Version 0.0.13.7 (2016-10-05)
|
|
|
|
|
- Use the correct `laravel-postgis` method call during syndication
|
|
|
|
|
|
2016-10-05 17:34:26 +01:00
|
|
|
|
## Version 0.0.13.6 (2016-10-05)
|
2016-10-05 17:29:56 +01:00
|
|
|
|
- Syndicate lat/lng values (issue#22)
|
|
|
|
|
|
2016-10-05 16:17:03 +01:00
|
|
|
|
## Version 0.0.13.5 (2016-10-05)
|
|
|
|
|
- Places can now be added to a new note created via micropub
|
|
|
|
|
|
2016-10-03 16:50:24 +01:00
|
|
|
|
## Version 0.0.13.4 (2016-10-03)
|
|
|
|
|
- Better working code for places in newnote.js (issue#21)
|
|
|
|
|
* In aid of this add ability to run micropub code locally
|
|
|
|
|
|
2016-10-03 15:17:46 +01:00
|
|
|
|
## Version 0.0.13.3 (2016-10-03)
|
2016-10-03 15:16:44 +01:00
|
|
|
|
- Use the actual results of places in `newnote.js` (issue#21)
|
|
|
|
|
|
2016-10-03 14:53:30 +01:00
|
|
|
|
## Version 0.0.13.2 (2016-10-03)
|
|
|
|
|
- Fix issues with fetch API and places when using micropub client
|
|
|
|
|
|
2016-10-01 14:27:05 +01:00
|
|
|
|
## Version 0.0.13.1 (2016-10-01)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Add support for accuracy/uncertainty in geo URIs (issue#20,issue#9)
|
2016-10-01 14:26:07 +01:00
|
|
|
|
- Add some places tests
|
2016-09-29 11:28:31 +01:00
|
|
|
|
|
2016-09-26 22:18:57 +01:00
|
|
|
|
## Version 0.0.13 (2016-09-26)
|
2016-09-26 12:42:26 +01:00
|
|
|
|
- Better places support, particularly with micropub (issue#9)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Uglify javascript for better performance (issue#19)
|
|
|
|
|
- Auto-link Spotify links (issue#18)
|
2016-09-26 12:42:26 +01:00
|
|
|
|
|
2016-09-21 20:22:18 +01:00
|
|
|
|
## Version 0.0.12 (2016-09-21)
|
2016-09-21 20:14:41 +01:00
|
|
|
|
- Better indication of number of replies to a note (issue#17)
|
2016-09-21 20:20:59 +01:00
|
|
|
|
- Use generic twitter status URL so my own profile name isn’t hardcoded (issue#14)
|
2016-09-21 20:14:41 +01:00
|
|
|
|
|
2016-09-21 19:55:58 +01:00
|
|
|
|
## Version 0.0.11.9 (2016-09-21)
|
|
|
|
|
- Fix: Correctly parse microformats data for single note view
|
|
|
|
|
|
2016-09-21 15:16:34 +01:00
|
|
|
|
## Version 0.0.11.8 (2016-09-21)
|
|
|
|
|
- Fix: remove index.html from generated url
|
|
|
|
|
|
2016-09-21 14:20:57 +01:00
|
|
|
|
## Version 0.0.11.7 (2016-09-21)
|
|
|
|
|
- Fix: need to create necessary directories first
|
|
|
|
|
|
2016-09-20 13:32:59 +01:00
|
|
|
|
## Version 0.0.11.6 (2016-09-20)
|
|
|
|
|
- Fix: save webmention HTML to correct location
|
|
|
|
|
|
2016-09-20 13:14:37 +01:00
|
|
|
|
## Version 0.0.11.5 (2016-09-20)
|
|
|
|
|
- Fix job dispatching to more in line with Laravel 5.3 practices
|
|
|
|
|
|
2016-09-19 21:23:34 +01:00
|
|
|
|
## Version 0.0.11.4 (2016-09-19)
|
|
|
|
|
- Better console output for the new webmention commands
|
|
|
|
|
|
2016-09-19 17:28:57 +01:00
|
|
|
|
## Version 0.0.11.3 (2016-09-19)
|
2016-09-19 15:51:43 +01:00
|
|
|
|
- Simplify how we filter/cache reply html
|
2016-09-19 17:27:49 +01:00
|
|
|
|
- Better handling of webmention reply HTML cache
|
2016-09-19 15:51:43 +01:00
|
|
|
|
|
2016-09-19 11:30:33 +01:00
|
|
|
|
## Version 0.0.11.2 (2016-09-19)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Update Typekit’s javascript sri hash
|
2016-09-19 11:30:33 +01:00
|
|
|
|
|
2016-09-17 21:30:54 +01:00
|
|
|
|
## Version 0.0.11.1 (2016-09-17)
|
|
|
|
|
- Fix a syntax issue in the download webmention job
|
|
|
|
|
|
2016-09-17 21:22:42 +01:00
|
|
|
|
## Version 0.0.11 (2016-09-17)
|
2016-09-14 18:34:12 +01:00
|
|
|
|
- update linked GPG key (issue#7)
|
|
|
|
|
- Added `integrity` values to external assets (issue#10)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Move Mapbox links into own sub-view (issue#11)
|
|
|
|
|
- Updated Mapbox version (issue#12)
|
2016-09-17 21:14:10 +01:00
|
|
|
|
- Massive refactor of webmention code, allowing for re-parse command (issue#8)
|
2016-09-17 21:20:57 +01:00
|
|
|
|
- Add license file (issue#13)
|
2016-09-12 13:42:58 +01:00
|
|
|
|
|
2016-09-10 18:49:18 +01:00
|
|
|
|
## Version 0.0.10 (2016-09-10)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Add an artisan command for Sensiolab’s security check
|
2016-09-10 15:15:28 +01:00
|
|
|
|
- Remove `filp/whoops`, just use Laravel’s error reporting
|
|
|
|
|
- Better TokenMismatchException handling (issue#5)
|
2016-09-09 13:11:12 +01:00
|
|
|
|
|
2016-09-08 12:51:47 +01:00
|
|
|
|
## Version 0.0.9.2 (2016-09-08)
|
2016-09-08 12:50:11 +01:00
|
|
|
|
- Remove Piwik
|
|
|
|
|
- Updated some bower dependencies
|
2016-09-08 11:21:18 +01:00
|
|
|
|
- Tidy some `.git*` files
|
|
|
|
|
|
2016-09-07 16:28:31 +01:00
|
|
|
|
## Version 0.0.9.1 (2016-09-07)
|
|
|
|
|
- Fix an issue with syndicating notes.
|
|
|
|
|
|
2016-09-06 17:43:37 +01:00
|
|
|
|
## Version 0.0.9 (2016-09-06)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Adding `jsonb` column to store webmentions’ microformats.
|
2016-07-29 14:22:49 +01:00
|
|
|
|
* As of L5.2 this needs a custom command to drop NOT NULL from content, L5.3 should allow a fix for this
|
2016-09-05 23:39:54 +01:00
|
|
|
|
- Refactor receiving webmention code
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Refactor sending webmention code to pass `webmention.rocks`
|
2016-09-06 17:43:37 +01:00
|
|
|
|
- Update to use Laravel 5.3
|
2016-07-29 14:22:49 +01:00
|
|
|
|
|
2016-07-18 16:52:28 +01:00
|
|
|
|
## Version 0.0.8.5 (2016-07-18)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Set the size of the `textarea` in a form better
|
2016-07-18 16:52:28 +01:00
|
|
|
|
- Update to latest Guzzle to fix CVE-2016-5385
|
2016-07-18 13:27:32 +01:00
|
|
|
|
|
2016-07-18 10:32:35 +01:00
|
|
|
|
## Version 0.0.8.4 (2016-07-18)
|
|
|
|
|
- Make the revised non-elixir asset links absolute
|
|
|
|
|
|
2016-07-18 10:11:14 +01:00
|
|
|
|
## Version 0.0.8.3 (2016-07-18)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Dump `laravel-elixir`, use gulp natively. Also this means using nginx and etags for cache-busting
|
2016-07-18 10:11:14 +01:00
|
|
|
|
|
2016-07-15 12:09:51 +01:00
|
|
|
|
## Version 0.0.8.2 (2016-07-15)
|
2016-07-13 17:32:10 +01:00
|
|
|
|
- Improve syndication parsing to allow better name display on new note form
|
|
|
|
|
|
2016-07-13 16:39:08 +01:00
|
|
|
|
## Version 0.0.8.1 (2016-07-13)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Fix an issue in the syndication target parsing method
|
2016-07-13 16:39:08 +01:00
|
|
|
|
|
2016-07-13 16:32:25 +01:00
|
|
|
|
## Version 0.0.8 (2016-07-13)
|
2016-07-11 17:09:14 +01:00
|
|
|
|
- Allow new notes to be made by a JSON request from a micropub client
|
2016-07-12 17:28:49 +01:00
|
|
|
|
- Add DependencyCI support
|
2016-07-11 17:09:14 +01:00
|
|
|
|
|
2016-07-04 16:29:13 +01:00
|
|
|
|
## Version 0.0.7.1 (2016-07-04)
|
|
|
|
|
- Minor style fixes
|
|
|
|
|
|
2016-07-04 16:02:06 +01:00
|
|
|
|
## Version 0.0.7 (2016-07-04)
|
2016-06-29 23:53:48 +01:00
|
|
|
|
- Use JSON for syndication endpoint query response
|
2016-07-04 15:37:11 +01:00
|
|
|
|
- Use JSON for all micropub requests
|
|
|
|
|
- Add support for `q=config` query of the micropub endpoint
|
2016-06-29 23:53:48 +01:00
|
|
|
|
|
2016-06-29 15:29:30 +01:00
|
|
|
|
## Version 0.0.6.3 (2016-06-29)
|
2016-06-29 15:28:23 +01:00
|
|
|
|
- Fix an issue with dispatching the syndication job
|
|
|
|
|
|
2016-06-28 22:30:31 +01:00
|
|
|
|
## Version 0.0.6.2 (2016-06-28)
|
2016-06-28 22:25:07 +01:00
|
|
|
|
- Fix an issue with sending webmentions
|
|
|
|
|
|
2016-06-28 21:50:17 +01:00
|
|
|
|
## Version 0.0.6 (2016-06-28)
|
2016-06-27 10:43:47 +01:00
|
|
|
|
- Better use of `laravel-postgis`
|
2016-06-28 18:19:06 +01:00
|
|
|
|
- Change style for inline mini-profile images
|
2016-06-27 10:43:47 +01:00
|
|
|
|
|
2016-06-24 00:00:07 +01:00
|
|
|
|
## Version 0.0.5 (2016-06-23)
|
2016-06-21 15:54:27 +01:00
|
|
|
|
- Automatically send webmentions
|
2016-06-23 23:13:38 +01:00
|
|
|
|
- Change `mp-syndicate-to` to `syndicate-to`
|
2016-06-21 14:46:20 +01:00
|
|
|
|
|
2016-06-21 13:38:30 +01:00
|
|
|
|
## Version 0.0.4 (2016-06-21)
|
2016-06-17 01:16:32 +01:00
|
|
|
|
- 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
|
2016-06-20 23:08:18 +01:00
|
|
|
|
- Add a stylelint lint-staged hook
|
2016-06-17 01:16:32 +01:00
|
|
|
|
|
2016-06-09 15:47:11 +01:00
|
|
|
|
## Version 0.0.3 (2013-06-09)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Better tag normalisation code organisation
|
2016-06-09 00:49:33 +01:00
|
|
|
|
- Remove `jonnybarnes/unicode-tools` dependency and clean up relevant code
|
2016-05-29 13:49:30 +01:00
|
|
|
|
|
2016-05-25 22:48:40 +01:00
|
|
|
|
## Version 0.0.2 (2016-05-25)
|
2016-09-29 11:28:31 +01:00
|
|
|
|
- Fix issue#1: tagged notes page needs the tag from the URL normalising.
|
2016-05-25 22:48:40 +01:00
|
|
|
|
|
2016-05-25 15:39:12 +01:00
|
|
|
|
## Version 0.0.1 (2016-05-25)
|
2016-05-25 22:48:40 +01:00
|
|
|
|
- Initial release
|