Skip to content

Commit b7273d3

Browse files
committed
Update version, changelog and bundled files.
1 parent c61ccda commit b7273d3

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

docs/Changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## version 24.4
4+
5+
Maintenance update with some improvements and bug fixes.
6+
7+
### Added: <!-- {docsify-ignore} -->
8+
9+
+ Support for #EXTALB directive in m3u playlists (discussed in [#37](https://github.com/hvianna/audioMotion.js/issues/37#issuecomment-1732597308));
10+
+ Version control to let users know when the app has been updated (the update message should start appearing with the next version).
11+
12+
### Changed & improved: <!-- {docsify-ignore} -->
13+
14+
+ **Media panel auto-hide improvements:** fixed the scrollbar on small windows ([#54](https://github.com/hvianna/audioMotion.js/issues/54)); added a small delay before triggering; avoid changing state when mouse leaves the window;
15+
+ Song metadata is now saved to the stored playqueue and playlists;
16+
+ **Added instructions on how to install the app in the [Getting started](README.md#getting-started) section;**
17+
+ Added links to the docs website and changelog (click the version number) on the Help panel.
18+
19+
### Fixed: <!-- {docsify-ignore} -->
20+
21+
+ File explorer stalling on "Loading..." when folder was not found ([#55](https://github.com/hvianna/audioMotion.js/issues/55));
22+
+ Built-in background images not loading.
23+
24+
325
## version 24.3
426

527
📢 **audioMotion** is now an [online web app](https://audiomotion.app) that can play **music and video** directly from your device! No download necessary.

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.3.0",
3+
"version": "24.4",
44
"private": true,
55
"author": "Henrique Vianna <hvianna@gmail.com> (https://henriquevianna.com)",
66
"license": "AGPL-3.0",

public/audioMotion.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/vendors.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)