Skip to content

Commit

Permalink
Bump version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
complexlogic committed Apr 23, 2023
1 parent 922ff4f commit 81190bb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
v3.3 (2023-04-23)
- New -I mode 'keep' detects the file's existing ID3v2 version, and preserves it
- Less disruptive to files, less prone to data loss as TagLib sometimes discards frames when converting between ID3v2 versions.
- Will be made the default mode in a future release
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cmake_minimum_required(VERSION 3.13)
project(rsgain
VERSION 3.2.1
VERSION 3.3
DESCRIPTION "ReplayGain 2.0 loudness normalizer"
HOMEPAGE_URL "https://github.com/complexlogic/rsgain"
LANGUAGES 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=3.2.1 \
ARG VERSION=3.3 \
ARCH=amd64

RUN apt-get update && \
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Binary packages are available for some platforms on the [Release Page](https://g
### Windows

Download the ZIP file from the link below and extract its contents to a folder of your choice:
- [rsgain v3.2.1 portable ZIP (x64)](https://github.com/complexlogic/rsgain/releases/download/v3.2.1/rsgain-3.2.1-win64.zip)
- [rsgain v3.3 portable ZIP (x64)](https://github.com/complexlogic/rsgain/releases/download/v3.3/rsgain-3.3-win64.zip)

rsgain should be run on Windows 10 or later for full compatibility, but it can run on Windows versions as early as Vista with some caveats. See [Windows Notes](#windows-notes) for more information.

Expand Down Expand Up @@ -66,8 +66,8 @@ pkg install rsgain
An amd64 .deb package is provided on the [release page](https://github.com/complexlogic/rsgain/releases/latest). It is installable on Debian Bullseye and later, Ubuntu 21.04 and later. It can be installed with the following commands:

```bash
wget https://github.com/complexlogic/rsgain/releases/download/v3.2.1/rsgain_3.2.1_amd64.deb
sudo apt install ./rsgain_3.2.1_amd64.deb
wget https://github.com/complexlogic/rsgain/releases/download/v3.3/rsgain_3.3_amd64.deb
sudo apt install ./rsgain_3.3_amd64.deb
```

#### Arch/Manjaro
Expand All @@ -85,7 +85,7 @@ There is also a PKGBUILD script based on the latest release source tarball locat
A package is available on the [release page](https://github.com/complexlogic/rsgain/releases/latest) that is compatible with Fedora 38.

```bash
sudo dnf install https://github.com/complexlogic/rsgain/releases/download/v3.2.1/rsgain-3.2.1-1.x86_64.rpm
sudo dnf install https://github.com/complexlogic/rsgain/releases/download/v3.3/rsgain-3.3-1.x86_64.rpm
```

#### Others
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=3.2.1
pkgver=3.3
pkgrel=1
epoch=
pkgdesc="ReplayGain 2.0 loudness normalizer"
Expand Down

0 comments on commit 81190bb

Please sign in to comment.