diff --git a/.github/changelog.md b/.github/changelog.md index 95166de..9d47bee 100644 --- a/.github/changelog.md +++ b/.github/changelog.md @@ -1,4 +1,4 @@ -![The new homepage](./images/homepage.webp) + *
The new homepage
* ## @@ -16,7 +16,6 @@ This release features a lot of enhancements and bug fixes, together with some re - This version will start tracking your listening activity. Basically what you listen to and how long. ## BUG FIXES & IMPROVEMENTS - - Artist discography page redesign to make it more intuitive - Incorrect last updated time on playlist page - Removed scrolling on horizontal card lists @@ -29,6 +28,3 @@ This release features a lot of enhancements and bug fixes, together with some re - Default to no sidebar (I think it looks better that way!). You can Enjoy! - -![The browse albums page](./images/albumlist.webp) -*
The browse albums page
* \ No newline at end of file diff --git a/.github/images/albumlist.webp b/.github/images/albumlist.webp deleted file mode 100644 index 50c7534..0000000 Binary files a/.github/images/albumlist.webp and /dev/null differ diff --git a/.github/images/artist.webp b/.github/images/artist.webp new file mode 100644 index 0000000..d31ab49 Binary files /dev/null and b/.github/images/artist.webp differ diff --git a/.github/images/homepage.webp b/.github/images/homepage.webp deleted file mode 100644 index 71c14e6..0000000 Binary files a/.github/images/homepage.webp and /dev/null differ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6985116..2be571d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ name: New Release -run-name: Release ${{ github.event.inputs.tag }} +run-name: Release v${{ github.event.inputs.tag }} on: workflow_dispatch: inputs: