All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Scrobbling (
track.scrobble,track.updateNowPlaying) - Optional client-side rate limiting
0.1.0 - 2026-07-22
Initial release.
Added
Lastex.Client— HTTP client over Req with plain, signed, and authenticated request supportLastex.Error— structured exception carrying Last.fm error codesLastex.Signature—api_siggeneration for authenticated callsLastex.Page— pagination struct for list and search endpoints- Read methods for album, artist, chart, geo, library, tag, track, and user
- Authentication flow:
auth.getToken,auth.getSession,auth.getMobileSession, and authorization URL building - Write methods: tag add/remove for albums, artists, and tracks, plus
track.loveandtrack.unlove