Skip to content

Commit

Permalink
v3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed Mar 23, 2019
1 parent 2776884 commit bb2de60
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 60 deletions.
2 changes: 1 addition & 1 deletion downloads/stable/.htaccess
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Options +FollowSymlinks
Redirect 302 /downloads/stable/latest https://iterm2.com/downloads/stable/iTerm2-3_2_7.zip
Redirect 302 /downloads/stable/latest https://iterm2.com/downloads/stable/iTerm2-3_2_8.zip
38 changes: 38 additions & 0 deletions downloads/stable/iTerm2-3_2_8.changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Bug fixes
---------
- Fixes a bug where sessions become unusable after
switching users and then switching back.
- Ignore hotkey while an app-modal window is open
to prevent a hang.
- Fix some crashes.
- Improve how language is determined by ignoring
3-letter language codes.
- Fix a bug where annotations were not visible
when using the GPU renderer.
- Fix a bug where two concurrent downloads with
the same filename would both write to the same
file.
- Disable window shadow when there's a transparent
pane to prevent "ghosts" of characters
persisting.

Other improvements
------------------
- Don't ask for full disk access on startup.
Instead, request admin permissions when needed.
- The bell icon is now cleared when a session
becomes active (used to require a keypress).
- Make toolbelta width and tools' heights more
stable.
- Improve tab colors in dark mode when there is a
colored tab.
- If you select a hidden pane in a maximized tab
with open quickly switch to it without
unmaximizing.
- Prevent sessions from resizing while dragging a
split pane over a maximized window.
- Adds a public EdDSA key to begin the migration
to a more secure app update algorithm.

SHA-256 of the zip file is
e1a659c8041bb765f1a71dcec8d2bd34e598f9c433ecd15c53fdb15fb1db5148
1 change: 1 addition & 0 deletions downloads/stable/iTerm2-3_2_8.description
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is the recommended build for most users.
1 change: 1 addition & 0 deletions downloads/stable/iTerm2-3_2_8.summary
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
iTerm2 3.2.8 (OS 10.12+)
Binary file added downloads/stable/iTerm2-3_2_8.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions source/appcasts/final.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
sparkle:dsaSignature="MC0CFQCGYL/6J5NeY+3Dyju8Ily4vNlLegIUWS+MmTl7tvM5o8ESDOR8YWjLj+c=" />
</item>
<item>
<title>Version 3.2.7</title>
<title>Version 3.2.8</title>
<sparkle:releaseNotesLink>
https://iterm2.com/appcasts/full_changes.txt
</sparkle:releaseNotesLink>
<pubDate>Mon, 21 Jan 2019 23:51:34 -0800</pubDate>
<pubDate>Sat, 23 Mar 2019 15:51:42 -0700</pubDate>
<sparkle:minimumSystemVersion>10.12.0</sparkle:minimumSystemVersion>
<enclosure url="https://iterm2.com/downloads/stable/iTerm2-3_2_7.zip"
sparkle:version="3.2.7" length="7011514" type="application/octet-stream"
sparkle:dsaSignature="MCwCFHXiERZSC7ZZuLGc/UJdthMck3+YAhRWQUKYQGsvASMnioTTpCzvuRYweA==" />
<enclosure url="https://iterm2.com/downloads/stable/iTerm2-3_2_8.zip"
sparkle:version="3.2.8" length="7022038" type="application/octet-stream"
sparkle:dsaSignature="MCwCFEnGK+dO0lAvpsXs8QNXIw7bAJsvAhR+cG/UtwifI78wLVRlgtzarA6Uhw==" />
</item>
</channel>
</rss>
Expand Down
85 changes: 31 additions & 54 deletions source/appcasts/full_changes.txt
Original file line number Diff line number Diff line change
@@ -1,60 +1,37 @@
iTerm2 3.2.7
iTerm2 3.2.8

Bug fixes
---------
- Fix a crash on launch if Safari has never been
run before. This happened because of a bug in
checking if full disk access was already granted.
- Fix the alpha blending of timestamps with GPU
renderer.
- Fix various crash bugs.
- Fix a bug where the GPU renderer was not used
when a split pane was maximized.
- Improve opening a password manager from a
trigger: it would fail if the trigger fired
twice quickly.
- Improve various wrong colors in Mojave.
- Fix a bug wher elink underlines could be
misaligned in the presence of double-width
characters.
- Add support for detecting column and line number
in semantic history when formatted as:
filename.ext(column, line number)
- Fix a bug where control+page up/page down
scrolls the wrong split pane.
- Fix a bug where minimum contrast was not
respected after a box-drawing character.
- Fix a bug where a hotkey window would forget it
was a hotkey window when you launched tmux -CC
from it.
- Fixes a bug where sessions become unusable after
switching users and then switching back.
- Ignore hotkey while an app-modal window is open
to prevent a hang.
- Fix some crashes.
- Improve how language is determined by ignoring
3-letter language codes.
- Fix a bug where annotations were not visible
when using the GPU renderer.
- Fix a bug where two concurrent downloads with
the same filename would both write to the same
file.
- Disable window shadow when there's a transparent
pane to prevent "ghosts" of characters
persisting.

Other improvements
------------------
- Performance improvements for large history.
- Remember the "use transparency" setting when
restoring a window.
- Issue a vociferous warning when you try to use
non-antialiased PragmataPro, which doesn't work
well at all.
- Show a second alert to remind you of the steps
to perform to grant full disk access.
- When you drag a pane over a tab with a maximized
pane, unmaximize it temporarily but do not send
window-resize notifications to those
pseudoterminals.
- Change how the secure keyboard entry menu item
works. It now indicates enabled (check) disabled
(no accessory view) or "another app is enablign
it" (a hyphen). Selecting it toggles whether
iTerm2 wants it set. Previously, selecting it had
no effect if another app was keeping it on.
- Fix weird behavior when downgrading from 3.3 to
3.2.
- Adds a CPU profiler to the iTerm2 menu to aid in
debugging performance issues.
- Improve the appearance of underlines when not
using the GPU renderer.
- Allow input of surrogate pairs with the hex
keyboard.
- Improve editing of number of lines of scrollback
to tolerate invalid inputs more gracefully.
- Don't ask for full disk access on startup.
Instead, request admin permissions when needed.
- The bell icon is now cleared when a session
becomes active (used to require a keypress).
- Make toolbelta width and tools' heights more
stable.
- Improve tab colors in dark mode when there is a
colored tab.
- If you select a hidden pane in a maximized tab
with open quickly switch to it without
unmaximizing.
- Prevent sessions from resizing while dragging a
split pane over a maximized window.
- Adds a public EdDSA key to begin the migration
to a more secure app update algorithm.

0 comments on commit bb2de60

Please sign in to comment.