Skip to content

v0.2.0

Compare
Choose a tag to compare
@benjifs benjifs released this 28 Jan 05:16
· 105 commits to main since this release
37ba443
  • Add Books option using openlibrary.org for search
    Sample read-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
    Sample watch-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