Skip to content

Commit 67aa92b

Browse files
committed
Update version, bundled files and changelog.
1 parent 57d0ae0 commit 67aa92b

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

docs/Changelog.md

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

3+
## version 24.6
4+
5+
### Added: <!-- {docsify-ignore} -->
6+
7+
+ [**Subtitles support**](users-manual#subtitles) for video and audio files - [suggested](https://github.com/hvianna/audioMotion.js/discussions/50) by **@JesusGod-Pope666-Info**;
8+
+ Track progress and quick search bar with elapsed and remaining times, below the [player controls](users-manual.md#player-controls);
9+
+ [**Customizable peak settings**](users-manual.md#peaks-behavior): gravity, fade time and hold time;
10+
+ **FADE** switch - toggle peaks fading out instead of falling down (new **Shift-P** keyboard shortcut);
11+
+ Number of audio channels added to the song info - [suggested](https://github.com/hvianna/audioMotion.js/discussions/56) by **@R-W-C**;
12+
+ New [Configuration options](users-manual.md#general-settings) to disable *Background Dim* when playing videos and showing subtitles.
13+
14+
### Changed & improved: <!-- {docsify-ignore} -->
15+
16+
+ Track quality information now always shows the **bitrate** for lossy formats and the **bit depth** for lossless tracks;
17+
+ New layout for the Config Panel;
18+
+ Better app icon for macOS (you may need to [uninstall and reinstall](README.md#installing-and-uninstalling) the app to update the icon).
19+
20+
### Fixed: <!-- {docsify-ignore} -->
21+
22+
+ Media panel auto-hide being triggered when entering fullscreen;
23+
+ Peak amplitudes reset by Randomize changes;
24+
+ Keyboard shortcuts triggered when Windows / Command key was pressed (system shortcuts);
25+
+ Saved playqueue not being updated after loading an internal playlist.
26+
27+
328
## version 24.4
429

530
Maintenance update with some improvements and bug fixes.

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.4",
3+
"version": "24.6",
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.

public/vendors.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* audioMotion-analyzer
3333
* High-resolution real-time graphic audio spectrum analyzer JS module
3434
*
35-
* @version 4.4.0
35+
* @version 4.5.0
3636
* @author Henrique Avila Vianna <hvianna@gmail.com> <https://henriquevianna.com>
3737
* @license AGPL-3.0-or-later
3838
*/

0 commit comments

Comments
 (0)