diff --git a/downloads/stable/.htaccess b/downloads/stable/.htaccess index 50efc4bb7..53f6f3d78 100644 --- a/downloads/stable/.htaccess +++ b/downloads/stable/.htaccess @@ -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 diff --git a/downloads/stable/iTerm2-3_2_8.changelog b/downloads/stable/iTerm2-3_2_8.changelog new file mode 100644 index 000000000..567814757 --- /dev/null +++ b/downloads/stable/iTerm2-3_2_8.changelog @@ -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 diff --git a/downloads/stable/iTerm2-3_2_8.description b/downloads/stable/iTerm2-3_2_8.description new file mode 100644 index 000000000..7e1c3a0db --- /dev/null +++ b/downloads/stable/iTerm2-3_2_8.description @@ -0,0 +1 @@ +This is the recommended build for most users. diff --git a/downloads/stable/iTerm2-3_2_8.summary b/downloads/stable/iTerm2-3_2_8.summary new file mode 100644 index 000000000..0ea529643 --- /dev/null +++ b/downloads/stable/iTerm2-3_2_8.summary @@ -0,0 +1 @@ +iTerm2 3.2.8 (OS 10.12+) diff --git a/downloads/stable/iTerm2-3_2_8.zip b/downloads/stable/iTerm2-3_2_8.zip new file mode 100644 index 000000000..870761091 Binary files /dev/null and b/downloads/stable/iTerm2-3_2_8.zip differ diff --git a/source/appcasts/final.xml b/source/appcasts/final.xml index 627fac745..49f000f9e 100644 --- a/source/appcasts/final.xml +++ b/source/appcasts/final.xml @@ -32,15 +32,15 @@ sparkle:dsaSignature="MC0CFQCGYL/6J5NeY+3Dyju8Ily4vNlLegIUWS+MmTl7tvM5o8ESDOR8YWjLj+c=" /> - Version 3.2.7 + Version 3.2.8 https://iterm2.com/appcasts/full_changes.txt - Mon, 21 Jan 2019 23:51:34 -0800 + Sat, 23 Mar 2019 15:51:42 -0700 10.12.0 - + diff --git a/source/appcasts/full_changes.txt b/source/appcasts/full_changes.txt index 2b36ebabb..b6f5bb464 100644 --- a/source/appcasts/full_changes.txt +++ b/source/appcasts/full_changes.txt @@ -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.