Skip to content

Commit babd6d7

Browse files
alexnskcodyclaude
andcommitted
v0.2.1: merge thirds/lock/help specs, archive change, bump version
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6f1fec7 commit babd6d7

16 files changed

Lines changed: 51 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ your displays.
2222
| ⌃⇧↑ ↑ (double press) | full height, centered, ⅓ width |
2323
| ⌃⇧↓ | restore the window's previous frame |
2424
| ⌘⌃⇧← / ⌘⌃⇧→ | halves on the next display |
25+
| ⌃A | lock the screen |
2526
| 3-finger swipe ← / → / ↑ | left half / right half / maximize |
26-
| ⌘ + 3-finger swipe ← / → | halves on the next display |
27+
| ⇧ + 3-finger swipe ← / → | left / right third |
28+
| ⌘ + 3-finger swipe ← / → | halves on the next display (⇧ combines: thirds) |
2729

2830
Swipe-down, two- and four-finger movements do nothing. The full reference lives
2931
in the app: menu bar → **Tiler**.

Scripts/make-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd "$(dirname "$0")/.."
1313

1414
IDENTITY="Apple Development: alexnsk@gmail.com (PHYV972T38)"
1515
BUNDLE_ID="pro.amilabs.tilerx"
16-
VERSION="0.2.0"
16+
VERSION="0.2.1"
1717
BUILD_DATE="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
1818
APP="build/Tiler.app"
1919

Sources/Tiler/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TilerSystem
55

66
@MainActor
77
final class AppDelegate: NSObject, NSApplicationDelegate, NSMenuDelegate {
8-
static let version = "0.2.0"
8+
static let version = "0.2.1"
99

1010
private var statusItem: NSStatusItem?
1111
private var touchStream: TouchStream?

docs/screenshots/calibration.png

-71 Bytes
Loading

docs/screenshots/guide.png

1.11 KB
Loading

openspec/changes/add-thirds-lock-help/proposal.md renamed to openspec/changes/archive/2026-07-05-add-thirds-lock-help/proposal.md

File renamed without changes.

openspec/changes/add-thirds-lock-help/specs/app-shell/spec.md renamed to openspec/changes/archive/2026-07-05-add-thirds-lock-help/specs/app-shell/spec.md

File renamed without changes.

openspec/changes/add-thirds-lock-help/specs/gestures/spec.md renamed to openspec/changes/archive/2026-07-05-add-thirds-lock-help/specs/gestures/spec.md

File renamed without changes.

openspec/changes/add-thirds-lock-help/specs/hotkeys/spec.md renamed to openspec/changes/archive/2026-07-05-add-thirds-lock-help/specs/hotkeys/spec.md

File renamed without changes.

openspec/changes/add-thirds-lock-help/specs/window-actions/spec.md renamed to openspec/changes/archive/2026-07-05-add-thirds-lock-help/specs/window-actions/spec.md

File renamed without changes.

0 commit comments

Comments
 (0)