1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-08-13 15:53:47 -04:00

add flattr button

This commit is contained in:
foudfou 2013-01-28 10:46:42 +01:00
parent 9ce17d4534
commit 604d02efd4

View File

@ -87,7 +87,7 @@
<hr class="space"/>
<div class="span-16 colborder">
<section id="features">
<h2>Features</h2>
@ -124,11 +124,32 @@
</ul></p>
</section>
</div>
<div class="span-7 last">
<aside id="related_links">
<h4>related links</h4>
<p><a href="https://addons.mozilla.org/fr/firefox/addon/firetray/">Firetray
on Mozilla</a></p>
<p><a href="https://github.com/foudfou/FireTray">Firetray development</a></p>
<p><a href="http://code.google.com/p/firetray/">Firetray-XPCOM development</a></p>
</aside>
<hr class="space" />
<aside id="friends">
<h4>Friends</h4>
<p><a href="http://www.system-d.de/produkte/industrial-storage/industrial-ssd.html">Industrial
Flash</a></p>
</aside>
</div>
<div class="span-16 colborder">
<section id="release-notes">
<h2>Release Notes</h2>
<article id="v0.4.4">
<h3>v0.4.5 &mdash; 2013-02-11</h3>
<article id="v0.4.5">
<h3>v0.4.5 &mdash; 2013-01-25</h3>
<p>Minor fixes. Mainly addressing Mozilla review comments</p>
</article>
@ -142,23 +163,23 @@
<article id="v0.4.3">
<h3>v0.4.3 &mdash; 2012-09-25</h3>
<p><strong>The <code>-showHide</code> command line option has been
renamed to <code>-firetrayShowHide</code></strong>. This option is
useful for making a keyboard shortcut to show/hide your favorite
Mozilla application.</p>
renamed to <code>-firetrayShowHide</code></strong>. This option is
useful for making a keyboard shortcut to show/hide your favorite
Mozilla application.</p>
<p><ul>
<li>Chat icon (Thunderbird-only) (<a href="https://github.com/foudfou/FireTray/issues/51">#51</a>)</li>
<li>handle <a href="https://addons.mozilla.org/fr/thunderbird/addon/exquilla-exchange-web-services/">Exquilla</a> accounts (<a href="https://github.com/foudfou/FireTray/issues/55">#55</a>)</li>
<li>better preference interface
(<span class="key">Ctrl</span>+<span class="key">Alt</span>+<span class="key">Shift</span>+<span class="key">P</span>
keyboard shortcut)</li>
(<span class="key">Ctrl</span>+<span class="key">Alt</span>+<span class="key">Shift</span>+<span class="key">P</span>
keyboard shortcut)</li>
<li>option to restrict count to favorite folders
(<a href="https://github.com/foudfou/FireTray/issues/21">#21</a>, <a href="https://github.com/foudfou/FireTray/issues/45">#45</a>)</li>
(<a href="https://github.com/foudfou/FireTray/issues/21">#21</a>, <a href="https://github.com/foudfou/FireTray/issues/45">#45</a>)</li>
<li>option to launch program on message count change (<a href="https://github.com/foudfou/FireTray/issues/33">#33</a>, <a href="https://github.com/foudfou/FireTray/issues/37">#37</a>)</li>
<li>option to hide only last window (<a href="https://github.com/foudfou/FireTray/issues/33">#33</a>, <a href="https://github.com/foudfou/FireTray/issues/24">#24</a>)</li>
<li>internal reworks
(+ <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=760802">nsIBaseWindow.nativeHandle</a>
+ better logging with log4moz)</li>
(+ <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=760802">nsIBaseWindow.nativeHandle</a>
+ better logging with log4moz)</li>
<li>fix start_hidden (<a href="https://github.com/foudfou/FireTray/issues/39">#39</a>)</li>
<li>fix auto-iconify-after-show (<a href="https://github.com/foudfou/FireTray/issues/54">#54</a>)</li>
<li>fix recursive folder count (<a href="https://github.com/foudfou/FireTray/issues/44">#44</a>)</li>
@ -187,13 +208,13 @@
<article id="v0.4.1">
<h3>v0.4.1 &mdash; 2012-03-16</h3>
<p><strong>After a long wait, the js-ctypes re-write of FireTray is
released !</strong></p>
released !</strong></p>
<p><ul>
<li>internal cleaning (avoid polluting global namespace,
<tt>browser.tabs.warnOnClose</tt> set session-wide)</li>
<tt>browser.tabs.warnOnClose</tt> set session-wide)</li>
<li>change defaults for hides_single_window (true),
remember_desktop (false)</li>
remember_desktop (false)</li>
<li>bug fixes</li>
</ul></p>
</article>
@ -212,7 +233,7 @@
<h3>v0.4.0b3 &mdash; 2012-02-09</h3>
<p><ul>
<li>option for activating restored windows. This ensures windows
are restored on top, and get the focus</li>
are restored on top, and get the focus</li>
<li>fix restoring maximized windows on dual-screens</li>
<li>option for checking new messages instead of unread ones</li>
</ul></p>
@ -241,23 +262,12 @@
</article>
</section>
</div>
<div class="span-7 last">
<aside id="related_links">
<h4>related links</h4>
<p><a href="https://addons.mozilla.org/fr/firefox/addon/firetray/">Firetray
on Mozilla</a></p>
<p><a href="https://github.com/foudfou/FireTray">Firetray development</a></p>
<p><a href="http://code.google.com/p/firetray/">Firetray-XPCOM development</a></p>
</aside>
<hr class="space" />
<aside id="friends">
<h4>Friends</h4>
<p><a href="http://www.system-d.de/produkte/industrial-storage/industrial-ssd.html">Industrial
Flash</a></p>
<aside id="donations">
<iframe src="http://tools.flattr.net/widgets/thing.html?thing=1114491" width="292" height="420"></iframe>
</aside>
</div>