Skip to content

Commit bb2de60

Browse files
committed
v3.2.8
1 parent 2776884 commit bb2de60

File tree

7 files changed

+77
-60
lines changed

7 files changed

+77
-60
lines changed

downloads/stable/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Options +FollowSymlinks
2-
Redirect 302 /downloads/stable/latest https://iterm2.com/downloads/stable/iTerm2-3_2_7.zip
2+
Redirect 302 /downloads/stable/latest https://iterm2.com/downloads/stable/iTerm2-3_2_8.zip
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Bug fixes
2+
---------
3+
- Fixes a bug where sessions become unusable after
4+
switching users and then switching back.
5+
- Ignore hotkey while an app-modal window is open
6+
to prevent a hang.
7+
- Fix some crashes.
8+
- Improve how language is determined by ignoring
9+
3-letter language codes.
10+
- Fix a bug where annotations were not visible
11+
when using the GPU renderer.
12+
- Fix a bug where two concurrent downloads with
13+
the same filename would both write to the same
14+
file.
15+
- Disable window shadow when there's a transparent
16+
pane to prevent "ghosts" of characters
17+
persisting.
18+
19+
Other improvements
20+
------------------
21+
- Don't ask for full disk access on startup.
22+
Instead, request admin permissions when needed.
23+
- The bell icon is now cleared when a session
24+
becomes active (used to require a keypress).
25+
- Make toolbelta width and tools' heights more
26+
stable.
27+
- Improve tab colors in dark mode when there is a
28+
colored tab.
29+
- If you select a hidden pane in a maximized tab
30+
with open quickly switch to it without
31+
unmaximizing.
32+
- Prevent sessions from resizing while dragging a
33+
split pane over a maximized window.
34+
- Adds a public EdDSA key to begin the migration
35+
to a more secure app update algorithm.
36+
37+
SHA-256 of the zip file is
38+
e1a659c8041bb765f1a71dcec8d2bd34e598f9c433ecd15c53fdb15fb1db5148
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is the recommended build for most users.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
iTerm2 3.2.8 (OS 10.12+)

downloads/stable/iTerm2-3_2_8.zip

6.7 MB
Binary file not shown.

source/appcasts/final.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
sparkle:dsaSignature="MC0CFQCGYL/6J5NeY+3Dyju8Ily4vNlLegIUWS+MmTl7tvM5o8ESDOR8YWjLj+c=" />
3333
</item>
3434
<item>
35-
<title>Version 3.2.7</title>
35+
<title>Version 3.2.8</title>
3636
<sparkle:releaseNotesLink>
3737
https://iterm2.com/appcasts/full_changes.txt
3838
</sparkle:releaseNotesLink>
39-
<pubDate>Mon, 21 Jan 2019 23:51:34 -0800</pubDate>
39+
<pubDate>Sat, 23 Mar 2019 15:51:42 -0700</pubDate>
4040
<sparkle:minimumSystemVersion>10.12.0</sparkle:minimumSystemVersion>
41-
<enclosure url="https://iterm2.com/downloads/stable/iTerm2-3_2_7.zip"
42-
sparkle:version="3.2.7" length="7011514" type="application/octet-stream"
43-
sparkle:dsaSignature="MCwCFHXiERZSC7ZZuLGc/UJdthMck3+YAhRWQUKYQGsvASMnioTTpCzvuRYweA==" />
41+
<enclosure url="https://iterm2.com/downloads/stable/iTerm2-3_2_8.zip"
42+
sparkle:version="3.2.8" length="7022038" type="application/octet-stream"
43+
sparkle:dsaSignature="MCwCFEnGK+dO0lAvpsXs8QNXIw7bAJsvAhR+cG/UtwifI78wLVRlgtzarA6Uhw==" />
4444
</item>
4545
</channel>
4646
</rss>

source/appcasts/full_changes.txt

Lines changed: 31 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,37 @@
1-
iTerm2 3.2.7
1+
iTerm2 3.2.8
22

33
Bug fixes
44
---------
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.
3020

3121
Other improvements
3222
------------------
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

Comments
 (0)