File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- ## [ v0.7.0] ( https://github.com/thesobercoder/polygon/compare/v0.6.0...v0.7.0 ) (2024-05-06)
2
-
3
- ### Bugs
4
-
5
- - Fix incorrect function reference for LastTwoThird layout.
6
-
7
1
## [ v0.6.0] ( https://github.com/thesobercoder/polygon/compare/v0.5.0...v0.6.0 ) (2024-05-06)
8
2
9
3
### Features
Original file line number Diff line number Diff line change 5
5
6
6
; -- Ahk2Exe properties
7
7
; @Ahk2Exe-SetName Polygon
8
- ; @Ahk2Exe-SetVersion 0.7 .0
8
+ ; @Ahk2Exe-SetVersion 0.6 .0
9
9
; @Ahk2Exe-SetCompanyName Soham Dasgupta
10
10
; @Ahk2Exe-SetDescription A window manager for Windows 10/11 powered by AutoHotkey
11
11
12
12
; -- Globals
13
- global APP_VERSION := " 0.7 .0"
13
+ global APP_VERSION := " 0.6 .0"
14
14
global APP_VERSION_NAME := " v" . APP_VERSION
15
15
global APP_NAME := " Polygon"
16
16
global APP_REPO_OWNER := " thesobercoder"
You can’t perform that action at this time.
0 commit comments