This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Twittia/ReleaseNotes.html
2011-03-12 15:41:08 +01:00

75 lines
No EOL
1.9 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; }
h1 { font-size: 1.2em; }
h2 { font-size: 1em; margin-top: 2em; }
hr { margin: 3em 0; }
</style>
</head>
<body>
<h1>Twittia 2.3.1</h1>
<p>Fixed problem with replay to id where you weren't able to replay to anyone.</p>
<hr />
<h1>Twittia 2.3.0</h1>
<p>Fixed problem with twitter ID overflow in JavaScript.</p>
<p>Added map link with pin.</p>
<p>Simplified and improved replace patterns like URL and username.</p>
<p>Fixed bug with animated avatars.</p>
<p>If the Sparkle download doesn't work get it from
<a href="https://github.com/jeena/Twittia/wiki">https://github.com/jeena/Twittia/wiki</a>
</p>
<hr />
<h1>Twittia 2.2.0</h1>
<p>Now with OAuth.</p>
<p>Added badge to dock icon on new mentions.</p>
<hr />
<h1>Twittia 2.1.2</h1>
<p>Added icon</p>
<p>Fixed problem where you press "a" and a new tweet window opens</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>