renamed most tweet-stuff to tentia
This commit is contained in:
parent
0d49a3b275
commit
3a7c2f612a
362 changed files with 13308 additions and 561 deletions
|
@ -2,7 +2,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Twittia Release Notes</title>
|
||||
<title>Tentia Release Notes</title>
|
||||
<style type="text/css">
|
||||
body { font-family: "Lucida Grande", sans-serif; }
|
||||
h1 { font-size: 1.2em; }
|
||||
|
@ -12,74 +12,8 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<h1>Twittia 2.4.0</h1>
|
||||
|
||||
<p>Rewritten the OAuth parts in pure JavaScript.</p>
|
||||
<p>Small bugfixes.</p>
|
||||
<p>Added thumbnails for Twitter, Twitpic, Yfrog and YouTube links.</p>
|
||||
<p>Raplacing to.co, bit.ly and j.mp links with full URLs.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<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>
|
||||
<h1>Tentia 0.1.0</h1>
|
||||
<p>First attempt to rewrite the old Twitter client Twittia to a new and shiny Tent client Tentia.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in a new issue