Skip to content

Commit

Permalink
add 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed Sep 13, 2009
1 parent d6267b4 commit 461d919
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -31,7 +31,7 @@ <h1>ClickToFlash</h1>

<div class="download_box">
<div class="download_button_box">
<a href="http://cloud.github.com/downloads/rentzsch/clicktoflash/ClickToFlash-1.5.zip">1.5</a>
<a href="http://cloud.github.com/downloads/rentzsch/clicktoflash/ClickToFlash-1.5.1.zip">1.5.1</a>
</div>
Latest stable version<br />
<div class="sys_reqs_box">
Expand Down
48 changes: 48 additions & 0 deletions release_notes/1.5.1.html
@@ -0,0 +1,48 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>ClickToFlash 1.5.1 release notes</title>
<style type="text/css">
body {
font-family: "Lucida Grande";
font-size: 11px;
line-height: 130%;
}
ul {
padding-left: 1em;
margin-left: 1em;
}
li {
margin-bottom: 0.75em;
}
ul ul {
margin-top: 0.5em;
}
</style>
</head>
<body>

<ul>
<li>1.5.1: Fix updater bug where ClickToFlash would check for updates every time it was loaded.</li>
<li>Now runs on Mac OS X 10.4 Tiger and 10.6 Snow Leopard. Current complete compatibility list:
<ul>
<li>10.4.11 PowerPC (ppc)</li>
<li>10.4.11 Intel (i386)</li>
<li>10.5.8 PowerPC (ppc)</li>
<li>10.5.8 Intel (i386)</li>
<li>10.6 Intel (i386 &amp; x86_64)</li>
</ul>
</li>
<li>&ldquo;Play Fullscreen in QuickTime Player&rdquo; contextual menu command for viewing YouTube videos in QuickTime Player (which has niceties like supporting the Apple remote).</li>
<li>Extensible application-wide whitelisting for apps like Hulu Desktop, PandoraJam and Wii Transfer that utilize Flash.</li>
<li>Support for HD YouTube videos.</li>
<li>Badge shows an ellipsis (&hellip;) while checking for YouTube video variants (HD, H.264).</li>
<li>User preferences now are stored in a separate file, allowing them to be shared across applications.</li>
<li>Flash badge contrast improved against dark backgrounds.</li>
<li>Top-bias badge text 60% on flickr.com to avoid its &ldquo;Loading&hellip;&rdquo; overlay text.</li>
<li>Uninstall button in settings window.</li>
</ul>

</body>
</html>
6 changes: 6 additions & 0 deletions release_notes/appcast.xml
Expand Up @@ -5,6 +5,12 @@
<link>http://rentzsch.github.com/clicktoflash/release_notes/appcast.xml</link>
<language>en</language>
<description>Most recent changes with links to updates</description>
<item>
<title>version 1.5.1</title>
<pubDate>Sun, 13 Sep 2009 16:19:11 -0500</pubDate>
<sparkle:releaseNotesLink>http://rentzsch.github.com/clicktoflash/release_notes/1.5.1.html</sparkle:releaseNotesLink>
<enclosure type="application/zip" sparkle:version="1.5.1" url="https://s3.amazonaws.com/clicktoflash/ClickToFlash-1.5.1.zip"/>
</item>
<item>
<title>version 1.5</title>
<pubDate>Sun, 13 Sep 2009 03:39:12 -0500</pubDate>
Expand Down

0 comments on commit 461d919

Please sign in to comment.