Skip to content
Snippets Groups Projects
Commit a4a3c300 authored by George Nachman's avatar George Nachman
Browse files

20110907

parent 0e3edbf6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,14 +6,14 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 1.0.0.20110906</title>
<title>Version 1.0.0.20110907</title>
<sparkle:releaseNotesLink>
http://iterm2.googlecode.com/svn/trunk/appcasts/testing_changes.html
</sparkle:releaseNotesLink>
<pubDate>Tue, 06 Sep 2011 23:50:44 -0700</pubDate>
<enclosure url="http://iterm2.googlecode.com/files/iTerm2-1_0_0_20110906.zip"
sparkle:version="1.0.0.20110906" length="3974175" type="application/octet-stream"
sparkle:dsaSignature="MCwCFGjLnqEiiO503v29sslNdVGxQMZYAhQjb20QalBzjI6UCjDBvirt1DviFw==" />
<pubDate>Wed, 07 Sep 2011 00:17:54 -0700</pubDate>
<enclosure url="http://iterm2.googlecode.com/files/iTerm2-1_0_0_20110907.zip"
sparkle:version="1.0.0.20110907" length="3974528" type="application/octet-stream"
sparkle:dsaSignature="MC0CFQCNBFsFwbfEjIQ1wNCcmoyWR2h33QIUTuGDhuFxwgK+03jETe1tkiiSWow=" />
</item>
</channel>
</rss>
Loading
Loading
Loading
Loading
@@ -6,14 +6,14 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 1.0.0.20110906</title>
<title>Version 1.0.0.20110907</title>
<sparkle:releaseNotesLink>
http://iterm2.googlecode.com/svn/trunk/appcasts/testing_changes.html
</sparkle:releaseNotesLink>
<pubDate>Tue, 06 Sep 2011 23:50:44 -0700</pubDate>
<enclosure url="http://iterm2.googlecode.com/files/iTerm2-1_0_0_20110906.zip"
sparkle:version="1.0.0.20110906" length="3974175" type="application/octet-stream"
sparkle:dsaSignature="MCwCFGjLnqEiiO503v29sslNdVGxQMZYAhQjb20QalBzjI6UCjDBvirt1DviFw==" />
<pubDate>Wed, 07 Sep 2011 00:17:54 -0700</pubDate>
<enclosure url="http://iterm2.googlecode.com/files/iTerm2-1_0_0_20110907.zip"
sparkle:version="1.0.0.20110907" length="3974528" type="application/octet-stream"
sparkle:dsaSignature="MC0CFQCNBFsFwbfEjIQ1wNCcmoyWR2h33QIUTuGDhuFxwgK+03jETe1tkiiSWow=" />
</item>
</channel>
</rss>
Loading
Loading
These release notes are for the development builds of iTerm2. The last stable release was 1.0.0.
 
iTerm2 1.0.0.20010906
iTerm2 1.0.0.20010907
Implement ALL the features!
 
Important notes - read this!
Loading
Loading
@@ -9,16 +9,16 @@ There was a bug in the previous release that caused many users to get a prompt o
Enhancements:
- A "Toolbelt" has been added. It's a drawer that opens to the right of a window and shows running jobs, paste history, and lets you open new windows/tabs/splits. Look for the Toolbelt menu.
- Three finger click on a trackpad emulates the middle button (which by default performs Paste).
- Add ability to change profile from Edit Current Session.
- Add option to copy trailing newlines when making a selection that includes a whole line at its end.
- Allow windows to temporarily grow larger than the screen.
- Change mouse cursor to indicate that mouse reporting is on.
- Add preference to disable transparency when entering fullscreen mode.
- Improve support for keyboard that require a modifier to type a number.
- Add preference to disable saving lines to the scrollback buffer while in alternate screen mode.
- Implemented bracketed paste mode (this is cool, see here: http://stackoverflow.com/questions/5585129/pasting-code-into-terminal-window-into-vim-on-mac-os-x)
- Implemented bracketed paste mode (this is cool, see vim script here: http://stackoverflow.com/questions/5585129/pasting-code-into-terminal-window-into-vim-on-mac-os-x)
- For new users under Lion, xterm-256color will be the default terminal.
- Add ability to open .itermcolors files by double clicking on them.
- Add ability to change profile from Edit Current Session.
- Add proprietary escape code <esc>]50;SetProfile=X^G to set the current session's profile to the one named X.
- Add proprietary escape code to send text to clipboard. To use, send esc]50;CopyToClipboard=X^G followed by text followed by esc]50;EndCopy^G, where X is a clipboard name from the set: ruler, find, font, or general. If not specified, general is used.
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment