gerdur 2.14.0 → 2.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.15.0 - 2026-08-31
4
+
5
+ ### Changed
6
+
7
+ - **`gerdur-core@^2.19.0`** — tagging gets substantially faster on any network
8
+ where Musixmatch is blocked (most datacentres, many home connections). The
9
+ lyrics fallback now latches off after three consecutive transport failures
10
+ instead of retrying it for every track forever: measured **2880 ms → 653 ms
11
+ per 14-track album, 77% faster**, once the latch trips. Nothing to configure;
12
+ `--fast` still skips the fallback outright from the first track.
13
+ - Also picks up `gerdur-core@2.18.0`'s library write operations
14
+ (`addFavoriteTracks`, `followPlaylist`, `createPlaylist`, …), re-exported for
15
+ programmatic use.
16
+
3
17
  ## 2.14.0 - 2026-08-31
4
18
 
5
19
  ### Added
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gerdur",
3
- "version": "2.14.0",
3
+ "version": "2.15.0",
4
4
  "description": "Command-line music downloader for Deezer (Spotify/Tidal links resolved via ISRC matching) with automatic MP3/FLAC tagging, synced lyrics and a side-effect-free programmatic API.",
5
5
  "keywords": [
6
6
  "deezer",
@@ -63,7 +63,7 @@
63
63
  "adm-zip": "^0.5.16",
64
64
  "chalk": "^4.1.2",
65
65
  "commander": "^9.5.0",
66
- "gerdur-core": "^2.17.0",
66
+ "gerdur-core": "^2.19.0",
67
67
  "dot-prop": "^6.0.1",
68
68
  "got": "^11.8.6",
69
69
  "gradient-string": "^2.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gerdur",
3
- "version": "2.14.0",
3
+ "version": "2.15.0",
4
4
  "description": "Command-line music downloader for Deezer (Spotify/Tidal links resolved via ISRC matching) with automatic MP3/FLAC tagging, synced lyrics and a side-effect-free programmatic API.",
5
5
  "keywords": [
6
6
  "deezer",
@@ -63,7 +63,7 @@
63
63
  "adm-zip": "^0.5.16",
64
64
  "chalk": "^4.1.2",
65
65
  "commander": "^9.5.0",
66
- "gerdur-core": "^2.17.0",
66
+ "gerdur-core": "^2.19.0",
67
67
  "dot-prop": "^6.0.1",
68
68
  "got": "^11.8.6",
69
69
  "gradient-string": "^2.0.2",