Skip to content

Commit d6cac96

Browse files
committed
Bump v0.13.0
1 parent 4ee1617 commit d6cac96

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@ Check the [contribution guidelines](CONTRIBUTING.md) for instructions on how con
6363
* Easy to use installer that registers the program as a startup task
6464
* Can pause and resume taking snapshots
6565
* Create and apply rules for specific windows
66-
* Create and apply rules for specific display configurations, or all compatible display configurations
66+
* Create and apply rules for specific display configurations
6767

6868
## TODO
6969

7070
* Test on Windows 11
7171
* Create wiki with usage instructions
7272
* Better auto-generated layout and rule names
73-
* Support for virtual desktops

src/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import win32api
44

5-
__version__ = '0.12.1'
5+
__version__ = '0.13.0'
66
__build__ = None
77

88
if getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS'):

0 commit comments

Comments
 (0)