Skip to content

Commit 1d545fd

Browse files
authored
Merge pull request #21 from SpringRoll/release/1.2.0
Release/1.2.0
2 parents c8fc655 + 4a2410a commit 1d545fd

File tree

5 files changed

+261
-49
lines changed

5 files changed

+261
-49
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.0] - 2021-01-29
8+
### Added
9+
- loudness check for audio files
10+
11+
## [1.1.0] - 2020-09-10
12+
### Added
13+
- node require support
14+
15+
## [1.0.3] - 2020-09-10
16+
### Changed
17+
- Tiny README Tweaks
18+
19+
## [1.0.2] - 2020-09-10
20+
### Changed
21+
- Picked final package name
22+
- Enabled automatic release publishing
23+
724
## [1.0.1] - 2020-07-28
825
### Fixed
926
- Passing asset scans return with a 0 status code now.

config/srasConfig.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"map"
55
],
66
"ignore": [
7-
"html",
8-
"css",
9-
"ogg"
7+
"html",
8+
"css",
9+
"ogg"
1010
],
1111
"rules": {
1212
"code" : {
@@ -39,7 +39,8 @@
3939
"require": false,
4040
"maxChannels": 1,
4141
"sampleRate": -1,
42-
"duration": -1
42+
"duration": -1,
43+
"maxLoudness": -16
4344
}
4445
}
4546
}

0 commit comments

Comments
 (0)