summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-01-27 06:02:47 +0000
committerGitHub <noreply@github.com>2023-01-27 06:02:47 +0000
commitd5b2dac73a57ac72c1e9587ee5b53f9ca9f4a6e3 (patch)
treed52b70291484364d5c2027078be6002a5b3e7df5 /CHANGELOG.md
parent87c38aa93023a98bcf55a2f75ef6fcfd9477e5fe (diff)
Create new windows with Cmd+N by default
This changes the default Cmd+N binding on macOS to create a new window rather than spawning a new instance. Initially this change was held back for further testing of the multi-window feature. At this point all significant issues found with it have been fixed so it should be ready for prime-time now.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40855955..9281f20c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `font.glyph_offset.y` is now applied to underline/strikeout
- Always use sRGB color space on macOS
- Erase in line after the last column will no longer clear the last column
+- Open new windows by default with macOS `Cmd`+`N` binding
### Fixed