|
4 | 4 |
|
5 | 5 | ### Added: <!-- {docsify-ignore} -->
|
6 | 6 |
|
7 |
| -+ New **Advanced** panel to declutter the **Settings** panel of less-used options; |
8 |
| -+ New **Band Count** setting; |
9 |
| -+ New **Radial Size** setting; |
10 |
| -+ New compact analyzer layout for watching videos - customize in *Configuration > Subtitles & Video*; |
11 |
| -+ Support for 5.1 surround audio output (experimental - currently works only with single-channel layout); |
| 7 | ++ New [**Advanced** panel](advanced.md) to declutter the Settings panel of less-used options; |
| 8 | ++ New [**Band Count**](settings.md#band-cound) setting; |
| 9 | ++ New [**Radial Size**](advanced.md#radial-size) setting; |
| 10 | ++ New compact analyzer layout for watching videos - customize in [*Configuration > Subtitles & Video*](configuration.md#subtitles-amp-video); |
| 11 | ++ Support for 5.1 surround audio output - enable it in [*Configuration > General settings*](configuration.md#general-settings) (experimental - currently works only with single-channel layout); |
12 | 12 | + Import and export Settings - backup and share your presets in [Discussions > Resources > Presets](https://github.com/hvianna/audioMotion.js/discussions/categories/presets);
|
13 | 13 | + Import and export Gradients - backup and share your creations in [Discussions > Resources > Gradients](https://github.com/hvianna/audioMotion.js/discussions/categories/gradients);
|
14 |
| -+ Option to enable/disable letterboxing for video; |
15 |
| -+ Option to invert scroll direction for Volume control - suggested by **@JesusGod-Pope666-Info**; |
| 14 | ++ Option to enable/disable letterboxing for video, in [*Configuration > Subtitles & Video*](configuration.md#subtitles-amp-video); |
| 15 | ++ Option to invert scroll direction for Volume control, in [*Configuration > General settings*](configuration.md#general-settings) - suggested by **@JesusGod-Pope666-Info**; |
16 | 16 | + Debug mode with extra messages/events logged to Console;
|
17 | 17 | + Button to copy messages to clipboard on Console;
|
18 |
| -+ More intermediate values for *Background Image Dim*, *Bar Spacing*, *FFT Smoothing*, *Fill Opacity*, *Radial Spin* and *Reflex*. |
| 18 | ++ More intermediate values for [*Background Dim*](settings.md#background-dim), [*Bar Spacing*](advanced.md#bar-spacing), [*FFT Smoothing*](advanced.md#fft-smoothing), [*Fill Opacity*](advanced.md#fill-opacity), [*Radial Spin*](advanced.md#radial-spin) and [*Reflex*](settings.md#reflex). |
19 | 19 |
|
20 | 20 | ### Changed & improved: <!-- {docsify-ignore} -->
|
21 | 21 |
|
|
27 | 27 | + Files that fail loading/playing are now flagged in red color in the play queue;
|
28 | 28 | + Increased the default maximum number of background image files from 20 to 100;
|
29 | 29 | + Gradients and saved playlists are now listed in alphabetical order in their selection boxes;
|
30 |
| -+ New default settings: [Background:](settings.md#background) **album cover**; [Bar Spacing:](advanced.md#bar-spacing) **20%**; [Background Dim:](settings.md#background-dim) **0.3**; [Level Scale:](advanced.md#level-scale) **Linear**; [Line Width:](advanced.md#level-scale) **1**; [Radial Size:](advanced.md#radial-size) **0.5**; [Weighting Filter:]((advanced.md#weighting-filter) **D**. |
| 30 | ++ New defaults: [Background:](settings.md#background) **album cover**; [Bar Spacing:](advanced.md#bar-spacing) **20%**; [Background Dim:](settings.md#background-dim) **0.3**; [Level Scale:](advanced.md#level-scale) **Linear**; [Line Width:](advanced.md#level-scale) **1**; [Radial Size:](advanced.md#radial-size) **0.5**; [Weighting Filter:]((advanced.md#weighting-filter) **D**; |
| 31 | ++ Server configuration file (`config.json`) converted to YAML format (`config.yaml`) - see [Self-hosting > config.yaml file](server.md#configyaml-file) (props to [**@Borewit**](https://github.com/hvianna/audioMotion.js/pull/94)). |
31 | 32 |
|
32 | 33 | ### Fixed: <!-- {docsify-ignore} -->
|
33 | 34 |
|
|
39 | 40 | ### Removed: <!-- {docsify-ignore} -->
|
40 | 41 |
|
41 | 42 | + Balance control;
|
42 |
| -+ `config.json` configuration file converted to YAML - see [Self-hosting > config.yaml file](server.md#configyaml-file) (props to [**@Borewit**](https://github.com/hvianna/audioMotion.js/pull/94)). |
43 | 43 | + `mediaPanel` URL parameter has been deprecated - use [`frontPanel`](server.md#url-parameters) instead;
|
44 | 44 | + Custom file server module (just use `npm start`);
|
45 | 45 | + Code from the unfinished Electron version;
|
|
0 commit comments