fixed problem with twittia: scheme
This commit is contained in:
parent
a2d456b168
commit
ce5ee9f2ee
7 changed files with 52 additions and 36 deletions
|
@ -7,25 +7,30 @@
|
|||
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 Release Notes</h1>
|
||||
|
||||
<h2>Twittia 2.1.0</h2>
|
||||
<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>
|
||||
|
||||
<h2>Twittia 2.0.2</h2>
|
||||
<hr />
|
||||
|
||||
<h1>Twittia 2.0.2</h1>
|
||||
<p>Added the <code>twittia:</code> URL scheme.</p>
|
||||
<p>Added a JavaScript-plugin API.</p>
|
||||
|
||||
<h2>Twittia 2.0.1</h2>
|
||||
<hr />
|
||||
|
||||
<h1>Twittia 2.0.1</h1>
|
||||
<p>Added Sparcle so the updates will be less efford for the user.</p>
|
||||
|
||||
<h2>Twittia 2.0</h2>
|
||||
<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
|
||||
|
|
Reference in a new issue