Skip to content

Commit 365cf18

Browse files
authored
Merge pull request #23 from Sv443-Network/changeset-release/main
2 parents b15693a + e976dc2 commit 365cf18

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/curvy-jokes-laugh.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @sv443-network/userutils
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- b53a946: Added compression to `amplifyMedia()` to prevent audio clipping and distortion and modified return type accordingly:
8+
- Renamed: `amplify()` to `setGain()` and `getAmpLevel()` to `getGain()`
9+
- Added properties: `enable()`, `disable()`, `setLimiterOptions()` and `limiterNode`
10+
- Other changes: Amplification is no longer enabled automatically, `enable()` must now be called manually after initializing
11+
312
## 1.2.0
413

514
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sv443-network/userutils",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, manage persistent user configurations, modify the DOM more easily and more",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)