Skip to content

Releases: pkarpovich/playlist-synchronizer

Version 1.5.0

Choose a tag to compare

@pkarpovich pkarpovich released this 21 Jun 13:32
607ac11

New Features

  • rewrite /health into a passive sync-health facts endpoint #69
  • add per-run sync notifications via tg-relay (md status card) #70

Version 1.4.0

Choose a tag to compare

@pkarpovich pkarpovich released this 15 Jun 22:56
21fa3cf

New Features

  • restore Yandex source via the official api.music.yandex.net over a SOCKS proxy (public playlists, no token) #67

Improvements

  • upgrade major dependencies and Node 24.16: express 5, awilix 13, croner 10, dotenv 17, prettier 3, TypeScript 6, husky 9, lint-staged 17 #68
  • rewrite GitHub Actions into a single manual (workflow_dispatch) publish workflow; remove changesets #68

Bug Fixes

  • fail-loud Yandex source errors: a failing playlist is skipped instead of being reported as a false success #67

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 00:33
6c65d2c

Minor Changes

  • 126b27d: upgrade Node.js to v22 and pnpm to v10

v1.2.2

Choose a tag to compare

@pkarpovich pkarpovich released this 19 Mar 23:08
aba01b7

Patch Changes

  • 9bf3ad7: Fine-tune spotify search query requests
  • ca15e1c: Update all dependencies

v1.2.1

Choose a tag to compare

@pkarpovich pkarpovich released this 21 Oct 21:37
ad48713

Patch Changes

  • 59536ed: Add tracks by chunk to spotify playlist
  • 8ae5514: Add paging support for spotify service
  • 7b49b36: Update all dependencies
  • 7b49b36: Remove duplicates from target playlist

v1.2.0

Choose a tag to compare

@pkarpovich pkarpovich released this 09 Oct 23:41
97e1c36

Minor Changes

  • 72c32ff: Remove deleted tracks from target playlist
  • 2dc83e2: Add cache layer for Spotify client

Patch Changes

v1.1.13

Choose a tag to compare

@pkarpovich pkarpovich released this 21 Aug 17:00
13ae289

Patch Changes

  • 2689cfc: Move deploy docker image into build action

v1.1.12

Choose a tag to compare

@pkarpovich pkarpovich released this 21 Aug 12:56
574e9b0

Patch Changes

  • 1f34050: Fix update docker image trigger

v1.1.11

Choose a tag to compare

@pkarpovich pkarpovich released this 21 Aug 12:36
d28a820

Patch Changes

  • 37cce37: Fix update docker image trigger

v1.1.10

Choose a tag to compare

@pkarpovich pkarpovich released this 21 Aug 12:15
f953a0d

Patch Changes

  • 251abb8: Add update docker image github action