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

1.0.0.20110810

parent 247a06e3
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.20110804</title>
<title>Version 1.0.0.20110810</title>
<sparkle:releaseNotesLink>
http://iterm2.googlecode.com/svn/trunk/appcasts/testing_changes.html
</sparkle:releaseNotesLink>
<pubDate>Thu, 04 Aug 2011 22:55:02 -0700</pubDate>
<enclosure url="http://iterm2.googlecode.com/files/iTerm2-1_0_0_20110804.zip"
sparkle:version="1.0.0.20110804" length="3783151" type="application/octet-stream"
sparkle:dsaSignature="MCwCFGpvk1/sbfyArXcTx/zfeVX6yls5AhQ9ripj3xDzHvQnGfzHY+0x+0Sqyg==" />
<pubDate>Wed, 10 Aug 2011 23:38:33 -0700</pubDate>
<enclosure url="http://iterm2.googlecode.com/files/iTerm2-1_0_0_20110810.zip"
sparkle:version="1.0.0.20110810" length="3839788" type="application/octet-stream"
sparkle:dsaSignature="MCwCFGhc9CRP4lIhgG55qgUhfSOgDEK6AhRXjaHRmvXyBK4uXuhZiehZmf5QHQ==" />
</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.20110804</title>
<title>Version 1.0.0.20110810</title>
<sparkle:releaseNotesLink>
http://iterm2.googlecode.com/svn/trunk/appcasts/testing_changes.html
</sparkle:releaseNotesLink>
<pubDate>Thu, 04 Aug 2011 22:55:02 -0700</pubDate>
<enclosure url="http://iterm2.googlecode.com/files/iTerm2-1_0_0_20110804.zip"
sparkle:version="1.0.0.20110804" length="3783151" type="application/octet-stream"
sparkle:dsaSignature="MCwCFGpvk1/sbfyArXcTx/zfeVX6yls5AhQ9ripj3xDzHvQnGfzHY+0x+0Sqyg==" />
<pubDate>Wed, 10 Aug 2011 23:38:33 -0700</pubDate>
<enclosure url="http://iterm2.googlecode.com/files/iTerm2-1_0_0_20110810.zip"
sparkle:version="1.0.0.20110810" length="3839788" type="application/octet-stream"
sparkle:dsaSignature="MCwCFGhc9CRP4lIhgG55qgUhfSOgDEK6AhRXjaHRmvXyBK4uXuhZiehZmf5QHQ==" />
</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.20110810
Candy!
Major New Features:
- Add support for loading prefs from a custom folder (e.g., Dropbox) or URL. This makes it easy to share a config between multiple machines or people.
- Add auto logging of sessions. When enabled (per-profile), all input received from the host in a session is saved to a file tagged with the window, tag, and pane number, plus the time and date of initiation.
- Add "find cursor" feature (cmd-/) that highlights the cursor location. Useful when you have a huge terminal, this makes it easy to quickly find a lost cursor. If activated with the shortcut cmd-/, continuing to hold cmd will keep the highlighting active.
Enhancements:
- For new users, we now hide the tab bar in fullscreen by default (otherwise, use cmd-shift-t to toggle it).
- Draw a dotted line around maximized sessions.
- You can toggle send input to all tabs/panes by re-pressing the keystroke that got you into that mode.
- Add escape code to steal focus: ESC ]50;StealFocus^G (thanks, gordolio).
- Add support for multiple saved window arrangements.
- Add "bottom of screen" window style (thanks, melbic).
- Add decimal <-> hex conversion to right-click context menu when a number is selected.
Bug fixes:
- Changes to tab appearance take effect immediately.
- Fix bug where a white rectangle briefly appears in Lion when opening a new tab.
- Fix crash due to assertion in setDirtyFromX:Y:toX:Y:
- Fix bug where fullscreen hotkey windows on Lion tried to use Lion fullscreen.
- Fix bug where tall windows weren't restored properly.
iTerm2 1.0.0.20110804
A little of this, a little of that.
 
Loading
Loading
Loading
Loading
@@ -1586,7 +1586,7 @@
PRODUCT_NAME = iTerm;
SDKROOT = macosx10.5;
SECTORDER_FLAGS = "";
VALID_ARCHS = "i386 x86_64";
VALID_ARCHS = "ppc i386 x86_64";
WARNING_CFLAGS = "-Wall";
WRAPPER_EXTENSION = app;
ZERO_LINK = YES;
Loading
Loading
@@ -1596,6 +1596,7 @@
BB024D37096EE4080021E793 /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
Loading
Loading
@@ -1618,7 +1619,7 @@
OTHER_LDFLAGS = "-licucore";
PRODUCT_NAME = iTerm;
SDKROOT = macosx10.5;
VALID_ARCHS = "i386 x86_64";
VALID_ARCHS = "ppc i386 x86_64";
WARNING_CFLAGS = "-Wall";
WRAPPER_EXTENSION = app;
ZERO_LINK = NO;
Loading
Loading
@@ -1652,7 +1653,7 @@
REZ_EXECUTABLE = YES;
SDKROOT = macosx10.5;
SECTORDER_FLAGS = "";
VALID_ARCHS = "i386 x86_64";
VALID_ARCHS = "ppc i386 x86_64";
WARNING_CFLAGS = "-Wall";
WRAPPER_EXTENSION = app;
};
Loading
Loading
@@ -1661,7 +1662,10 @@
BB024D3A096EE4080021E793 /* Development */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
ARCHS = (
ppc,
"$(ARCHS_STANDARD_32_64_BIT)",
);
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_VERSION = 4.2;
Loading
Loading
@@ -1676,7 +1680,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.5;
PREBINDING = NO;
SDKROOT = macosx10.5;
VALID_ARCHS = "i386 x86_64";
VALID_ARCHS = "ppc i386 x86_64";
WARNING_CFLAGS = "-Wall";
};
name = Development;
Loading
Loading
@@ -1684,7 +1688,10 @@
BB024D3B096EE4080021E793 /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
ARCHS = (
ppc,
"$(ARCHS_STANDARD_32_64_BIT)",
);
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_VERSION = 4.2;
Loading
Loading
@@ -1693,7 +1700,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.5;
PREBINDING = NO;
SDKROOT = macosx10.5;
VALID_ARCHS = "i386 x86_64";
VALID_ARCHS = "ppc i386 x86_64";
WARNING_CFLAGS = "-Wall";
};
name = Deployment;
Loading
Loading
@@ -1701,7 +1708,10 @@
BB024D3C096EE4080021E793 /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
ARCHS = (
ppc,
"$(ARCHS_STANDARD_32_64_BIT)",
);
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)";
GCC_VERSION = 4.2;
GCC_WARN_PROTOTYPE_CONVERSION = NO;
Loading
Loading
@@ -1709,7 +1719,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.5;
PREBINDING = NO;
SDKROOT = macosx10.5;
VALID_ARCHS = "i386 x86_64";
VALID_ARCHS = "ppc i386 x86_64";
WARNING_CFLAGS = "-Wall";
};
name = Default;
Loading
Loading
@@ -1747,6 +1757,7 @@
F69E79310AB8CDD2001EC0FF /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Loading
Loading
Loading
Loading
@@ -22,3 +22,4 @@ echo "Go upload the iTerm2-${NAME}.zip, then run:"
echo "git tag v${VERSION}"
echo "git push --tags"
echo "svn commit -m ${VERSION} appcasts/testing.xml appcasts/canary.xml appcasts/testing_changes.html"
echo "git commit -am ${VERSION} appcasts/testing.xml appcasts/canary.xml appcasts/testing_changes.html"
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