Skip to content

v0.2.0

Compare
Choose a tag to compare
@boldandbrad boldandbrad released this 22 May 23:25
· 48 commits to main since this release

BoardGameGeek collection import and multi-collection actions!

Added

  • meeple import - Import BoardGameGeek user collections. (#46)
    • Import as either one large collection or as separate collections based on item status.
    • --one - Import as one collection.
    • --many - Import as separate collections by status.
    • --dry-run - Simulate import operations without persisting.
    • -v/--verbose - Output additional details.

Changed

  • meeple delete - Delete multiple collections at once. (#69)
  • meeple new - Create multiple collections at once. (#70)
  • meeple update - Update multiple specific collections at once. (#66)

Fixed

  • meeple find - Fix error message collection name formatting.
  • meeple rename - Fix help message wording.