v9.0.0
What's Changed
- Switch to @library-pals/isbn by @katydecorah in #159
- Rebrand under Library Pals by @katydecorah in #160
- Replace removeWrappedQuotes to also remove extra space by @katydecorah in #163
- Remove adding summary to run by @katydecorah in #164
- Rename
printTypetoformat; make value lowercase by @katydecorah in #165 - Rename
isbninput toidentifierby @katydecorah in #166 - Replace "isbn" with "identifier" by @katydecorah in #167
- Add support for Libby by @katydecorah in #162
- Remove HTML and common award phrases from descriptions by @katydecorah in #170
- Add support for Libro.fm by @katydecorah in #169
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.0Output changes
printTypeis now renamed toformat- 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