We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef4470 commit 9983e17Copy full SHA for 9983e17
CHANGES.md
@@ -1,13 +1,16 @@
1
Changes
2
=======
3
4
-- Added support for Python 3.9
5
- Added support for MP4/iTunes album/artist tags
6
- Updated the package structure so that the scripts are located in the `rgain`
7
module. This means that they can now also be invoked using `python -m
8
rgain3.replaygain` and `python -m rgain3.collectiongain`.
9
- Added file type guessing based on magic numbers signature
10
-- Added support for Python 3.8
+
+rgain3 1.1.0 (2020-11-12)
11
+-------------------------
12
13
+- Added support for Python 3.8 and 3.9
14
- Added this file to the source distribution
15
- Added files necessary for the tests to the source distribution
16
- Fixed some deprecation warnings
0 commit comments