Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere authored and github-actions[bot] committed May 22, 2024
1 parent 1519d50 commit 38ce487
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to `php-ebook` will be documented in this file.

## v2.4.9 - 2024-05-22

New feature with volume numbers as floats.

- `Ebook::class`: now `getVolume()` returns `int|float|null` instead of `int|null`
- `ComicMeta::class`: new property `number` (`int|float|null`), `volume` and `storyArcNumber` are now `int|float|null` instead of `int|null`

## v2.4.8 - 2024-05-15

For audiobooks, specifications are now based on [audiobookshelf](https://www.audiobookshelf.org/docs#book-audio-metadata) specifications.
Expand All @@ -24,6 +31,7 @@ For audiobooks, specifications are now based on [audiobookshelf](https://www.aud
| Overdrive MediaMarkers | Extra property `chapters` |

- * Authors naming as well as multiple authors separated by `,`, `;`, `&` or `and`.

- ** Tags can include multiple tags separated by `/`, `//`, or `;`. e.g. "Science Fiction/Fiction/Fantasy"

## v2.3.8 - 2024-03-06
Expand Down

0 comments on commit 38ce487

Please sign in to comment.