Release autorandr 1.15

Relevant changes:

 * *2023-11-27* Several regex literal bug fixes
 * *2023-12-27* Fix #375: Listen to correct events in launcher
 * *2024-03-03* Fix #367: Skip profiles without outputs
This commit is contained in:
Phillip Berndt 2024-03-03 13:37:50 +01:00
parent d09dc76a76
commit 1fe0b7eb4c
3 changed files with 8 additions and 2 deletions

View File

@ -271,6 +271,12 @@ WAYLAND_DISPLAY= autorandr
## Changelog
**autorandr 1.15**
* *2023-11-27* Several regex literal bug fixes
* *2023-12-27* Fix #375: Listen to correct events in launcher
* *2024-03-03* Fix #367: Skip profiles without outputs
**autorandr 1.14**
* *2023-06-22* Direct --match-edid renaming of output messages to stderr
* *2023-06-22* Add Wayland awareness

View File

@ -50,7 +50,7 @@ if sys.version_info.major == 2:
else:
import configparser
__version__ = "1.14"
__version__ = "1.15"
try:
input = raw_input

View File

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