54 lines
No EOL
1.3 KiB
HTML
54 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Twittia Release Notes</title>
|
|
<style type="text/css">
|
|
body { font-family: "Lucida Grande", sans-serif; font-size: 0.75em; }
|
|
h1 { font-size: 1.2em; }
|
|
h2 { font-size: 1em; margin-top: 2em; }
|
|
hr { margin: 3em 0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Twittia 2.2.0</h1>
|
|
<p>Added icon.</p>
|
|
<p>Now with OAuth.</p>
|
|
<p>Added badge to dock icon on new mentions.</p>
|
|
|
|
<hr />
|
|
|
|
<h1>Twittia 2.1.1</h1>
|
|
<p>Added possibility to change the hotkey in defaults.</p>
|
|
<p>Added a notice to the timeline window how many unread mentions there are.</p>
|
|
<p>Changed the plugin API to support more functionality.</p>
|
|
|
|
<hr />
|
|
|
|
<h1>Twittia 2.1.0</h1>
|
|
<p>Fixed some wrong links.</p>
|
|
<p>Fixed problem with closed timeline window.</p>
|
|
<p>Implemented a mentions view.</p>
|
|
|
|
<hr />
|
|
|
|
<h1>Twittia 2.0.2</h1>
|
|
<p>Added the <code>twittia:</code> URL scheme.</p>
|
|
<p>Added a JavaScript-plugin API.</p>
|
|
|
|
<hr />
|
|
|
|
<h1>Twittia 2.0.1</h1>
|
|
<p>Added Sparcle so the updates will be less efford for the user.</p>
|
|
|
|
<hr />
|
|
|
|
<h1>Twittia 2.0</h1>
|
|
<p>This is a complete rewrite, I cut 80% of the functionality and
|
|
now it only has functionality which I care for.</p>
|
|
<p>This is also the first version I try to distribute Sparcle, so
|
|
it is updated automagicly in the feature.</p>
|
|
|
|
</body>
|
|
</html> |