diff --git a/.gitignore b/.gitignore index 4e26907..7870a7c 100644 --- a/.gitignore +++ b/.gitignore @@ -131,7 +131,7 @@ dist .yarn/install-state.gz .pnp.* -data +data/config.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5370989 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "gitea.instanceURL": "https://git.raphix.fr", + "gitea.owner": "subsonics", + "gitea.repo": "web" +} \ No newline at end of file diff --git a/README.md b/README.md index 79abc9d..54842f4 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,6 @@ > - Envoyer des playlist avec la liste des utilisateurs - -**Edit playlist picture** - -> - Support l'upload -> - Ajouter à la playlist -> - Handle la picture -> - Edit Playlist - **Tooltip (Done)** > - Tooltip sur les bouttons diff --git a/data/config.json b/data/config.json deleted file mode 100644 index e69de29..0000000 diff --git a/package.json b/package.json index eb9d2b3..25e0f52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "subsonics-web", "author": "Raphix", - "version": "0.8.1", + "version": "0.9.0", "nodemonConfig": { "ext": "js, html", "ignore": [