From c982cbd1c4e2bdf9ea8cfc889908bf519ed38d2c Mon Sep 17 00:00:00 2001 From: krateng Date: Thu, 7 Apr 2022 05:35:36 +0200 Subject: [PATCH 1/4] Pinned to doreah version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 219601d..76e802b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "bottle>=0.12.16", "waitress>=1.3", - "doreah>=1.7.2, <2", + "doreah>=1.7.2, <1.8", "nimrodel>=0.7.0", "setproctitle>=1.1.10", #"pyvips>=2.1.16", From 2c73c81434e1a591685a4b1d267a9eb6dbd57174 Mon Sep 17 00:00:00 2001 From: krateng Date: Thu, 7 Apr 2022 17:48:05 +0200 Subject: [PATCH 2/4] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76e802b..effd0d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "malojaserver" -version = "2.14.8" +version = "2.14.9" description = "Self-hosted music scrobble database" readme = "./README.md" requires-python = ">=3.6" From 700d99c5aea255ea9b2e5177940e99e8a0e4c360 Mon Sep 17 00:00:00 2001 From: krateng Date: Fri, 8 Apr 2022 06:07:15 +0200 Subject: [PATCH 3/4] Updated Readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a113842..984c8dd 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,12 @@ Simple self-hosted music scrobble database to create personal listening statisti You can check [my own Maloja page](https://maloja.krateng.ch) to see what it looks like (it's down fairly often because I use it as staging environment, that doesn't reflect the stability of the Maloja software!). +> If you're a new Maloja user, consider installing [Version 3 Beta](https://github.com/krateng/maloja/tree/v3) right away. This way, you avoid having to upgrade later and you might help catch some bugs. +> +> Simply clone this repository and change branches with `git checkout v3`, then follow the [Readme](https://github.com/krateng/maloja/blob/v3/README.md) of that branch to install from source or run the included Containerfile. +> +> Thank you for your help testing the new release! -> **IMPORTANT**: With the update 2.7, the backend has been reworked to use a password. With a normal installation, you are asked to provide a password on setup. If you use docker or skip the setup for other reasons, you need to provide the environment variable `MALOJA_FORCE_PASSWORD` on first startup. - -> **IMPORTANT**: With the update 2.9, the API endpoints have changed. All old endpoints should be redirected properly, but I recommend updating your clients to use the new ones. ## Table of Contents * [Features](#features) From 42cde8b647913dc622ef34dd95799f9f6be33532 Mon Sep 17 00:00:00 2001 From: krateng Date: Fri, 8 Apr 2022 17:50:33 +0200 Subject: [PATCH 4/4] Updated gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a74e6d1..e0bc5d9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /*.yml /pylintrc .venv/* +/testdata* # build /dist