diff --git a/Mac/English.lproj/MainMenu.xib b/Mac/English.lproj/MainMenu.xib
index d5b00c6..7acd75b 100644
--- a/Mac/English.lproj/MainMenu.xib
+++ b/Mac/English.lproj/MainMenu.xib
@@ -226,7 +226,7 @@
{397, 581}
+
@@ -878,6 +879,7 @@
{397, 581}
+
{{0, 0}, {2560, 1418}}
@@ -928,6 +930,7 @@
{376, 581}
+
@@ -945,6 +948,7 @@
{376, 581}
+
{{0, 0}, {2560, 1418}}
@@ -992,6 +996,7 @@
{376, 581}
+
@@ -1002,6 +1007,7 @@
{376, 581}
+
{{0, 0}, {2560, 1418}}
@@ -1049,6 +1055,7 @@
{376, 581}
+
@@ -1059,6 +1066,7 @@
{376, 581}
+
{{0, 0}, {2560, 1418}}
@@ -2890,20 +2898,12 @@
clearCache:
login:
logout:
- openNewMessageWindow:
- sendTweet:
- showConversationForPostId:andEntity:
- showProfileForEntity:
-
-
-
-
@@ -593,24 +575,19 @@ A
-
- 100071
-
-
-
100074
-
+
YES
-
+
100075
-
-
+
+
@@ -633,7 +610,6 @@ A
100060.IBPluginDependency
100065.IBPluginDependency
100066.IBPluginDependency
- 100071.IBPluginDependency
100074.IBPluginDependency
100075.IBPluginDependency
5.IBPluginDependency
@@ -660,7 +636,6 @@ A
com.apple.InterfaceBuilder.CocoaPlugin
com.apple.InterfaceBuilder.CocoaPlugin
com.apple.InterfaceBuilder.CocoaPlugin
- com.apple.InterfaceBuilder.CocoaPlugin
{{127, 736}, {299, 113}}
com.apple.InterfaceBuilder.CocoaPlugin
diff --git a/Mac/NewMessageWindow.m b/Mac/NewMessageWindow.m
index 1f1f687..7bafa64 100644
--- a/Mac/NewMessageWindow.m
+++ b/Mac/NewMessageWindow.m
@@ -106,7 +106,7 @@
NSInteger location = [string rangeOfString:@" "].location;
NSInteger length = 0;
if (location != NSNotFound) {
- length = [[textField stringValue] length] - location - 1;
+ length = [[textField stringValue] length] - location - 1;
}
diff --git a/Mac/Tentia-Info.plist b/Mac/Tentia-Info.plist
index 69d9eb6..09a01a2 100644
--- a/Mac/Tentia-Info.plist
+++ b/Mac/Tentia-Info.plist
@@ -42,7 +42,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.5.0
+ 0.5.1
CFBundleSignature
????
CFBundleURLTypes
@@ -57,7 +57,7 @@
CFBundleVersion
- 0.5.0
+ 0.5.1
LSApplicationCategoryType
public.app-category.lifestyle
LSMinimumSystemVersion
diff --git a/Mac/publish/Appcast.xml b/Mac/publish/Appcast.xml
index 66e7ea1..2e739ef 100755
--- a/Mac/publish/Appcast.xml
+++ b/Mac/publish/Appcast.xml
@@ -6,15 +6,15 @@
Most recent changes with links to updates.
en
-
- Version 0.5.0
+ Version 0.5.1
10.5.0
http://jabs.nu/Tentia/download/ReleaseNotes.html
- Wed, 28 Nov 2012 22:52:59 +0100
+ Sat, 22 Dec 2012 19:49:03 +0100
+ sparkle:dsaSignature="MC0CFQCDotQZvUkGnOJh0pIWzzaP902yMwIUW0b52UWW2UsQO6E4u03d/h8j1lg=" />
diff --git a/Mac/publish/ReleaseNotes.html b/Mac/publish/ReleaseNotes.html
index 7fa2a1b..33c417a 100644
--- a/Mac/publish/ReleaseNotes.html
+++ b/Mac/publish/ReleaseNotes.html
@@ -14,6 +14,18 @@
+Tentia 0.5.1
+
+Implemented private posts
+Implemented cache
+Support for HTML <link> element
+Clicking on dock icon opens main window
+Fixed conversation view loading posts
+Repost is now mentioning the original post
+Several bugfixes
+
+
+
Tentia 0.5.0
Added "Send" button to "New Post" window