Skip to content

Commit

Permalink
Release autorandr 1.15
Browse files Browse the repository at this point in the history
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
  • Loading branch information
phillipberndt committed Mar 3, 2024
1 parent d09dc76 commit 1fe0b7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion autorandr.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
else:
import configparser

__version__ = "1.14"
__version__ = "1.15"

try:
input = raw_input
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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,
Expand Down

0 comments on commit 1fe0b7e

Please sign in to comment.