mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
update changelog.md
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
# What's New?
|
# What's New?
|
||||||
|
|
||||||
- New alternative (no sidebar) layout
|
- New opt-in alternate (no sidebar) layout
|
||||||
- Added search bar on the top bar
|
- Added search bar to the top bar (all layouts)
|
||||||
- Automatic preloading of next track, meaning reduced delay between tracks. Impact most noticable on reverse proxy.
|
- Move browse options to homepage bottom
|
||||||
- Quick actions in settings page
|
|
||||||
- Toggle right sidebar using CTRL + B
|
|
||||||
- Move to a stronger WSGI server ([waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/))
|
- Move to a stronger WSGI server ([waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/))
|
||||||
- Proper ARM64 and other platforms support
|
- Proper ARM64 and other platforms support
|
||||||
- A Proper timezone fix. Thanks to @tcsenpai on #170
|
- A Proper timezone fix. Thanks to @tcsenpai on #170
|
||||||
|
|||||||
@@ -134,11 +134,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout into repo
|
- name: Checkout into repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Download linux binary
|
# - name: Download linux binary
|
||||||
uses: actions/download-artifact@v3
|
# uses: actions/download-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: linux
|
# name: linux
|
||||||
path: dist
|
# path: dist
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user