Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@
This project uses [Semantic Versioning](https://semver.org/) and
[Conventional Commits](https://www.conventionalcommits.org/).

## [0.4.0](https://github.com/pdugan20/clickwheel/compare/v0.3.0...v0.4.0) (2026-03-18)


### Features

* add last.fm web auth flow for scrobbling ([0776e2e](https://github.com/pdugan20/clickwheel/commit/0776e2ea6941b363aef9c37e719686870eec3235))

Check failure on line 13 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Unordered list style

CHANGELOG.md:13:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md004.md
* auto-scan library before commands, incremental scan, fix improvements ([bb56ab2](https://github.com/pdugan20/clickwheel/commit/bb56ab20966db12c4f01dd74b5cbb140955006aa))

Check failure on line 14 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Unordered list style

CHANGELOG.md:14:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md004.md
* modernize CLI UX with interactive prompts, spinners, and live displays ([5b12137](https://github.com/pdugan20/clickwheel/commit/5b12137f43e6939072a62bade6e28ddf47a26961))

Check failure on line 15 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Unordered list style

CHANGELOG.md:15:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md004.md


### Bug Fixes

* allow dashes and double blanks in markdownlint for release-please compat ([8575db8](https://github.com/pdugan20/clickwheel/commit/8575db84572f2a9ad51cdb0d166190af4ec5ed10))

Check failure on line 20 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Unordered list style

CHANGELOG.md:20:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md004.md
* lint issues — line length, table alignment, changelog headings ([3e8a9c7](https://github.com/pdugan20/clickwheel/commit/3e8a9c773899b58e193b98a3c73f0418ba8b8389))

Check failure on line 21 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Unordered list style

CHANGELOG.md:21:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md004.md
* resolve table title truncation in tests ([428a44e](https://github.com/pdugan20/clickwheel/commit/428a44e3dcf35980bb7a8f4b61a47e67a0a3e3f3))

Check failure on line 22 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Unordered list style

CHANGELOG.md:22:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md004.md
* standardize table styling across cli output ([52ef6f0](https://github.com/pdugan20/clickwheel/commit/52ef6f0d9940f92483c08d69bea0e28f92f18082))

Check failure on line 23 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Unordered list style

CHANGELOG.md:23:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md004.md


### Documentation

* update architecture, readme, and claude.md for new features ([b33eef0](https://github.com/pdugan20/clickwheel/commit/b33eef044da603ad0f690ad8d98037bf9f075e86))

Check failure on line 28 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Unordered list style

CHANGELOG.md:28:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md004.md
* update tracker with completed end-to-end testing ([054d5eb](https://github.com/pdugan20/clickwheel/commit/054d5eb7d0fb16f7905cf9d789d371a3952a571a))

Check failure on line 29 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Unordered list style

CHANGELOG.md:29:1 MD004/ul-style Unordered list style [Expected: dash; Actual: asterisk] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md004.md

## v0.3.0 (2026-03-15)

### Features
Expand Down
Loading