Skip to content

v1.5.0

Latest

Choose a tag to compare

@rombat rombat released this 30 Aug 07:04
· 3 commits to master since this release

1.5.0 (2025-08-30)

Lean release

This release doesn't bring new features (except the --show-not-found flag).
But the project has been completely refactored to reduce memory consumption and increase speed, from 2 to 5 times faster in my tests.
Lots of dependencies have been removed too, to rely more on node native modules, more unit tests added, and it has been converted to ESM to use a more modern JS and make it more future-proof.

Bug Fixes

Features

  • --show-not-found option added (048c60d)
  • complete refactoring to ESM (2efa636)
  • refactor albums and artists with aggregate queries (94765a1)
  • refactored csvtojson to reduce memory usage (f74fb4a)
  • removed sequelize/sqlite3 in favor of native node:sqlite (793d090)
  • tests added on PR (669521c)