From c060377e8e9fd0a13e159820f9a950597fa51482 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Tue, 3 Apr 2018 22:31:26 +0200 Subject: [PATCH] Version bump: autorandr 1.5 --- README.md | 3 +++ autorandr.py | 9 ++++++++- setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abc182a..999f353 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,9 @@ profiles matching multiple (or any) monitors. ## Changelog +**autorandr 1.5** + +* *2018-01-03* Add --version * *2018-01-04* Fixed vertical/horizontal/clone-largest virtual profiles * *2018-03-07* Output all non-error messages to stdout instead of stderr * *2018-03-25* Add --detected and --current to filter the profile list output diff --git a/autorandr.py b/autorandr.py index d54ade8..5a0a686 100755 --- a/autorandr.py +++ b/autorandr.py @@ -48,6 +48,8 @@ if sys.version_info.major == 2: else: import configparser +__version__ = "1.5" + try: input = raw_input except NameError: @@ -81,6 +83,7 @@ Usage: autorandr [options] --force force (re)loading of a profile --skip-options