mirror of
https://github.com/phillipberndt/autorandr
synced 2025-02-16 11:36:57 +00:00
Version bump: autorandr-1.7
This commit is contained in:
parent
5768d71b2a
commit
d1743d00b1
@ -211,6 +211,10 @@ profiles matching multiple (or any) monitors.
|
||||
|
||||
## Changelog
|
||||
|
||||
**autorandr 1.7**
|
||||
|
||||
* *2018-09-25* Fix FB size computation with rotated screens (by @Janno, #117)
|
||||
|
||||
**autorandr 1.6**
|
||||
|
||||
* *2018-04-19* Bugfix: Do not load default profile unless --change is set
|
||||
|
@ -48,7 +48,7 @@ if sys.version_info.major == 2:
|
||||
else:
|
||||
import configparser
|
||||
|
||||
__version__ = "1.6"
|
||||
__version__ = "1.7"
|
||||
|
||||
try:
|
||||
input = raw_input
|
||||
|
Loading…
Reference in New Issue
Block a user