Skip to content

Commit

Permalink
Version bump; update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvianna committed Sep 29, 2023
1 parent d64e6a6 commit 00fcca6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

## version 4.3.0 (2023-09-29)

### Added: <!-- {docsify-ignore} -->

+ **'dual-horizontal'** option for [`channelLayout`](README.md#channellayout-string);

### Fixed: <!-- {docsify-ignore} -->

+ Fixed opacity for [reflex effect](README.md#reflexratio-number) on *dual-combined* channel layout.

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

+ Improved [`maxFPS`](README.md#maxfps-number) frame rate throttling.


## version 4.2.0 (2023-09-07)

### Added: <!-- {docsify-ignore} -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "audiomotion-analyzer",
"description": "High-resolution real-time graphic audio spectrum analyzer JavaScript module with no dependencies.",
"version": "4.2.0",
"version": "4.3.0",
"main": "./src/audioMotion-analyzer.js",
"module": "./src/audioMotion-analyzer.js",
"types": "./src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/audioMotion-analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* audioMotion-analyzer
* High-resolution real-time graphic audio spectrum analyzer JS module
*
* @version 4.2.0
* @version 4.3.0
* @author Henrique Avila Vianna <hvianna@gmail.com> <https://henriquevianna.com>
* @license AGPL-3.0-or-later
*/

const VERSION = '4.2.0';
const VERSION = '4.3.0';

// internal constants
const PI = Math.PI,
Expand Down

0 comments on commit 00fcca6

Please sign in to comment.