mirror of
https://github.com/phillipberndt/autorandr
synced 2025-01-20 14:10:48 +00:00
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:
parent
c7186f509f
commit
c84bf4811f
@ -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)
|
||||
|
@ -48,7 +48,7 @@ if sys.version_info.major == 2:
|
||||
else:
|
||||
import configparser
|
||||
|
||||
__version__ = "1.10"
|
||||
__version__ = "1.10.1"
|
||||
|
||||
try:
|
||||
input = raw_input
|
||||
|
Loading…
Reference in New Issue
Block a user