|
1 | | -iTerm2 3.2.7 |
| 1 | +iTerm2 3.2.8 |
2 | 2 |
|
3 | 3 | Bug fixes |
4 | 4 | --------- |
5 | | -- Fix a crash on launch if Safari has never been |
6 | | - run before. This happened because of a bug in |
7 | | - checking if full disk access was already granted. |
8 | | -- Fix the alpha blending of timestamps with GPU |
9 | | - renderer. |
10 | | -- Fix various crash bugs. |
11 | | -- Fix a bug where the GPU renderer was not used |
12 | | - when a split pane was maximized. |
13 | | -- Improve opening a password manager from a |
14 | | - trigger: it would fail if the trigger fired |
15 | | - twice quickly. |
16 | | -- Improve various wrong colors in Mojave. |
17 | | -- Fix a bug wher elink underlines could be |
18 | | - misaligned in the presence of double-width |
19 | | - characters. |
20 | | -- Add support for detecting column and line number |
21 | | - in semantic history when formatted as: |
22 | | - filename.ext(column, line number) |
23 | | -- Fix a bug where control+page up/page down |
24 | | - scrolls the wrong split pane. |
25 | | -- Fix a bug where minimum contrast was not |
26 | | - respected after a box-drawing character. |
27 | | -- Fix a bug where a hotkey window would forget it |
28 | | - was a hotkey window when you launched tmux -CC |
29 | | - from it. |
| 5 | +- Fixes a bug where sessions become unusable after |
| 6 | + switching users and then switching back. |
| 7 | +- Ignore hotkey while an app-modal window is open |
| 8 | + to prevent a hang. |
| 9 | +- Fix some crashes. |
| 10 | +- Improve how language is determined by ignoring |
| 11 | + 3-letter language codes. |
| 12 | +- Fix a bug where annotations were not visible |
| 13 | + when using the GPU renderer. |
| 14 | +- Fix a bug where two concurrent downloads with |
| 15 | + the same filename would both write to the same |
| 16 | + file. |
| 17 | +- Disable window shadow when there's a transparent |
| 18 | + pane to prevent "ghosts" of characters |
| 19 | + persisting. |
30 | 20 |
|
31 | 21 | Other improvements |
32 | 22 | ------------------ |
33 | | -- Performance improvements for large history. |
34 | | -- Remember the "use transparency" setting when |
35 | | - restoring a window. |
36 | | -- Issue a vociferous warning when you try to use |
37 | | - non-antialiased PragmataPro, which doesn't work |
38 | | - well at all. |
39 | | -- Show a second alert to remind you of the steps |
40 | | - to perform to grant full disk access. |
41 | | -- When you drag a pane over a tab with a maximized |
42 | | - pane, unmaximize it temporarily but do not send |
43 | | - window-resize notifications to those |
44 | | - pseudoterminals. |
45 | | -- Change how the secure keyboard entry menu item |
46 | | - works. It now indicates enabled (check) disabled |
47 | | - (no accessory view) or "another app is enablign |
48 | | - it" (a hyphen). Selecting it toggles whether |
49 | | - iTerm2 wants it set. Previously, selecting it had |
50 | | - no effect if another app was keeping it on. |
51 | | -- Fix weird behavior when downgrading from 3.3 to |
52 | | - 3.2. |
53 | | -- Adds a CPU profiler to the iTerm2 menu to aid in |
54 | | - debugging performance issues. |
55 | | -- Improve the appearance of underlines when not |
56 | | - using the GPU renderer. |
57 | | -- Allow input of surrogate pairs with the hex |
58 | | - keyboard. |
59 | | -- Improve editing of number of lines of scrollback |
60 | | - to tolerate invalid inputs more gracefully. |
| 23 | +- Don't ask for full disk access on startup. |
| 24 | + Instead, request admin permissions when needed. |
| 25 | +- The bell icon is now cleared when a session |
| 26 | + becomes active (used to require a keypress). |
| 27 | +- Make toolbelta width and tools' heights more |
| 28 | + stable. |
| 29 | +- Improve tab colors in dark mode when there is a |
| 30 | + colored tab. |
| 31 | +- If you select a hidden pane in a maximized tab |
| 32 | + with open quickly switch to it without |
| 33 | + unmaximizing. |
| 34 | +- Prevent sessions from resizing while dragging a |
| 35 | + split pane over a maximized window. |
| 36 | +- Adds a public EdDSA key to begin the migration |
| 37 | + to a more secure app update algorithm. |
0 commit comments