Skip to content

Commit

Permalink
Point release 1.10.1
Browse files Browse the repository at this point in the history
This reverts making autorandr-launcher the default and fixes the most
obvious issues. See #195 for why.
  • Loading branch information
phillipberndt committed May 4, 2020
1 parent c7186f5 commit c84bf48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -214,6 +214,9 @@ profiles matching multiple (or any) monitors.

## Changelog

**autorandr 1.10.1**
* *2020-05-04* Revert making the launcher the default (fixes #195)

**autorandr 1.10**
* *2020-04-23* Fix hook script execution order to match description from readme
* *2020-04-11* Handle negative gamma values (fixes #188)
Expand Down
2 changes: 1 addition & 1 deletion autorandr.py
Expand Up @@ -48,7 +48,7 @@
else:
import configparser

__version__ = "1.10"
__version__ = "1.10.1"

try:
input = raw_input
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
setup(
name='autorandr',

version='1.10.post1',
version='1.10.1.post1',

description='Automatically select a display configuration based on connected devices',
long_description=long_description,
Expand Down

0 comments on commit c84bf48

Please sign in to comment.