Releases: benjifs/sparkles
Releases · benjifs/sparkles
v0.6.1
v0.5.0
v0.4.0
v0.3.0
v0.2.0
- Add Books option using openlibrary.org for search
Sampleread-of
:
{
"type": [ "h-entry" ],
"properties": {
"summary": [ "Read: A Study in Scarlet by Arthur Conan Doyle" ],
"featured": [ "https://covers.openlibrary.org/b/id/12519047-M.jpg" ],
"published": [ "2023-01-28" ],
"content": [ "This is a review" ],
"read-of": [{
"type": [ "h-cite" ],
"properties": {
"name": [ "A Study in Scarlet" ],
"author": [ "Arthur Conan Doyle" ],
"photo": [ "https://covers.openlibrary.org/b/id/12519047-M.jpg" ],
"uid": [ "olid:OL16290253W" ],
"url": [ "https://openlibrary.org/works/OL16290253W" ],
"published": [ 1887 ]
}
}],
"progress": [ "finished" ],
"rating": [ "5" ]
}
}
- Update
watch-of
properties
Samplewatch-of
:
{
"type": [ "h-entry" ],
"properties": {
"summary": [ "Watched Star Wars: Episode IV - A New Hope, (1977) - ★★★★★" ],
"featured": [ "https://m.media-amazon.com/images/M/MV5BOTA5NjhiOTAtZWM0ZC00MWNhLThiMzEtZDFkOTk2OTU1ZDJkXkEyXkFqcGdeQXVyMTA4NDI1NTQx._V1_SX300.jpg" ],
"published": [ "2023-01-28" ],
"content": [ "This is a review" ],
"watch-of": [{
"type": [ "h-cite" ],
"properties": {
"name": [ "Star Wars: Episode IV - A New Hope" ],
"photo": [ "https://m.media-amazon.com/images/M/MV5BOTA5NjhiOTAtZWM0ZC00MWNhLThiMzEtZDFkOTk2OTU1ZDJkXkEyXkFqcGdeQXVyMTA4NDI1NTQx._V1_SX300.jpg" ],
"uid": [ "imdb:tt0076759" ],
"url": [ "https://imdb.com/title/tt0076759" ],
"published": [ "1977" ]
}
}],
"rating": [ "5" ],
"rewatch": [ false ]
}
}
- Preview option for Movies and Books added for easier debugging of nonstandard post types
v0.1.7
Update h-entry
for watched posts:
{
"type": [ "h-entry" ],
"properties": {
"summary": [ "Rewatched Shutter Island, (2010) - ★★★★½" ],
"featured": [ "https://m.media-amazon.com/images/M/MV5BYzhiNDkyNzktNTZmYS00…AtM2U0YjU1MzgxZjgzXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_SX300.jpg" ],
"u-watch-of": [
{
"type": [ "h-cite" ],
"properties": {
"name": [ "Shutter Island" ],
"photo": [ "https://m.media-amazon.com/images/M/MV5BYzhiNDkyNzktNTZmYS00…AtM2U0YjU1MzgxZjgzXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_SX300.jpg" ],
"uid": [ "imdb:tt1130884" ],
"url": [ "https://imdb.com/title/tt1130884" ],
"year": [ "2010" ],
"rewatch": [ true ],
"rating": [ "4.5" ]
}
}
]
}
}