Skip to content

Releases: benjifs/sparkles

v0.6.1

18 Nov 20:52
3f4db86
Compare
Choose a tag to compare
  • Load post-types from config
  • Use value of post-types to show editor options

v0.5.0

08 Jul 06:40
755b9c3
Compare
Choose a tag to compare
  • Book and Movie editor improvements
  • Addressing some compatibility issues with indiekit

v0.4.0

28 Jun 03:39
7b5a25e
Compare
Choose a tag to compare
Merge pull request #11 from benjifs/fix/issuer

Fix: issuer

v0.3.0

10 Mar 05:11
5b09513
Compare
Choose a tag to compare
  • Movie pagination
  • Style changes for Movie and Book search results

v0.2.0

28 Jan 05:16
37ba443
Compare
Choose a tag to compare
  • 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

v0.1.7

09 Jan 23:13
51be093
Compare
Choose a tag to compare

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" ]
        }
      }
    ]
  }
}

v0.1.6

06 Jan 23:31
7ef67a4
Compare
Choose a tag to compare
  • Fix: handle plain and S256 code challenge method
  • Add post-status
  • Add visibility

v0.1.5

06 Jan 07:24
65ab917
Compare
Choose a tag to compare
  • Remove media-endpoint?q=config. Not part of spec
  • Show more information related to usage for q=source
  • Fix dark mode style for <select>
  • When logging out, redirect to /login to handle reload of state better

v0.1.3

27 Dec 22:26
685ecb3
Compare
Choose a tag to compare

What's Changed

  • add path to client_id
  • return content-type for /micropub requests
  • fix npm engine version

v0.1.2

23 Dec 20:29
1300288
Compare
Choose a tag to compare
  • Fix styles for links
  • Fix issue with redirect on success
  • Add link to source code in /about