feat: support named switchable layouts

This commit is contained in:
Steve Cliff
2026-08-20 09:06:37 +01:00
parent 6ddecad74d
commit 45ee82692d
7 changed files with 172 additions and 30 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"gopkg.in/yaml.v3"
)
const version = "0.2.1"
const version = "0.3.0"
func main() {
exe, err := os.Executable()