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 @@ - New global + Global New Post Key t 1835008 2147483647 @@ -859,6 +859,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: YES id id id - id - id - NSString - NSString @@ -2913,10 +2913,6 @@ clearCache: login: logout: - openNewMessageWindow: - sendTweet: - showConversationForPostId:andEntity: - showProfileForEntity: YES @@ -2932,22 +2928,6 @@ logout: id - - openNewMessageWindow: - id - - - sendTweet: - id - - - showConversationForPostId:andEntity: - NSString - - - showProfileForEntity: - NSString - diff --git a/Mac/English.lproj/NewMessageWindow.xib b/Mac/English.lproj/NewMessageWindow.xib index ef1c613..df93ca0 100644 --- a/Mac/English.lproj/NewMessageWindow.xib +++ b/Mac/English.lproj/NewMessageWindow.xib @@ -131,7 +131,7 @@ {{2, 0}, {18, 19}} - + _NS:9 YES @@ -164,7 +164,6 @@ {{258, 2}, {38, 16}} - _NS:9 YES @@ -187,7 +186,7 @@ NO - + 292 {{20, 1}, {19, 19}} @@ -196,13 +195,13 @@ _NS:9 YES - + 67108864 134217728 _NS:9 - + 113524736 268435629 @@ -242,23 +241,15 @@ Add current location 2147483647 - + NSImage NSMenuCheckmark - + NSImage NSMenuMixedState - - - Add photo - - 2147483647 - - - @@ -415,19 +406,11 @@ A 100070 - - - addImage: - - - - 100073 - togglePrivate: - + 100076 @@ -435,7 +418,7 @@ A togglePrivateButton - + 100080 @@ -498,7 +481,7 @@ A - + @@ -556,7 +539,6 @@ A YES - @@ -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