new version with url scheme

This commit is contained in:
Jeena Paradies 2010-04-19 02:06:58 +02:00
parent 6ff76392d1
commit f23314b925
5 changed files with 53 additions and 16 deletions

29
ReleaseNotes.html Normal file
View file

@ -0,0 +1,29 @@
<!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; }
</style>
</head>
<body>
<h1>Twittia Release Notes</h1>
<h2>Twittia 2.0.2</h2>
<p>Added the <code>twittia:</code> URL scheme.</p>
<h2>Twittia 2.0.1</h2>
<p>Added Sparcle so the updates will be less efford for the user.</p>
<h2>Twittia 2.0</h2>
<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>