Point release 1.10.1

This reverts making autorandr-launcher the default and fixes the most
obvious issues. See #195 for why.
This commit is contained in:
Phillip Berndt 2020-05-04 09:23:05 +02:00
parent c7186f509f
commit c84bf4811f
3 changed files with 5 additions and 2 deletions

View File

@ -214,6 +214,9 @@ profiles matching multiple (or any) monitors.
## Changelog
**autorandr 1.10.1**
* *2020-05-04* Revert making the launcher the default (fixes #195)
**autorandr 1.10**
* *2020-04-23* Fix hook script execution order to match description from readme
* *2020-04-11* Handle negative gamma values (fixes #188)

View File

@ -48,7 +48,7 @@ if sys.version_info.major == 2:
else:
import configparser
__version__ = "1.10"
__version__ = "1.10.1"
try:
input = raw_input

View File

@ -9,7 +9,7 @@ except:
setup(
name='autorandr',
version='1.10.post1',
version='1.10.1.post1',
description='Automatically select a display configuration based on connected devices',
long_description=long_description,