Release 1.13
This commit is contained in:
parent
5c2bd23f35
commit
4bb03ef208
|
@ -257,7 +257,10 @@ options nvidia_drm modeset=1
|
|||
|
||||
## Changelog
|
||||
|
||||
**autorandr 1.13 (dev)**
|
||||
**autorandr 1.13**
|
||||
* *2023-01-15* Add reversed horizontal/vertical profiles
|
||||
* *2023-01-15* Fix distutils deprecation warning
|
||||
* *2023-01-15* Print error when user script fails
|
||||
* *2022-12-01* Support `--skip-options set` to skip setting properties
|
||||
|
||||
**autorandr 1.12.1**
|
||||
|
|
|
@ -50,7 +50,7 @@ if sys.version_info.major == 2:
|
|||
else:
|
||||
import configparser
|
||||
|
||||
__version__ = "1.12.1"
|
||||
__version__ = "1.13"
|
||||
|
||||
try:
|
||||
input = raw_input
|
||||
|
|
Loading…
Reference in New Issue