Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix URL escaping issue | alyx | 2024-04-17 | 1 | -1/+2 |
| | |||||
* | Fixed backend API, again. | alyx | 2024-04-09 | 1 | -0/+3 |
| | | | | Turns out track.getInfo just doesn't feel like serving image data anymore, even though the example response shows it. I love last.fm so much. | ||||
* | Various fixesrelease-0.2.0 | alyx | 2024-04-08 | 1 | -1/+1 |
| | |||||
* | Lua dev mode functional | alyx | 2024-04-06 | 2 | -0/+8 |
| | |||||
* | clippy | alyx | 2024-04-03 | 1 | -0/+1 |
| | |||||
* | whitelist -> allowlist | alyx | 2024-04-03 | 1 | -18/+18 |
| | |||||
* | Add SPDX info to all files | alyx | 2024-04-02 | 2 | -0/+2 |
| | |||||
* | Move caching to src/cache/; Finalize API parsing fixes | alyx | 2024-04-01 | 2 | -0/+159 |
Font and user cache code has been moved to special files, independant from src/config.rs API parsing changes have been properly tested, and last.fm API JSON is now trace-logged for debugging convenience. |