Skip to content

Commit

Permalink
Bumped version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
complexlogic committed May 18, 2022
1 parent 9ca113d commit a1155f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
v2.0.1 (2022-5-18)
- Set max thread sleep period to prevent hanging in multithreaded mode

v2.0 (2022-5-10)
- Changed project name to rsgain
- Added "Easy Mode" with recursive directory scanning. Old command line syntax now known as "Custom Mode"
- Added multithreaded scanning
- Added override feature for Easy Mode
- Changed project name to rsgain
- Added "Easy Mode" with recursive directory scanning. Old command line syntax now known as "Custom Mode"
- Added multithreaded scanning
- Added override feature for Easy Mode

v1.0.1 (2022-4-15)
- Refactored scan.py script, renamed to loudgain-scanner.py
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cmake_minimum_required(VERSION 3.13)
project(
rsgain
VERSION 2.0
VERSION 2.0.1
DESCRIPTION "ReplayGain 2.0 loudness normalizer"
HOMEPAGE_URL "https://github.com/complexlogic/rsgain"
LANGUAGES C CXX
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian

ARG VERSION=2.0 \
ARG VERSION=2.0.1 \
ARCH=amd64

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion config/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=rsgain
pkgver=2.0
pkgver=2.0.1
pkgrel=1
epoch=
pkgdesc="ReplayGain 2.0 loudness normalizer"
Expand Down

0 comments on commit a1155f6

Please sign in to comment.