You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Changelog.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,34 @@
1
1
# Changelog
2
2
3
-
## version 24.2-beta.1
3
+
## version 24.3-beta.0
4
4
5
5
> Updated source code is in the `dev` branch
6
6
7
+
?> **Try it in the [web app](https://audiomotion.app).**
8
+
9
+
### Added: <!-- {docsify-ignore} -->
10
+
11
+
+ Option to select a local folder as source of background images and videos, in [Config - General settings](users-manual.md#general-settings) (requires [File System Access API support](known-issues.md));
12
+
+ More new options in [Config - General settings](users-manual.md#general-settings):
13
+
+ customize how many individual media files appear as selectable backgrounds;
14
+
+ remember the contents of the play queue between sessions;
15
+
+ enable/disable showing video files in the file explorer;
16
+
+ Enabled some server-side configuration options via `config.json` file - see [Self-hosting audioMotion](server.md).
17
+
18
+
### Changed & improved: <!-- {docsify-ignore} -->
19
+
20
+
+ The play queue (and stored playlists) can now mix files hosted on the server with ones from the local device;
21
+
+ Minor changes to default settings: Scale-Y off and track info displayed at both the start and end of the song;
22
+
+ Increased font sizes in the player main panel and help screen;
+ Save and load playlists in local mode (File System API) - these are stored in the browser's IndexedDB storage;
10
-
+**Prism (legacy)** and **Rainbow (legacy)** gradients - disabled by default, enabled them in the Config panel;
31
+
+**Prism (legacy)** and **Rainbow (legacy)** gradients - disabled by default, enable them in the Config panel;
11
32
+ Basic support for video file extensions (audio playback only) - thanks **@JesusGod-Pope666-Info** for the [suggestion](https://github.com/hvianna/audioMotion.js/discussions/40).
0 commit comments