You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@ Public Beta. AeroSpace can be used as a daily driver, but expect breaking change
19
19
20
20
What stops us from 1.0 release:
21
21
-[x]https://github.com/nikitabobko/AeroSpace/issues/131 Performance. Implement thread-per-application to circumvent macOS blocking AX API.
22
-
-[ ]https://github.com/nikitabobko/AeroSpace/issues/1215_Big refactoring_. Rewrite mutable double-linked core tree data structure to immutable single-linked persistent tree
22
+
-[ ]https://github.com/nikitabobko/AeroSpace/issues/1215_Big refactoring_. Rewrite mutable double-linked core tree data structure to immutable single-linked persistent tree.
23
23
Important for: stability and potential performance
24
24
-[ ]https://github.com/nikitabobko/AeroSpace/issues/1216 The big refactoring will help us to fix stability issue that windows may randomly jump to the focused workspace
25
25
-[ ]https://github.com/nikitabobko/AeroSpace/issues/68 The big refactoring will help us to support macOS native tabs
we are mostly going with the minimal approach to only introduce common shell-combinators: `||`, `&&`, `;`
28
+
We are most probably going with the minimal approach to only introduce common shell-combinators: `||`, `&&`, `;` and `eval` command to send multiple commands in one go.
29
29
-[ ]https://github.com/nikitabobko/AeroSpace/issues/1012 Investigate a possibility to use `CGEvent.tapCreate` API for global hotkeys
30
30
-[ ]https://github.com/nikitabobko/AeroSpace/issues/28 Maybe it will allow to distinguish left and right modifiers. Maybe not
0 commit comments