mirror of
https://github.com/phillipberndt/autorandr
synced 2025-02-17 03:56:56 +00:00
Release 1.13.3
This commit is contained in:
parent
b08336a3b9
commit
9ebe3716c1
@ -257,6 +257,9 @@ options nvidia_drm modeset=1
|
||||
|
||||
## Changelog
|
||||
|
||||
**autorandr 1.13.3**
|
||||
* *2023-01-24* Revert udev rule to rely on "change" event (see #324)
|
||||
|
||||
**autorandr 1.13.2**
|
||||
* *2023-01-23* Fix autostart in KDE (see #320)
|
||||
* *2023-01-23* Match add/remove rather than change in udev rule (see #321)
|
||||
|
@ -50,7 +50,7 @@ if sys.version_info.major == 2:
|
||||
else:
|
||||
import configparser
|
||||
|
||||
__version__ = "1.13.2"
|
||||
__version__ = "1.13.3"
|
||||
|
||||
try:
|
||||
input = raw_input
|
||||
|
Loading…
Reference in New Issue
Block a user