Skip to content

v0.3.1

Choose a tag to compare

@SepineTam SepineTam released this 03 Jun 14:17

NBER CLI v0.3.1 Release Notes

What's New

Unified Local Database

  • db init / db migrate promoted to top-level subcommands, replacing feed init and feed migrate. The local SQLite database is now the single store for the RSS feed cache, behavior logs, and paper metadata cache.
  • Default database renamed from feed.db to nber.db. Existing ~/.nber-cli/feed.db installations keep working without manual steps; the schema is upgraded from v1 to v2 on first use.
  • Schema version recorded in ~/.nber-cli/config.json to support future migrations.

Installation

uv tool install nber-cli==0.3.1
# or
pip install nber-cli==0.3.1
# or
uvx nber-cli

Full Changelog: v0.3.0...v0.3.1
Download: v0.3.1 Release