Skip to content

Commit 07b44fb

Browse files
committed
version bump script to 4.0
modified README.md, bumped version of script to 4.0
1 parent 395772c commit 07b44fb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ were required to allow this.
2121
The source code was also run through a formatter to correct the
2222
heavy mix of tabs and spaces. I have no idea how it even ran with
2323
such inconsistent indentation."
24+
25+
In version 4.0 the following was fixed: the involuntary volume raise issue,
26+
volume detection and implementation of --color=never for grep.
27+
28+
Thanks again to kabili207 :)

bin/pulseaudio-equalizer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PA_CURRENT_PRESET=""
2121
PRESET_DIR1=$HOME/.config/pulse/presets
2222
PRESET_DIR2=/usr/share/pulseaudio-equalizer/presets
2323
SCRIPT_NAME=pulseaudio-equalizer
24-
SCRIPT_VERSION="3.0 (06.12.2016)"
24+
SCRIPT_VERSION="4.0 (29.01.2017)"
2525
CONFIG_NAME=$HOME/.config/pulse/equalizerrc
2626
LOG_NAME=$HOME/pulseaudio-equalizer.log
2727

0 commit comments

Comments
 (0)