From 00a564c54d63c798b2ec3d181a5a3e1b80c5aee5 Mon Sep 17 00:00:00 2001 From: krateng Date: Sun, 26 Feb 2023 16:46:36 +0100 Subject: [PATCH] Hardcoded screenshot url in readme --- README.md | 2 +- dev/releases/3.1.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d54108..ddd59fe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Simple self-hosted music scrobble database to create personal listening statistics. No recommendations, no social network, no nonsense. -![screenshot](screenshot.png?raw=true) +![screenshot](https://raw.githubusercontent.com/krateng/maloja/master/screenshot.png) You can check [my own Maloja page](https://maloja.krateng.ch) as an example instance. diff --git a/dev/releases/3.1.yml b/dev/releases/3.1.yml index 5dc9af8..a417691 100644 --- a/dev/releases/3.1.yml +++ b/dev/releases/3.1.yml @@ -34,6 +34,7 @@ minor_release_name: "Soyeon" - "[Feature] Added import for Listenbrainz exports" - "[Bugfix] Sanitized artists and tracks with html-like structure" 3.1.5: + commit: "4330b0294bc0a01cdb841e2e3db370108da901db" notes: - "[Feature] Made image upload part of regular API" - "[Bugfix] Additional entity name sanitization"