Skip to content

Commit 9ed29d8

Browse files
austinywangclaude
andauthored
Bump version to 0.64.17 (#6682)
Changelog for 0.64.17: remote tmux -CC mirroring (beta), global font magnification, right-sidebar custom tabs, browser audio indicator + hard refresh, diff viewer branch-base picker, plus a large batch of stability, sidebar, session-restore, and performance fixes. Credits 12 contributors. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3dc168b commit 9ed29d8

3 files changed

Lines changed: 150 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,114 @@
22

33
All notable changes to cmux are documented here.
44

5+
## [0.64.17] - 2026-06-23
6+
7+
### Added
8+
- Remote tmux mirroring over SSH using `-CC` control mode, in beta ([#5553](https://github.com/manaflow-ai/cmux/pull/5553)) -- thanks @robertnisipeanu!
9+
- Global font magnification to scale the whole interface ([#6554](https://github.com/manaflow-ai/cmux/pull/6554))
10+
- Right-sidebar custom sidebar tabs ([#6430](https://github.com/manaflow-ai/cmux/pull/6430))
11+
- Chrome-style audio-playing indicator on browser panes ([#6517](https://github.com/manaflow-ai/cmux/pull/6517))
12+
- Browser hard-refresh shortcut ([#6256](https://github.com/manaflow-ai/cmux/pull/6256))
13+
- Clear Screen (Keep Scrollback) command, bound to Cmd+Shift+K ([#6139](https://github.com/manaflow-ai/cmux/pull/6139))
14+
- Configurable terminal scroll-speed multiplier via `terminal.scrollSpeed` ([#5671](https://github.com/manaflow-ai/cmux/pull/5671)) -- thanks @RubiconPerform!
15+
- Open the selected file from the keyboard in the file explorer ([#6001](https://github.com/manaflow-ai/cmux/pull/6001))
16+
- One-step grouped workspace creation ([#6657](https://github.com/manaflow-ai/cmux/pull/6657))
17+
- Searchable, uncapped diff viewer branch-base picker with smart defaults ([#6484](https://github.com/manaflow-ai/cmux/pull/6484)) -- thanks @azooz2003-bit!
18+
- Mark workspaces read/unread and clear notifications from the workspace group menu ([#6535](https://github.com/manaflow-ai/cmux/pull/6535)) -- thanks @azooz2003-bit!
19+
- Profiling capture action with a live progress window ([#6433](https://github.com/manaflow-ai/cmux/pull/6433), [#6440](https://github.com/manaflow-ai/cmux/pull/6440))
20+
- `cmux remotes` CLI to manage device-registry routes ([#6096](https://github.com/manaflow-ai/cmux/pull/6096))
21+
- Flag "Needs input" for blocked AskUserQuestion and ExitPlanMode prompts under `--dangerously-skip-permissions` ([#6608](https://github.com/manaflow-ai/cmux/pull/6608))
22+
- iOS (beta): on-device voice dictation in the composer ([#6197](https://github.com/manaflow-ai/cmux/pull/6197))
23+
- iOS (beta): image attachments in the composer ([#6102](https://github.com/manaflow-ai/cmux/pull/6102))
24+
- iOS (beta): Return key on the terminal accessory bar ([#6101](https://github.com/manaflow-ai/cmux/pull/6101))
25+
- iOS (beta): mark workspaces read/unread from the terminal menu, with an unread-count badge on the back button ([#6362](https://github.com/manaflow-ai/cmux/pull/6362), [#6350](https://github.com/manaflow-ai/cmux/pull/6350))
26+
27+
### Changed
28+
- Terminal and browser surface tabs hug their content instead of stretching to a fixed width ([#6653](https://github.com/manaflow-ai/cmux/pull/6653))
29+
- Prioritize full command-palette title matches over partial ones ([#6498](https://github.com/manaflow-ai/cmux/pull/6498))
30+
- Reduce UI lag from Settings, sidebar, git, and browser churn ([#6260](https://github.com/manaflow-ai/cmux/pull/6260)) -- thanks @azooz2003-bit!
31+
- Evict hidden browser WebViews under memory pressure and defer restored WebViews until visible ([#6585](https://github.com/manaflow-ai/cmux/pull/6585), [#6508](https://github.com/manaflow-ai/cmux/pull/6508))
32+
- Gate idle pollers to the active workspace ([#6583](https://github.com/manaflow-ai/cmux/pull/6583))
33+
- Diff viewer toolbar stays responsive and never overlaps at small widths ([#6550](https://github.com/manaflow-ai/cmux/pull/6550)) -- thanks @azooz2003-bit!
34+
- Allow `.m4r` files as notification sounds ([#6635](https://github.com/manaflow-ai/cmux/pull/6635))
35+
- iOS (beta): collapse workspace folders per device ([#6666](https://github.com/manaflow-ai/cmux/pull/6666))
36+
37+
### Fixed
38+
- Fix a sidebar lag regression from v0.64.16 by cutting per-row font-modifier and pin-state work ([#6613](https://github.com/manaflow-ai/cmux/pull/6613))
39+
- Fix the Codex sidebar status lifecycle and stale Claude notification sidebar status ([#6609](https://github.com/manaflow-ai/cmux/pull/6609), [#6473](https://github.com/manaflow-ai/cmux/pull/6473))
40+
- Fix sidebar tab selection highlight timing ([#6627](https://github.com/manaflow-ai/cmux/pull/6627))
41+
- Fix Cmd+T opening in home after an agent-resume session restore ([#6621](https://github.com/manaflow-ai/cmux/pull/6621))
42+
- Fix explicit surface routing for read-screen and send ([#6605](https://github.com/manaflow-ai/cmux/pull/6605))
43+
- Fix stale surface-to-panel rebinding and stale agent-resume executable paths ([#6581](https://github.com/manaflow-ai/cmux/pull/6581), [#6582](https://github.com/manaflow-ai/cmux/pull/6582))
44+
- Fix terminal input after a window key restore ([#6518](https://github.com/manaflow-ai/cmux/pull/6518))
45+
- Fix the Cmd+grave show/hide global hotkey ([#6477](https://github.com/manaflow-ai/cmux/pull/6477))
46+
- Fix vim copy-mode cursor, V/Y selection, and pasteboard ([#6221](https://github.com/manaflow-ai/cmux/pull/6221))
47+
- Fix copy-on-select parity with Ghostty ([#6200](https://github.com/manaflow-ai/cmux/pull/6200))
48+
- Fix the crash-diagnostic window restore ([#6596](https://github.com/manaflow-ai/cmux/pull/6596))
49+
- Fix a tab-switch crash in the vertical sidebar ([#6340](https://github.com/manaflow-ai/cmux/pull/6340))
50+
- Fix a ~100% CPU re-render loop when selecting a bundled extension sidebar ([#6341](https://github.com/manaflow-ai/cmux/pull/6341))
51+
- Fix blank SF Symbol controls on macOS 27 ([#6396](https://github.com/manaflow-ai/cmux/pull/6396))
52+
- Fix the audio indicator audibility signal ([#6566](https://github.com/manaflow-ai/cmux/pull/6566))
53+
- Fix browser download trigger parity ([#6258](https://github.com/manaflow-ai/cmux/pull/6258))
54+
- Recover Settings opened from offscreen frames, and stop a closed Settings window from reappearing ([#5806](https://github.com/manaflow-ai/cmux/pull/5806), [#6193](https://github.com/manaflow-ai/cmux/pull/6193))
55+
- Fix title-churn beachball in transcript adoption and sidebar rows ([#6460](https://github.com/manaflow-ai/cmux/pull/6460))
56+
- Restore the pane header title after a terminal restart ([#6333](https://github.com/manaflow-ai/cmux/pull/6333))
57+
- Recover a blank Markdown viewer pane after dragging it to another column ([#6331](https://github.com/manaflow-ai/cmux/pull/6331))
58+
- Vault sidebar always offers "Show more" so capped folder sections stay reachable ([#6327](https://github.com/manaflow-ai/cmux/pull/6327))
59+
- Fix the working directory after session-restore resume for Claude and other agents ([#6458](https://github.com/manaflow-ai/cmux/pull/6458), [#6205](https://github.com/manaflow-ai/cmux/pull/6205))
60+
- Fix Claude Code 2.1.183 agent-team teammates opening split panes again ([#6499](https://github.com/manaflow-ai/cmux/pull/6499))
61+
- Preserve Claude Teams restore flags ([#6242](https://github.com/manaflow-ai/cmux/pull/6242))
62+
- Fix right-sidebar surface shortcut spam routing ([#6472](https://github.com/manaflow-ai/cmux/pull/6472))
63+
- Fix Dia browser import profile detection ([#6478](https://github.com/manaflow-ai/cmux/pull/6478))
64+
- Fix zsh aliases after the agent return shell ([#6515](https://github.com/manaflow-ai/cmux/pull/6515))
65+
- Fix settings search for auto-naming and broaden fuzzy settings-search matching ([#6201](https://github.com/manaflow-ai/cmux/pull/6201), [#6196](https://github.com/manaflow-ai/cmux/pull/6196))
66+
- Fix terminal focus retry after a tiny responder handoff ([#6359](https://github.com/manaflow-ai/cmux/pull/6359))
67+
- Avoid DevTools teardown during redock ([#6559](https://github.com/manaflow-ai/cmux/pull/6559))
68+
- Fix hidden popover relayout and reduce hit-test CPU during SwiftUI updates and pointer movement ([#6589](https://github.com/manaflow-ai/cmux/pull/6589), [#6592](https://github.com/manaflow-ai/cmux/pull/6592))
69+
- Cache the settings search index per runtime ([#6591](https://github.com/manaflow-ai/cmux/pull/6591))
70+
- Move the open-diff baseline lookup off the main thread ([#6497](https://github.com/manaflow-ai/cmux/pull/6497))
71+
- Fix the macOS notification fallback identity ([#6000](https://github.com/manaflow-ai/cmux/pull/6000))
72+
- Fix a remote PTY restore probe reply leak ([#6070](https://github.com/manaflow-ai/cmux/pull/6070))
73+
- Fix OpenCode bunfs worker autoresume and OpenCode resume after a TUI-settings capture ([#6680](https://github.com/manaflow-ai/cmux/pull/6680), [#6397](https://github.com/manaflow-ai/cmux/pull/6397))
74+
- Fix notification jump-focus for nested tabs ([#6416](https://github.com/manaflow-ai/cmux/pull/6416))
75+
- Remove a sidebar rows measurement that re-livelocked layout at scale ([#6188](https://github.com/manaflow-ai/cmux/pull/6188))
76+
- Prevent quit hangs from analytics flushing ([#6232](https://github.com/manaflow-ai/cmux/pull/6232), [#6417](https://github.com/manaflow-ai/cmux/pull/6417)) -- thanks @azooz2003-bit!
77+
- Reduce Sentry CLI broken-pipe crashes and hangs ([#6254](https://github.com/manaflow-ai/cmux/pull/6254)) -- thanks @azooz2003-bit!
78+
- Release closed macOS helper windows ([#6368](https://github.com/manaflow-ai/cmux/pull/6368)) -- thanks @azooz2003-bit!
79+
- Fix canvas tab hover hit-testing, focus canvas panes from terminal body clicks, and fix canvas zoom-animation snap at low zoom ([#6555](https://github.com/manaflow-ai/cmux/pull/6555), [#6456](https://github.com/manaflow-ai/cmux/pull/6456), [#6538](https://github.com/manaflow-ai/cmux/pull/6538)) -- thanks @azooz2003-bit!
80+
- Avoid nested quit-confirmation modal loops ([#6461](https://github.com/manaflow-ai/cmux/pull/6461)) -- thanks @azooz2003-bit!
81+
- Reduce redundant panel title update work ([#6552](https://github.com/manaflow-ai/cmux/pull/6552)) -- thanks @Eridanus117!
82+
- Fix a QuickLook preview crash on a deactivated QLPreviewView ([#6402](https://github.com/manaflow-ai/cmux/pull/6402)) -- thanks @thiveeiyan!
83+
- Fix terminal content duplication on window resize ([#6386](https://github.com/manaflow-ai/cmux/pull/6386)) -- thanks @mvanhorn!
84+
- Stop the main window drifting down on sleep/wake ([#6305](https://github.com/manaflow-ai/cmux/pull/6305)) -- thanks @sergej-koscejev!
85+
- Fix stale cmux ssh pane resize by reconciling remote PTY size after arming SIGWINCH, and fix resize with SSH ControlMaster ([#5989](https://github.com/manaflow-ai/cmux/pull/5989), [#6432](https://github.com/manaflow-ai/cmux/pull/6432)) -- thanks @kylejcaron!
86+
- Sync remote tmux session renames to the mirror workspace title, and fix session discovery under a non-UTF-8 remote locale ([#6602](https://github.com/manaflow-ai/cmux/pull/6602), [#6568](https://github.com/manaflow-ai/cmux/pull/6568)) -- thanks @mxschmitt!
87+
- Fix the cmux ssh-tmux socket path being too long for AF_UNIX ([#6465](https://github.com/manaflow-ai/cmux/pull/6465)) -- thanks @mxschmitt!
88+
- Fix remote-tmux mirror buffer truncation on a cross-DPI display move, and restore the bonsplit pointer so ssh-tmux tab reorders sync to tmux ([#6393](https://github.com/manaflow-ai/cmux/pull/6393), [#6438](https://github.com/manaflow-ai/cmux/pull/6438)) -- thanks @robertnisipeanu!
89+
- Merge user `--settings` into injected hook settings in the claude wrapper ([#5388](https://github.com/manaflow-ai/cmux/pull/5388)) -- thanks @choi88andys!
90+
- Bound iOS pairing attempts and fix the Pair iPhone window (Cmd+W, sizing, layout, QR padding, failure copy) ([#6495](https://github.com/manaflow-ai/cmux/pull/6495), [#6038](https://github.com/manaflow-ai/cmux/pull/6038))
91+
- iOS (beta): fix native pairing sign-in failures ([#6457](https://github.com/manaflow-ai/cmux/pull/6457)) -- thanks @azooz2003-bit!
92+
- iOS (beta): fix the unread count badge contrast, stop pausing background music on text submit, and sustain hold-to-repeat Backspace ([#6524](https://github.com/manaflow-ai/cmux/pull/6524), [#6290](https://github.com/manaflow-ai/cmux/pull/6290), [#6299](https://github.com/manaflow-ai/cmux/pull/6299))
93+
- Fix the changelog title clipping ([#6425](https://github.com/manaflow-ai/cmux/pull/6425))
94+
95+
### Removed
96+
- Remove the high-memory pane warning UI (the triangle indicator and popover); the underlying guardrail engine stays ([#6619](https://github.com/manaflow-ai/cmux/pull/6619))
97+
98+
### Thanks to 12 contributors!
99+
100+
- [@austinywang](https://github.com/austinywang)
101+
- [@azooz2003-bit](https://github.com/azooz2003-bit)
102+
- [@choi88andys](https://github.com/choi88andys)
103+
- [@Eridanus117](https://github.com/Eridanus117)
104+
- [@kylejcaron](https://github.com/kylejcaron)
105+
- [@lawrencecchen](https://github.com/lawrencecchen)
106+
- [@mvanhorn](https://github.com/mvanhorn)
107+
- [@mxschmitt](https://github.com/mxschmitt)
108+
- [@robertnisipeanu](https://github.com/robertnisipeanu)
109+
- [@RubiconPerform](https://github.com/RubiconPerform)
110+
- [@sergej-koscejev](https://github.com/sergej-koscejev)
111+
- [@thiveeiyan](https://github.com/thiveeiyan)
112+
5113
## [0.64.16] - 2026-06-15
6114

7115
### Added

cmux.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4772,10 +4772,10 @@
47724772
isa = XCBuildConfiguration;
47734773
buildSettings = {
47744774
CODE_SIGN_STYLE = Automatic;
4775-
CURRENT_PROJECT_VERSION = 96;
4775+
CURRENT_PROJECT_VERSION = 97;
47764776
GENERATE_INFOPLIST_FILE = YES;
47774777
MACOSX_DEPLOYMENT_TARGET = 14.0;
4778-
MARKETING_VERSION = 0.64.16;
4778+
MARKETING_VERSION = 0.64.17;
47794779
ONLY_ACTIVE_ARCH = NO;
47804780
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.appuitests;
47814781
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -4855,7 +4855,7 @@
48554855
CODE_SIGN_ENTITLEMENTS = "";
48564856
CODE_SIGN_STYLE = Automatic;
48574857
COMBINE_HIDPI_IMAGES = YES;
4858-
CURRENT_PROJECT_VERSION = 96;
4858+
CURRENT_PROJECT_VERSION = 97;
48594859
DEVELOPMENT_TEAM = "";
48604860
ENABLE_HARDENED_RUNTIME = NO;
48614861
GENERATE_INFOPLIST_FILE = NO;
@@ -4864,7 +4864,7 @@
48644864
"$(inherited)",
48654865
"@executable_path/../Frameworks",
48664866
);
4867-
MARKETING_VERSION = 0.64.16;
4867+
MARKETING_VERSION = 0.64.17;
48684868
OTHER_LDFLAGS = (
48694869
"-lc++",
48704870
"-framework",
@@ -4901,7 +4901,7 @@
49014901
CODE_SIGN_ENTITLEMENTS = Resources/cmux.entitlements;
49024902
CODE_SIGN_STYLE = Automatic;
49034903
COMBINE_HIDPI_IMAGES = YES;
4904-
CURRENT_PROJECT_VERSION = 96;
4904+
CURRENT_PROJECT_VERSION = 97;
49054905
DEVELOPMENT_TEAM = "";
49064906
ENABLE_HARDENED_RUNTIME = NO;
49074907
GENERATE_INFOPLIST_FILE = NO;
@@ -4910,7 +4910,7 @@
49104910
"$(inherited)",
49114911
"@executable_path/../Frameworks",
49124912
);
4913-
MARKETING_VERSION = 0.64.16;
4913+
MARKETING_VERSION = 0.64.17;
49144914
ONLY_ACTIVE_ARCH = NO;
49154915
OTHER_LDFLAGS = (
49164916
"-lc++",
@@ -4977,10 +4977,10 @@
49774977
isa = XCBuildConfiguration;
49784978
buildSettings = {
49794979
CODE_SIGN_STYLE = Automatic;
4980-
CURRENT_PROJECT_VERSION = 96;
4980+
CURRENT_PROJECT_VERSION = 97;
49814981
GENERATE_INFOPLIST_FILE = YES;
49824982
MACOSX_DEPLOYMENT_TARGET = 14.0;
4983-
MARKETING_VERSION = 0.64.16;
4983+
MARKETING_VERSION = 0.64.17;
49844984
ONLY_ACTIVE_ARCH = YES;
49854985
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.appuitests;
49864986
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -4995,7 +4995,7 @@
49954995
buildSettings = {
49964996
CODE_SIGN_STYLE = Manual;
49974997
COMBINE_HIDPI_IMAGES = YES;
4998-
CURRENT_PROJECT_VERSION = 96;
4998+
CURRENT_PROJECT_VERSION = 97;
49994999
DEVELOPMENT_TEAM = "";
50005000
ENABLE_USER_SCRIPT_SANDBOXING = YES;
50015001
GENERATE_INFOPLIST_FILE = YES;
@@ -5004,7 +5004,7 @@
50045004
INFOPLIST_KEY_NSPrincipalClass = "";
50055005
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
50065006
MACOSX_DEPLOYMENT_TARGET = 14.0;
5007-
MARKETING_VERSION = 0.64.16;
5007+
MARKETING_VERSION = 0.64.17;
50085008
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.app.docktileplugin.debug;
50095009
PRODUCT_NAME = "$(TARGET_NAME)";
50105010
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5020,7 +5020,7 @@
50205020
buildSettings = {
50215021
CODE_SIGN_STYLE = Manual;
50225022
COMBINE_HIDPI_IMAGES = YES;
5023-
CURRENT_PROJECT_VERSION = 96;
5023+
CURRENT_PROJECT_VERSION = 97;
50245024
DEVELOPMENT_TEAM = "";
50255025
ENABLE_USER_SCRIPT_SANDBOXING = YES;
50265026
GENERATE_INFOPLIST_FILE = YES;
@@ -5029,7 +5029,7 @@
50295029
INFOPLIST_KEY_NSPrincipalClass = "";
50305030
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
50315031
MACOSX_DEPLOYMENT_TARGET = 14.0;
5032-
MARKETING_VERSION = 0.64.16;
5032+
MARKETING_VERSION = 0.64.17;
50335033
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.app.docktileplugin;
50345034
PRODUCT_NAME = "$(TARGET_NAME)";
50355035
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5044,10 +5044,10 @@
50445044
buildSettings = {
50455045
BUNDLE_LOADER = "$(TEST_HOST)";
50465046
CODE_SIGN_STYLE = Automatic;
5047-
CURRENT_PROJECT_VERSION = 96;
5047+
CURRENT_PROJECT_VERSION = 97;
50485048
GENERATE_INFOPLIST_FILE = YES;
50495049
MACOSX_DEPLOYMENT_TARGET = 14.0;
5050-
MARKETING_VERSION = 0.64.16;
5050+
MARKETING_VERSION = 0.64.17;
50515051
ONLY_ACTIVE_ARCH = YES;
50525052
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.apptests;
50535053
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -5063,10 +5063,10 @@
50635063
buildSettings = {
50645064
BUNDLE_LOADER = "$(TEST_HOST)";
50655065
CODE_SIGN_STYLE = Automatic;
5066-
CURRENT_PROJECT_VERSION = 96;
5066+
CURRENT_PROJECT_VERSION = 97;
50675067
GENERATE_INFOPLIST_FILE = YES;
50685068
MACOSX_DEPLOYMENT_TARGET = 14.0;
5069-
MARKETING_VERSION = 0.64.16;
5069+
MARKETING_VERSION = 0.64.17;
50705070
ONLY_ACTIVE_ARCH = NO;
50715071
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.apptests;
50725072
PRODUCT_NAME = "$(TARGET_NAME)";

web/app/[locale]/docs/changelog/changelog-media.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,32 @@ export interface VersionMedia {
2626
}
2727

2828
export const changelogMedia: Record<string, VersionMedia> = {
29+
"0.64.17": {
30+
title:
31+
"Global Font Magnification, Remote tmux Mirroring, Diff Viewer Branch Picker",
32+
features: [
33+
{
34+
title: "Global Font Magnification",
35+
description:
36+
"Scale the entire cmux interface up or down with a single magnification control, not just the terminal font.",
37+
},
38+
{
39+
title: "Remote tmux Mirroring (Beta)",
40+
description:
41+
"Mirror a remote tmux session over SSH using -CC control mode, so remote windows show up as native cmux tabs that stay in sync with renames and reorders.",
42+
},
43+
{
44+
title: "Browser and Diff Viewer Polish",
45+
description:
46+
"Browser panes get a Chrome-style audio-playing indicator and a hard-refresh shortcut. The diff viewer adds a searchable, uncapped branch-base picker with smart defaults and a toolbar that never overlaps at small widths.",
47+
},
48+
{
49+
title: "Stability and Performance",
50+
description:
51+
"Fixes for a sidebar lag regression, a vertical-sidebar tab-switch crash, a ~100% CPU re-render loop on bundled extension sidebars, blank SF Symbol controls on macOS 27, terminal content duplication on resize, and quit hangs from analytics flushing.",
52+
},
53+
],
54+
},
2955
"0.64.16": {
3056
title:
3157
"AI Auto-Naming, Per-Workspace Env Vars, Left/Right Option as Alt",

0 commit comments

Comments
 (0)