Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.0.0](v9.5.0...v10.0.0) (2024-12-08)

### Bug Fixes

* dropped data when syncing library ([#658](#658)) ([bbc40cc](bbc40cc)), closes [#657](#657)

### BREAKING CHANGES

* The library synchronization no longer sends individual
messages for every entity of every entity type. Instead, a single batch
message is produced for all entities, except for game asset entities
(cover images, icons, and background images). This single message is a
JSON payload of an array of all batched messages that would have
otherwise been published. This array contains each message as a topic
and a string payload. The payload may be parsed as JSON.
  • Loading branch information
semantic-release-bot committed Dec 8, 2024
1 parent 58ce424 commit b4263fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions apps/PlayniteWebPlugin/src/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@ Packages:
- "feat: ROms are supported as PC platform games"
- "chore: back-end e2e coverage results"
- "fix: game action button layout on mobile"
- Version: 10.0.0
PackageUrl: https://github.com/andrew-codes/playnite-web/releases/download/v10.0.0/PlayniteWeb_ec3439e3-51ee-43cb-9a8a-5d82cf45edac_10_0_0.pext
ReleaseDate: 2024-12-08
RequiredApiVersion: 6.11.0
Changelog:
- "ci: fix pruning of PR packages"
- "fix: dropped data when syncing library (#658)"
2 changes: 1 addition & 1 deletion hass-playnite-web/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Playnite Web App",
"url": "https://github.com/andrew-codes/playnite-web",
"version": "9.5.0",
"version": "10.0.0",
"slug": "playnite-web-app",
"description": "An add-on to provide web interface and API for Playnite.",
"arch": [
Expand Down

0 comments on commit b4263fb

Please sign in to comment.