diff --git a/.github/changelog.md b/.github/changelog.md index 1825c7ab..d424a67d 100644 --- a/.github/changelog.md +++ b/.github/changelog.md @@ -1,10 +1,8 @@ # What's New? -- New alternative (no sidebar) layout -- Added search bar on the top bar -- Automatic preloading of next track, meaning reduced delay between tracks. Impact most noticable on reverse proxy. -- Quick actions in settings page -- Toggle right sidebar using CTRL + B +- New opt-in alternate (no sidebar) layout +- Added search bar to the top bar (all layouts) +- Move browse options to homepage bottom - Move to a stronger WSGI server ([waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/)) - Proper ARM64 and other platforms support - A Proper timezone fix. Thanks to @tcsenpai on #170 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab61b78f..60f58638 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,11 +134,11 @@ jobs: steps: - name: Checkout into repo uses: actions/checkout@v3 - - name: Download linux binary - uses: actions/download-artifact@v3 - with: - name: linux - path: dist + # - name: Download linux binary + # uses: actions/download-artifact@v3 + # with: + # name: linux + # path: dist - name: Set up QEMU uses: docker/setup-qemu-action@v1