forked from skpy/micropub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
24 lines (19 loc) · 764 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# CHANGELOG
* Thu May 24 2018 Scott Merrill <[email protected]> - 1.1.0
- support more indieweb post types than just reposts and replies
- better timezone handling
- support configurable token endpoints
- reposts and replies can interact with their source URLs
- perform post type discovery
- use "tweet_mode=extended" to get full tweet text
- add Twitter silo support
- handle media uploads more fully
* Fri Apr 20 2018 Scott Merrill <[email protected]> - 1.0.0
- 1.0 release
- support most of the Micropub spec
- tested against micropub.rocks
- use "name" property as article titles
* Fri Apr 13 2018 Scott Merrill <[email protected]> - 0.9
- handle all content and media actions
* Tue Mar 27 2018 Scott Merrill <[email protected]> - 0.0.1
- initial commit