From: <de...@us...> - 2009-09-23 00:06:36
|
Revision: 1826 http://iterm.svn.sourceforge.net/iterm/?rev=1826&view=rev Author: delx Date: 2009-09-23 00:06:26 +0000 (Wed, 23 Sep 2009) Log Message: ----------- Website redesign Modified Paths: -------------- website/faq.shtml website/footer.html website/header.html website/history.shtml website/index.shtml website/localization.shtml website/news.shtml website/scripting.shtml website/sidebar.html website/upload.sh Added Paths: ----------- website/.htaccess website/appcasts/ website/appcasts/a/ website/appcasts/a/Changelog.html website/appcasts/a/Changelog_final.html website/appcasts/a/appcast.xml website/appcasts/a/appcast_final.xml website/appcasts/a/appcast_panther.xml website/appcasts/b/ website/appcasts/b/final.xml website/appcasts/b/testing.xml website/contributions.shtml website/downloads.shtml website/images/ website/images/header.png website/jquery-1.3.2.min.js website/localizations/ website/localizations/1.png website/localizations/10.png website/localizations/2.png website/localizations/3.png website/localizations/4.png website/localizations/5.png website/localizations/6.png website/localizations/7.png website/localizations/8.png website/localizations/9.png website/localizations/package_guide.html website/people.shtml website/screenshots/ website/screenshots/PlainWindow.png website/screenshots/TwoWindowsWithBlur.png website/screenshots/Vim.png website/screenshots.shtml website/style.css website/usage.shtml Removed Paths: ------------- website/Changelog.html website/Changelog_final.html website/Changelog_test.xml website/appcast.xml website/appcast_final.xml website/appcast_panther.xml website/appcast_test.xml website/contrib.png website/download.shtml website/funnyfont-m.jpg website/funnyfont.jpg website/iTerm-orig.png website/iTerm-sinomac.png website/iTerm.png website/iTerm_Bryan_Harding.png website/iTerm_header.png website/iTerm_icon.gif website/install.shtml website/keymap-m.jpg website/keymap.jpg website/misc.shtml website/navigation.shtml website/new.gif website/preferences.shtml website/resource.shtml website/screenshot-mini.jpg website/screenshot.jpg website/screenshot.shtml website/screenshot2-m.jpg website/screenshot2.jpg website/styles.css website/vi_090.jpg website/vi_090_m.jpg Property Changed: ---------------- website/ Property changes on: website ___________________________________________________________________ Modified: svn:ignore - .DS_Store + .DS_Store files Added: website/.htaccess =================================================================== --- website/.htaccess (rev 0) +++ website/.htaccess 2009-09-23 00:06:26 UTC (rev 1826) @@ -0,0 +1,12 @@ +RewriteEngine On + +AddType 'text/html; charset=UTF-8' shtml + +# Keep old Sparkle versions running +Redirect permanent /Changelog.html http://iterm.sourceforge.net/appcasts/a/Changelog.html +Redirect permanent /Changelog_final.html http://iterm.sourceforge.net/appcasts/a/Changelog_final.html +Redirect permanent /Changelog_test.xml http://iterm.sourceforge.net/appcasts/a/Changelog_test.xml +Redirect permanent /appcast.xml http://iterm.sourceforge.net/appcasts/a/appcast.xml +Redirect permanent /appcast_final.xml http://iterm.sourceforge.net/appcasts/a/appcast_final.xml +Redirect permanent /appcast_panther.xml http://iterm.sourceforge.net/appcasts/a/appcast_panther.xml +Redirect permanent /appcast_test.xml http://iterm.sourceforge.net/appcasts/a/appcast_test.xml Deleted: website/Changelog.html =================================================================== --- website/Changelog.html 2009-09-22 02:07:33 UTC (rev 1825) +++ website/Changelog.html 2009-09-23 00:06:26 UTC (rev 1826) @@ -1,130 +0,0 @@ -<STRONG>WARNING! These are testing releases! If you want a stable release, please stick to 0.9.6</STRONG> -<BR><BR><BR> - -Version <STRONG>0.9.6.20090920.1</STRONG> includes the following changes: -<UL> - <LI> Fixed blinking text</LI> - <LI> Fixed drawing corruption when new text is placed into a full buffer that is not scrolled to the bottom</LI> - <LI> Fixed a careless redraw error</LI> - <LI> Fixed refreshing of non-active tabs (#2862256)</LI> -</UL> - -Version <STRONG>0.9.6.20090919</STRONG> includes the following changes: -<UL> - <LI> Improved performance with full scrollback buffers</LI> - <LI> Improved performance with large amounts of input from multiple terminals</LI> - <LI> Viewing a menu or holding down the mouse button no longer blocks applications (#2682132)</LI> - <LI> Save cursor position separately for alternate screens (#2833765)</LI> - <LI> Show correct window titles (#2765347)</LI> - <LI> Fixed CMD-num tab switching (#2271203)</LI> - <LI> Selection text should always be correct when scrolling</LI> - <LI> Always disable Apple's smooth scrolling to avoid drawing corruption</LI> - <LI> More reliable and faster drawing</LI> - <LI> Selected text will now be invalidated only one of the characters in the selection is changed.</LI> - <LI> If no working directory is specified then new tabs will open in the same directory as the previous session. This doesn't work with the default settings yet. Need to execute <tt>/bin/bash -li</tt></LI> - <LI> Clear the bell symbol upon any key press</LI> - <LI> Converted to XCode 3.1 project format and IB 3.0 XIBs</LI> - <LI> Report as xterm patch level 95 so Vim detects ttymouse=xterm2, also increased default refresh rate.</LI> -</UL> - -Version <STRONG>0.9.6.20090410</STRONG> includes the following changes: -<UL> - <LI> Fixed clipping bottom of fonts that are not Monaco (#2735995)</LI> - <LI> Smart window placement remembers initial window (#2736180)</LI> - <LI> Windows will no longer be placed under the dock (#2740187)</LI> - <LI> Fixed default background colour being drawn over background image</LI> - <LI> Fixed a bug when pasting more than 1024 characters of text</LI> - <LI> Fix overwriting of static window/bookmark titles (#2744363)</LI> - <LI> Revert to old force screen update behaviour for 10.4 (#2738986)</LI> - <LI> Rewrote large parts of PTYTask</LI> -</UL> - -Version <STRONG>0.9.6.20090328</STRONG> includes the following changes: -<UL> - <LI> Smarter placement of new terminal windows. New windows are positioned on screen to have the smallest overlap with existing terminal windows</LI> - <LI> Guaranteed restoration of old window position upon exiting fullscreen</LI> - <LI> Dramatically improved scrolling speed. iTerm on 10.5 no longer redraws whole terminal when scrolled, only the lines that have changed</LI> - <LI> Scroll on new input stops/starts on pushing home/end respectively</LI> - <LI> Allow antialiasing on very small fonts</LI> - <LI> Fixed colour drawing bug that was triggered by changing ColorSync profiles, eg new monitors</LI> - <LI> High density background colours are now supported</LI> - <LI> Cursor is now double width when over a double-width character</LI> - <LI> Refactored large parts of terminal drawing code, no more character cache. Selection handling doesn't touch the scrollback buffer.</LI> -</UL> - -Version <STRONG>0.9.6.20090209</STRONG> includes the following changes: -<UL> - <LI> Fixed permissions problem (again!)</LI> - <LI> Fixed rendering bug causing bold characters to be drawn incorrectly, sometimes manifested as invisible characters</LI> - <LI> Terminal window title bar displays "Session" if an empty title is set</LI> - <LI> Restore window title bar colour when leaving send input to all tabs mode</LI> -</UL> - -Version <STRONG>0.9.6.1201</STRONG> includes the following changes: -<UL> - <LI> ITConfigPanel can now only set transparency in integer multiples</LI> - <LI> ITConfigPanel font spacing now snaps to ticks</LI> - <LI> Fixed the screen blanking bug on setWindowTitle (#2188028)</LI> - <LI> Improved the layout of ITConfigPanel</LI> - <LI> Removed "Use transparency" button from ITConfigPanel as it was causing confusion. To disable transparency just set it to 0%.</LI> - <LI> Fixed a problem with pasting a big chunk of stuff.</LI> - <LI> Detached tabs now keep their size/font settings.</LI> - <LI> Removed the writing threads to avoid potential sync problems.</LI> - <LI> Now iTerm automatically restores its window title after a window resizes.</LI> -</UL> - -Version <STRONG>0.9.6.1021</STRONG> includes the following changes: -<UL> - <LI> Fixed a bug that cause crashes when using vim. </LI> - <LI> 256 Color palette support (patch provided by Walter Dorwald). </LI> - <LI> Improved URL handling for ssh/ftp/telnet. </LI> - <LI> iTerm no longer sends a growl alert for a bell event if the winodw is the key window.</LI> - <LI> Highlight window when it's in the "send input to all tab" mode.</LI> - <LI> Better handling of "fork" errors.</LI> - <LI> The anti-idle is no longer sent to all tabs when "send input to all tabs" is on.</LI> - <LI> Other minor UI changes and bug fixes.</LI> -</UL> - -Version <STRONG>0.9.6.1012</STRONG> includes the following changes: -<UL> - <LI> Greatly enhanced stability. All the "scrollup" crashes should no longer happen.</LI> - <LI> Reduced CPU usage when multiple sessions are open.</LI> - <LI> Implemented xterm's window report sequences.</LI> - <LI> Bookmark sort now an option.</LI> - <LI> Folder name in bookmarks window is now editable.</LI> - <LI> Double-clicking folder names in the bookmark window to expand/collapse them.</LI> - <LI> Fixed a bug that stops one to create a bbookmark in an empty folder.</LI> - <LI> Tweaked close confirmation behavior.</LI> - <LI> Allow bookmark names to include macros defined by $$ (bug #2142459).</LI> - <LI> Fixed a bug that causes the bell icon never shows.</LI> - <LI> Pasting DOS-format strings now no longer have extra new lines.</LI> - <LI> Fixed a bug of processing wrapping text.</LI> - <LI> Fixed DECCOLM: now screens are correctly cleared.</LI> - <LI> If the preference panel loses focus, we now close font menu to avoid confuse.</LI> -</UL> - -<STRONG>Release 0.9.6</STRONG> 9/24/08<BR><BR> -This is our first release after Leopard was released. Besides the Leopard support, -0.9.6 has the following features and fixes:<BR> -<UL> -<LI>"Blur" effect for transparent windows</LI> -<LI>Full screen mode now supports Spaces and multi-monitor setups.</LI> -<LI>Automatically set up the locale in terminal sessions.</LI> -<LI>Dropping a folder to the iTerm icon opens a new sesssion in the folder path.</LI> -<LI>A bunch of UI improvements, including:</LI> - <UL> - <LI>New option to prompt a warning when a multi-tab window is to be closed.</LI> - <LI>Double-clicking the tab bar now launches a new session.</LI> - <LI>Bookmarks are now sorted alphabetically.</LI> - <LI>Double-clicking in the bookmark window now launches a bookmark.</LI> - <LI>Editing profile names is now correctly implemented.</LI> - </UL> -<LI>As usual, there are many bug fixes including</LI> - <UL> - <LI>Several keyboard issues are fixed.</LI> - <LI>Several fixes for the UTF and double-width characters.</LI> - <LI>No more execessive log entries in the system log.</LI> - <LI>Fixed a bug that crashes iTerm when using Applescripts.</LI> - <LI>Greatly enhanced stability.</LI> - </UL> -</UL> Deleted: website/Changelog_final.html =================================================================== --- website/Changelog_final.html 2009-09-22 02:07:33 UTC (rev 1825) +++ website/Changelog_final.html 2009-09-23 00:06:26 UTC (rev 1826) @@ -1,25 +0,0 @@ -<STRONG>Release 0.9.6</STRONG> 9/24/08<BR><BR> -This is our first release after Leopard was released. Besides the Leopard support, -0.9.6 has the following features and fixes:<BR> -<UL> -<LI>"Blur" effect for transparent windows</LI> -<LI>Full screen mode now supports Spaces and multi-monitor setups.</LI> -<LI>Automatically set up the locale in terminal sessions.</LI> -<LI>Dropping a folder to the iTerm icon opens a new sesssion in the folder path.</LI> -<LI>A bunch of UI improvements, including:</LI> - <UL> - <LI>New option to prompt a warning when a multi-tab window is to be closed.</LI> - <LI>Double-clicking the tab bar now launches a new session.</LI> - <LI>Bookmarks are now sorted alphabetically.</LI> - <LI>Double-clicking in the bookmark window now launches a bookmark.</LI> - <LI>Editing profile names is now correctly implemented.</LI> - </UL> -<LI>As usual, there are many bug fixes including</LI> - <UL> - <LI>Several keyboard issues are fixed.</LI> - <LI>Several fixes for the UTF and double-width characters.</LI> - <LI>No more execessive log entries in the system log.</LI> - <LI>Fixed a bug that crashes iTerm when using Applescripts.</LI> - <LI>Greatly enhanced stability.</LI> - </UL> -</UL> Deleted: website/Changelog_test.xml =================================================================== --- website/Changelog_test.xml 2009-09-22 02:07:33 UTC (rev 1825) +++ website/Changelog_test.xml 2009-09-23 00:06:26 UTC (rev 1826) @@ -1,32 +0,0 @@ -<STRONG>Changes since 0.9.5</STRONG><BR><BR> -Version <STRONG>0.9.5.0212</STRONG> includes the following changes: -<UL> - <LI> Fixed a crash that happens when you toggle between the fullscreen and normal modes.</LI> - <LI> Fixed a "losing char space setting" bug (#1658074).</LI> - <LI> Adding @ as a valid URL character.</LI> - <LI> Enhanced numeric keypad behavior. Enter key on the keypad now works under application mode.</LI> -</UL> - -Version <STRONG>0.9.5.0210</STRONG> includes the following changes: -<UL> - <LI> Fixed a keypad mode problem. Cursor keys should behave better now.</LI> - <LI> Fixed a bug that causes dead session be left open sometimes (#1653347).</LI> - <LI> Adjusted the full screen mode behavior, so you are less likely to be stuck.</LI> - <LI> Added selectedTextColor into Applescript.</LI> -</UL> - -<STRONG>Release 0.9.5</STRONG> 2/1/07<BR> -After several months of developping, we proudly present you the latest release of iTerm. Many users -have provided us with great feed backs and helped us nail down bugs. Lots of thanks to all of you! -Here is the change list:<BR> -<UL> -<LI>Full screen mode.</LI> -<LI>xterm 256 color support.</LI> -<LI>Much better wrapping behavior.</LI> -<LI>Support for unlimited scrollback size</LI> -<LI>Option to hide scrollbar.</LI> -<LI>Press TAB key to open a new session with a command from the Execute field.</LI> -<LI>Added support for opening .command, .tool, .sh, .zsh, .csh, .pl files as shell scripts.</LI> -<LI>Greatly enhanced stability.</LI> -<LI>Lots of other bug fixes and GUI tweaks as usual.</LI> -</UL> Deleted: website/appcast.xml =================================================================== --- website/appcast.xml 2009-09-22 02:07:33 UTC (rev 1825) +++ website/appcast.xml 2009-09-23 00:06:26 UTC (rev 1826) @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"> - <channel> - <title>iTerm Changelog</title> - <link>http://iterm.sourceforge.net/appcast.xml</link> - <description>Most recent changes with links to updates.</description> - <language>en</language> - <item> - <title>Version 0.9.6.20090920.1</title> - <description>http://iterm.sourceforge.net/Changelog.html</description> - <pubDate>Sun, 20 Sep 2009 12:00:00 +1000</pubDate> - <enclosure url="http://iterm.sourceforge.net/iTerm_0.9.6.20090920.1.zip" length="3224187" type="application/octet-stream"/> - </item> - </channel> -</rss> Deleted: website/appcast_final.xml =================================================================== --- website/appcast_final.xml 2009-09-22 02:07:33 UTC (rev 1825) +++ website/appcast_final.xml 2009-09-23 00:06:26 UTC (rev 1826) @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sparkle="http:// -www.andymatuschak.org/xml-namespaces/sparkle"> - <channel> - <title>iTerm Changelog</title> - <link>http://iterm.sourceforge.net/appcast.xml</link> - <description>Most recent changes with links to updates.</description> - <language>en</language> - <item> - <title>Version 0.9.6</title> - <description>http://iterm.sourceforge.net/Changelog_final.html</description> - <pubDate>Wed, 24 Sep 2008 15:00:00 +0000</pubDate> - <enclosure url="http://downloads.sourceforge.net/iterm/iTerm_0.9.6.dmg" length="1934268" type="application/octet-stream"/> - </item> - </channel> -</rss> \ No newline at end of file Deleted: website/appcast_panther.xml =================================================================== --- website/appcast_panther.xml 2009-09-22 02:07:33 UTC (rev 1825) +++ website/appcast_panther.xml 2009-09-23 00:06:26 UTC (rev 1826) @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sparkle="http:// -www.andymatuschak.org/xml-namespaces/sparkle"> - <channel> - <title>Some App Changelog</title> - <link>http://iterm.sourceforge.net/appcast_panther.xml</link> - <description>Most recent changes with links to updates.</description> - <language>en</language> - <item> - <title>Version 0.9.6</title> - <description>http://iterm.sourceforge.net/Changelog.html</description> - <pubDate>Wed, 24 Sep 2008 15:00:00 +0000</pubDate> - <enclosure url="http://downloads.sourceforge.net/iterm/iTerm-Panther_0.9.6.dmg" length="1648888" type="application/octet-stream"/> - </item> - </channel> -</rss> \ No newline at end of file Deleted: website/appcast_test.xml =================================================================== --- website/appcast_test.xml 2009-09-22 02:07:33 UTC (rev 1825) +++ website/appcast_test.xml 2009-09-23 00:06:26 UTC (rev 1826) @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sparkle="http:// -www.andymatuschak.org/xml-namespaces/sparkle"> - <channel> - <title>iTerm Changelog</title> - <link>http://iterm.sourceforge.net/appcast.xml</link> - <description>Most recent changes with links to updates.</description> - <language>en</language> - <item> - <title>Version 0.9.5.0212</title> - <description>http://iterm.sourceforge.net/Changelog_test.html</description> - <pubDate>Mon, 12 Feb 2007 22:00:00 +0000</pubDate> - <enclosure url="http://iterm.sourceforge.net/iTerm_0.9.5.0212.zip" length="1577733" -type="application/octet-stream"/> - </item> - </channel> -</rss> \ No newline at end of file Added: website/appcasts/a/Changelog.html =================================================================== --- website/appcasts/a/Changelog.html (rev 0) +++ website/appcasts/a/Changelog.html 2009-09-23 00:06:26 UTC (rev 1826) @@ -0,0 +1,130 @@ +<STRONG>WARNING! These are testing releases! If you want a stable release, please stick to 0.9.6</STRONG> +<BR><BR><BR> + +Version <STRONG>0.9.6.20090920.1</STRONG> includes the following changes: +<UL> + <LI> Fixed blinking text</LI> + <LI> Fixed drawing corruption when new text is placed into a full buffer that is not scrolled to the bottom</LI> + <LI> Fixed a careless redraw error</LI> + <LI> Fixed refreshing of non-active tabs (#2862256)</LI> +</UL> + +Version <STRONG>0.9.6.20090919</STRONG> includes the following changes: +<UL> + <LI> Improved performance with full scrollback buffers</LI> + <LI> Improved performance with large amounts of input from multiple terminals</LI> + <LI> Viewing a menu or holding down the mouse button no longer blocks applications (#2682132)</LI> + <LI> Save cursor position separately for alternate screens (#2833765)</LI> + <LI> Show correct window titles (#2765347)</LI> + <LI> Fixed CMD-num tab switching (#2271203)</LI> + <LI> Selection text should always be correct when scrolling</LI> + <LI> Always disable Apple's smooth scrolling to avoid drawing corruption</LI> + <LI> More reliable and faster drawing</LI> + <LI> Selected text will now be invalidated only one of the characters in the selection is changed.</LI> + <LI> If no working directory is specified then new tabs will open in the same directory as the previous session. This doesn't work with the default settings yet. Need to execute <tt>/bin/bash -li</tt></LI> + <LI> Clear the bell symbol upon any key press</LI> + <LI> Converted to XCode 3.1 project format and IB 3.0 XIBs</LI> + <LI> Report as xterm patch level 95 so Vim detects ttymouse=xterm2, also increased default refresh rate.</LI> +</UL> + +Version <STRONG>0.9.6.20090410</STRONG> includes the following changes: +<UL> + <LI> Fixed clipping bottom of fonts that are not Monaco (#2735995)</LI> + <LI> Smart window placement remembers initial window (#2736180)</LI> + <LI> Windows will no longer be placed under the dock (#2740187)</LI> + <LI> Fixed default background colour being drawn over background image</LI> + <LI> Fixed a bug when pasting more than 1024 characters of text</LI> + <LI> Fix overwriting of static window/bookmark titles (#2744363)</LI> + <LI> Revert to old force screen update behaviour for 10.4 (#2738986)</LI> + <LI> Rewrote large parts of PTYTask</LI> +</UL> + +Version <STRONG>0.9.6.20090328</STRONG> includes the following changes: +<UL> + <LI> Smarter placement of new terminal windows. New windows are positioned on screen to have the smallest overlap with existing terminal windows</LI> + <LI> Guaranteed restoration of old window position upon exiting fullscreen</LI> + <LI> Dramatically improved scrolling speed. iTerm on 10.5 no longer redraws whole terminal when scrolled, only the lines that have changed</LI> + <LI> Scroll on new input stops/starts on pushing home/end respectively</LI> + <LI> Allow antialiasing on very small fonts</LI> + <LI> Fixed colour drawing bug that was triggered by changing ColorSync profiles, eg new monitors</LI> + <LI> High density background colours are now supported</LI> + <LI> Cursor is now double width when over a double-width character</LI> + <LI> Refactored large parts of terminal drawing code, no more character cache. Selection handling doesn't touch the scrollback buffer.</LI> +</UL> + +Version <STRONG>0.9.6.20090209</STRONG> includes the following changes: +<UL> + <LI> Fixed permissions problem (again!)</LI> + <LI> Fixed rendering bug causing bold characters to be drawn incorrectly, sometimes manifested as invisible characters</LI> + <LI> Terminal window title bar displays "Session" if an empty title is set</LI> + <LI> Restore window title bar colour when leaving send input to all tabs mode</LI> +</UL> + +Version <STRONG>0.9.6.1201</STRONG> includes the following changes: +<UL> + <LI> ITConfigPanel can now only set transparency in integer multiples</LI> + <LI> ITConfigPanel font spacing now snaps to ticks</LI> + <LI> Fixed the screen blanking bug on setWindowTitle (#2188028)</LI> + <LI> Improved the layout of ITConfigPanel</LI> + <LI> Removed "Use transparency" button from ITConfigPanel as it was causing confusion. To disable transparency just set it to 0%.</LI> + <LI> Fixed a problem with pasting a big chunk of stuff.</LI> + <LI> Detached tabs now keep their size/font settings.</LI> + <LI> Removed the writing threads to avoid potential sync problems.</LI> + <LI> Now iTerm automatically restores its window title after a window resizes.</LI> +</UL> + +Version <STRONG>0.9.6.1021</STRONG> includes the following changes: +<UL> + <LI> Fixed a bug that cause crashes when using vim. </LI> + <LI> 256 Color palette support (patch provided by Walter Dorwald). </LI> + <LI> Improved URL handling for ssh/ftp/telnet. </LI> + <LI> iTerm no longer sends a growl alert for a bell event if the winodw is the key window.</LI> + <LI> Highlight window when it's in the "send input to all tab" mode.</LI> + <LI> Better handling of "fork" errors.</LI> + <LI> The anti-idle is no longer sent to all tabs when "send input to all tabs" is on.</LI> + <LI> Other minor UI changes and bug fixes.</LI> +</UL> + +Version <STRONG>0.9.6.1012</STRONG> includes the following changes: +<UL> + <LI> Greatly enhanced stability. All the "scrollup" crashes should no longer happen.</LI> + <LI> Reduced CPU usage when multiple sessions are open.</LI> + <LI> Implemented xterm's window report sequences.</LI> + <LI> Bookmark sort now an option.</LI> + <LI> Folder name in bookmarks window is now editable.</LI> + <LI> Double-clicking folder names in the bookmark window to expand/collapse them.</LI> + <LI> Fixed a bug that stops one to create a bbookmark in an empty folder.</LI> + <LI> Tweaked close confirmation behavior.</LI> + <LI> Allow bookmark names to include macros defined by $$ (bug #2142459).</LI> + <LI> Fixed a bug that causes the bell icon never shows.</LI> + <LI> Pasting DOS-format strings now no longer have extra new lines.</LI> + <LI> Fixed a bug of processing wrapping text.</LI> + <LI> Fixed DECCOLM: now screens are correctly cleared.</LI> + <LI> If the preference panel loses focus, we now close font menu to avoid confuse.</LI> +</UL> + +<STRONG>Release 0.9.6</STRONG> 9/24/08<BR><BR> +This is our first release after Leopard was released. Besides the Leopard support, +0.9.6 has the following features and fixes:<BR> +<UL> +<LI>"Blur" effect for transparent windows</LI> +<LI>Full screen mode now supports Spaces and multi-monitor setups.</LI> +<LI>Automatically set up the locale in terminal sessions.</LI> +<LI>Dropping a folder to the iTerm icon opens a new sesssion in the folder path.</LI> +<LI>A bunch of UI improvements, including:</LI> + <UL> + <LI>New option to prompt a warning when a multi-tab window is to be closed.</LI> + <LI>Double-clicking the tab bar now launches a new session.</LI> + <LI>Bookmarks are now sorted alphabetically.</LI> + <LI>Double-clicking in the bookmark window now launches a bookmark.</LI> + <LI>Editing profile names is now correctly implemented.</LI> + </UL> +<LI>As usual, there are many bug fixes including</LI> + <UL> + <LI>Several keyboard issues are fixed.</LI> + <LI>Several fixes for the UTF and double-width characters.</LI> + <LI>No more execessive log entries in the system log.</LI> + <LI>Fixed a bug that crashes iTerm when using Applescripts.</LI> + <LI>Greatly enhanced stability.</LI> + </UL> +</UL> Added: website/appcasts/a/Changelog_final.html =================================================================== --- website/appcasts/a/Changelog_final.html (rev 0) +++ website/appcasts/a/Changelog_final.html 2009-09-23 00:06:26 UTC (rev 1826) @@ -0,0 +1,25 @@ +<STRONG>Release 0.9.6</STRONG> 9/24/08<BR><BR> +This is our first release after Leopard was released. Besides the Leopard support, +0.9.6 has the following features and fixes:<BR> +<UL> +<LI>"Blur" effect for transparent windows</LI> +<LI>Full screen mode now supports Spaces and multi-monitor setups.</LI> +<LI>Automatically set up the locale in terminal sessions.</LI> +<LI>Dropping a folder to the iTerm icon opens a new sesssion in the folder path.</LI> +<LI>A bunch of UI improvements, including:</LI> + <UL> + <LI>New option to prompt a warning when a multi-tab window is to be closed.</LI> + <LI>Double-clicking the tab bar now launches a new session.</LI> + <LI>Bookmarks are now sorted alphabetically.</LI> + <LI>Double-clicking in the bookmark window now launches a bookmark.</LI> + <LI>Editing profile names is now correctly implemented.</LI> + </UL> +<LI>As usual, there are many bug fixes including</LI> + <UL> + <LI>Several keyboard issues are fixed.</LI> + <LI>Several fixes for the UTF and double-width characters.</LI> + <LI>No more execessive log entries in the system log.</LI> + <LI>Fixed a bug that crashes iTerm when using Applescripts.</LI> + <LI>Greatly enhanced stability.</LI> + </UL> +</UL> Added: website/appcasts/a/appcast.xml =================================================================== --- website/appcasts/a/appcast.xml (rev 0) +++ website/appcasts/a/appcast.xml 2009-09-23 00:06:26 UTC (rev 1826) @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"> + <channel> + <title>iTerm Changelog</title> + <link>http://iterm.sourceforge.net/appcasts/a/appcast.xml</link> + <description>Most recent changes with links to updates.</description> + <language>en</language> + <item> + <title>Version 0.9.6.20090920.1</title> + <description>http://iterm.sourceforge.net/appcasts/a/Changelog.html</description> + <pubDate>Sun, 20 Sep 2009 12:00:00 +1000</pubDate> + <enclosure url="http://iterm.sourceforge.net/files/iTerm_0.9.6.20090920.1.zip" length="3224187" type="application/octet-stream"/> + </item> + </channel> +</rss> Added: website/appcasts/a/appcast_final.xml =================================================================== --- website/appcasts/a/appcast_final.xml (rev 0) +++ website/appcasts/a/appcast_final.xml 2009-09-23 00:06:26 UTC (rev 1826) @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sparkle="http:// +www.andymatuschak.org/xml-namespaces/sparkle"> + <channel> + <title>iTerm Changelog</title> + <link>http://iterm.sourceforge.net/appcasts/a/appcast_final.xml</link> + <description>Most recent changes with links to updates.</description> + <language>en</language> + <item> + <title>Version 0.9.6</title> + <description>http://iterm.sourceforge.net/appcasts/a/Changelog_final.html</description> + <pubDate>Wed, 24 Sep 2008 15:00:00 +0000</pubDate> + <enclosure url="http://downloads.sourceforge.net/iterm/iTerm_0.9.6.dmg" length="1934268" type="application/octet-stream"/> + </item> + </channel> +</rss> Added: website/appcasts/a/appcast_panther.xml =================================================================== --- website/appcasts/a/appcast_panther.xml (rev 0) +++ website/appcasts/a/appcast_panther.xml 2009-09-23 00:06:26 UTC (rev 1826) @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sparkle="http:// +www.andymatuschak.org/xml-namespaces/sparkle"> + <channel> + <title>Some App Changelog</title> + <link>http://iterm.sourceforge.net/appcasts/a/appcast_panther.xml</link> + <description>Most recent changes with links to updates.</description> + <language>en</language> + <item> + <title>Version 0.9.6</title> + <description>http://iterm.sourceforge.net/appcasts/a/Changelog.html</description> + <pubDate>Wed, 24 Sep 2008 15:00:00 +0000</pubDate> + <enclosure url="http://downloads.sourceforge.net/iterm/iTerm-Panther_0.9.6.dmg" length="1648888" type="application/octet-stream"/> + </item> + </channel> +</rss> Added: website/appcasts/b/final.xml =================================================================== --- website/appcasts/b/final.xml (rev 0) +++ website/appcasts/b/final.xml 2009-09-23 00:06:26 UTC (rev 1826) @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <channel> + <title>iTerm Changelog</title> + <link>http://iterm.sourceforge.net/appcast/a/final.xml</link> + <description>Stable releases with links to updates.</description> + <language>en</language> + </channel> +</rss> Added: website/appcasts/b/testing.xml =================================================================== --- website/appcasts/b/testing.xml (rev 0) +++ website/appcasts/b/testing.xml 2009-09-23 00:06:26 UTC (rev 1826) @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <channel> + <title>iTerm Changelog - Test releases</title> + <link>http://iterm.sourceforge.net/appcast/a/final.xml</link> + <description>Most recent changes with links to updates.</description> + <language>en</language> + <item> + <title>Version 0.9.6.20090922</title> + <sparkle:releaseNotesLink> + http://iterm.sourceforge.net/appcast/a/0.9.6.20090922.xml + </sparkle:releaseNotesLink> + <pubDate>Tue, 22 Sep 2009 11:59:00 +1000</pubDate> + <enclosure url="http://iterm.sourceforge.net/files/iTerm_0.9.6.20090922.zip" + sparkle:version="2.0" length="3836484" type="application/octet-stream" + sparkle:dsaSignature="MC0CFQCdtSSLECwRkRb7gNeDe6k49SOWKgIUA3XDIHt7EssZHNRmHe1UXY+R/KI=" /> + </item> + </channel> +</rss> Deleted: website/contrib.png =================================================================== --- website/contrib.png 2009-09-22 02:07:33 UTC (rev 1825) +++ website/contrib.png 2009-09-23 00:06:26 UTC (rev 1826) @@ -1,45 +0,0 @@ -\x89PNG - - |