Skip to content

v9.0.0

Choose a tag to compare

@katydecorah katydecorah released this 26 May 01:22

What's Changed

Breaking changes!

Renamed input and support for audiobooks

The workflow dispatch input isbn is now identifier. Please update this in your workflow files:

on:
  workflow_dispatch:
    inputs:
+    identifier:
-    isbn:

In the identifier input you can continue to submit ISBN or you can submit a Libby share URL or Libro.fm page!

Examples of identifier values, all of these are now valid and will generated metadata:

Renamed action

This action has moved from katydecorah/read-action to library-pals/read-action. You might want to update the reference in your workflow file, but it appears to redirect properly even with new version:

      - name: Add Book
+        uses: library-pals/read-action@v9.0.0
-        uses: katydecorah/read-action@v8.1.0

Output changes

  • printType is now renamed to format - you will now see values like "audiobook" or "ebook" from our new data providers Libro.fm and Libby!

Full Changelog: v8.1.0...v9.0.0