wmix: Bump to version 3.3.

This commit is contained in:
Doug Torrance 2017-09-28 23:21:46 -04:00 committed by Carlos R. Mafra
parent 0f7837265e
commit f19c572bd9
3 changed files with 24 additions and 6 deletions

View file

@ -1,3 +1,21 @@
3.3 NEWS:
Remove trailing whitespace.
Fix a buffer overflow (how did this ever work?)
Add native ALSA mixer support
Improve the osd update code
- More logical relationship between volume level and bar length
- No unnecessary drawing
- Volume bar shrinks properly even when volume is lowered very quickly
Draw osd only on the primary monitor if randr extensions are available
Add a command line option for choosing a monitor for osd display
Improve monitor selection code
- Default to monitor 0 instead of failing if a crazy number is given
- Allow monitor to be specified by osdmonitor in the config file
Better handling of configuration defaults for the new settings
Allow sound api to be specified in the config file
Use autotools for build.
Add desktop entry file.
3.2 NEWS:
Added support for volume control keys found on all modern keyboards.
Added plenty of information to the man page on invocation and configuration.

View file

@ -1,8 +1,8 @@
_ _____ ___
__ ___ __ ___ (_)_ __ |___ / /__ \ timecop@japan.co.jp
\ \ /\ / / '_ ` _ \| \ \/ / |_ \ _| | skunk@mit.edu
\ V V /| | | | | | |> < ___) | / _/
\_/\_/ |_| |_| |_|_/_/\_\ |____(_)____|
_
__ ___ __ ___ (_)_ __ timecop@japan.co.jp
\ \ /\ / / '_ ` _ \| \ \/ / skunk@mit.edu
\ V V /| | | | | | |> < current maintainer:
\_/\_/ |_| |_| |_|_/_/\_\ wmaker-dev@lists.windowmaker.org
______________________________________________________________________________
* This is a complete dockapp mixer utilizing the OSS mixer API

View file

@ -1,4 +1,4 @@
AC_INIT([wmix], [3.2], [wmaker-dev@lists.windowmaker.org])
AC_INIT([wmix], [3.3], [wmaker-dev@lists.windowmaker.org])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([wmix.c])