diff --git a/.gitignore b/.gitignore
index dafb8b8..b87be8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
build/
Tentia.xcodeproj/project.xcworkspace/xcuserdata/jeena.xcuserdatad/UserInterfaceState.xcuserstate
+dsa_priv.pem
diff --git a/Appcast.xml b/Appcast.xml
index ef1c5f9..b74ddcb 100755
--- a/Appcast.xml
+++ b/Appcast.xml
@@ -2,19 +2,19 @@
Tentia's Changelog
- http://github.com/downloads/jeena/Tentia/Appcast.xml
+ http://jabs.nu/Tentia/download/Appcast.xml
Most recent changes with links to updates.en
- Version 0.1.0
+ Version 0.1.110.5.0
- http://jeenaparadies.net/tentia/ReleaseNotes.html
- Sun, 02 Oct 2011 21:23:23 +0200
- http://jabs.nu/Tentia/download/ReleaseNotes.html
+ Sat, 03 Nov 2012 03:16:09 +0100
+
+ sparkle:dsaSignature="MCwCFBIWYzANyXNp9wvyQdOeJZ+FN/JFAhQV+ubR0l8jEX3gIgPPyNMp5iIxGA==" />
diff --git a/Core.js b/Core.js
index f308964..d455a7b 100644
--- a/Core.js
+++ b/Core.js
@@ -27,6 +27,7 @@ function Core(action) {
}
Core.prototype.newStatus = function(status) {
+
if(status != null && status.length > 0) {
this.since_id = status[0]["id"];
for(var i = status.length-1, c=0; i>=c; --i) {
diff --git a/README.markdown b/README.markdown
index f3ec27a..b0c513a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -2,35 +2,5 @@ Tentia
=======
Tentia is a slim Tent client for OS X written in mostly JavaScript.
-It doesn't implement much of Tents functionality, only the things **I**
-care for. Therefore it is **small** and **fast** and looks good
-by doing so. _"Keep it simple, stupid!"_ Is the mantra, therefore there
-will not by much more functionality as it is now. But you're welcome to
-fork and extend it.
-Sorry, Tentia is in the first development stage so nothing is working yet.
-
-It works on Mac OS 10.5 and higher.
-
-
-
-FAQ:s
------
-
-1. The global hotkey for a new Message is: `Ctrl Alt Cmd m`
-
-2. Yes there is a tentia: url scheme.
-
-3. Yes, there is a JavaScript-plugin-API. Create this file:
- `~/Library/Application Support/Tentia/Plugin.js`
-
-4. Yes, you can change the look through CSS. Create this file:
- `~/Library/Application Support/Tentia/Style.css`
-
-
-
-Nice to know
-------------
-
-Originally the code was written for a Twitter client called
-[Twittia](https://github.com/jeena/Twittia/wiki).
\ No newline at end of file
+For more info check out the Wiki page: https://github.com/jeena/Tentia/wiki
\ No newline at end of file
diff --git a/ReleaseNotes.html b/ReleaseNotes.html
index a75be7d..421c1ac 100644
--- a/ReleaseNotes.html
+++ b/ReleaseNotes.html
@@ -12,6 +12,10 @@
+
Tentia 0.1.1
+
Bugfixes
+
Changed to send on Cmd+Enter.
+
Tentia 0.1.0
First attempt to rewrite the old Twitter client Twittia to a new and shiny Tent client Tentia.