Skip to content

Commit fb1025c

Browse files
committed
Update version and changelog.
1 parent 5773784 commit fb1025c

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

docs/Changelog.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
# Changelog
22

3-
## version 24.2-beta.1
3+
## version 24.3-beta.0
44

55
> Updated source code is in the `dev` branch
66
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;
23+
+ [Updated documentation](https://audiomotion.app/docs).
24+
25+
26+
## version 24.2-beta.1
27+
728
### Added: <!-- {docsify-ignore} -->
829

930
+ 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;
1132
+ Basic support for video file extensions (audio playback only) - thanks **@JesusGod-Pope666-Info** for the [suggestion](https://github.com/hvianna/audioMotion.js/discussions/40).
1233

1334
### Improved: <!-- {docsify-ignore} -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "audioMotion",
3-
"version": "24.2.0-beta.1",
3+
"version": "24.3.0-beta.0",
44
"private": true,
55
"author": "Henrique Vianna <[email protected]> (https://henriquevianna.com)",
66
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)