diff --git a/Appcast.xml b/Appcast.xml index c228169..215bf8d 100755 --- a/Appcast.xml +++ b/Appcast.xml @@ -6,18 +6,14 @@ Most recent changes with links to updates. en - Version 2.0.1 (A rewrite in JavaScript) + Version 2.0.2 (Added twittia: url scheme) 10.5.0 - Twittia 2.0.1 -

This is a complete rewrite, I cut 80% of the functionality and - now it only has functionality which I care for.

-

This is also the first version I try to distribute Sparcle, so - it is updated automagicly in the feature.

- ]]>
- Wed, 18 Apr 2010 03:00:00 +0000 - + http://github.com/downloads/jeena/Twittia/ReleaseNotes.html + + Wed, 19 Apr 2010 02:00:00 +0000 + diff --git a/README.markdown b/README.markdown index 3883fd6..e4f1cd5 100644 --- a/README.markdown +++ b/README.markdown @@ -3,9 +3,10 @@ Twittia Twittia is a slim Twitter client for OS X written in mostly JavaScript. It doesn't implement much of Twitters functionality, only the things **I** -care for. Therefore it is **small** (84 KB) 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. +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. [Download Twittia 2](http://github.com/downloads/jeena/Twittia/Twittia.app.zip) @@ -23,6 +24,9 @@ FAQ:s 3. No, there is no icon yet. +4. Yes there is a twittia: url scheme, try it out: + [twittia:Twittia is the shit](http://twittia.istheshit.net/) + Nice to know ------------ diff --git a/ReleaseNotes.html b/ReleaseNotes.html new file mode 100644 index 0000000..93cc750 --- /dev/null +++ b/ReleaseNotes.html @@ -0,0 +1,29 @@ + + + + Twittia Release Notes + + + + +

Twittia Release Notes

+ +

Twittia 2.0.2

+

Added the twittia: URL scheme.

+ +

Twittia 2.0.1

+

Added Sparcle so the updates will be less efford for the user.

+ +

Twittia 2.0

+

This is a complete rewrite, I cut 80% of the functionality and + now it only has functionality which I care for.

+

This is also the first version I try to distribute Sparcle, so + it is updated automagicly in the feature.

+ + + \ No newline at end of file diff --git a/Twittia 2.xcodeproj/project.pbxproj b/Twittia 2.xcodeproj/project.pbxproj index 6bf1740..b0ae4aa 100644 --- a/Twittia 2.xcodeproj/project.pbxproj +++ b/Twittia 2.xcodeproj/project.pbxproj @@ -11,6 +11,8 @@ 1DDD582D0DA1D0D100B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD582A0DA1D0D100B32029 /* MainMenu.xib */; }; 1F198FC8117BC4AB0049BEA7 /* README.markdown in Resources */ = {isa = PBXBuildFile; fileRef = 1F198FC7117BC4AB0049BEA7 /* README.markdown */; }; 1F1990C6117BCA960049BEA7 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */; }; + 1F1990E0117BD2250049BEA7 /* Appcast.xml in Resources */ = {isa = PBXBuildFile; fileRef = 1F1990DF117BD2250049BEA7 /* Appcast.xml */; }; + 1F1990E2117BD2650049BEA7 /* ReleaseNotes.html in Resources */ = {isa = PBXBuildFile; fileRef = 1F1990E1117BD2650049BEA7 /* ReleaseNotes.html */; }; 1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F705EA5117889FA00C85707 /* sprite-icons.png */; }; 1F70619F1178FBB300C85707 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F70619E1178FBB300C85707 /* Carbon.framework */; }; 1FE2FC93117A818D000504B0 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1FE2FC92117A818D000504B0 /* Sparkle.framework */; }; @@ -51,6 +53,8 @@ 1DDD582B0DA1D0D100B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = ""; }; 1F198FC7117BC4AB0049BEA7 /* README.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.markdown; sourceTree = ""; }; 1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = System/Library/Frameworks/ApplicationServices.framework; sourceTree = SDKROOT; }; + 1F1990DF117BD2250049BEA7 /* Appcast.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Appcast.xml; sourceTree = ""; }; + 1F1990E1117BD2650049BEA7 /* ReleaseNotes.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = ReleaseNotes.html; sourceTree = ""; }; 1F705EA5117889FA00C85707 /* sprite-icons.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sprite-icons.png"; sourceTree = ""; }; 1F70619E1178FBB300C85707 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; 1FE2FC92117A818D000504B0 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = ""; }; @@ -172,6 +176,7 @@ 2A37F4B8FDCFA73011CA2CEA /* Resources */ = { isa = PBXGroup; children = ( + 1F1990DF117BD2250049BEA7 /* Appcast.xml */, 1F198FC7117BC4AB0049BEA7 /* README.markdown */, 1FE2FCA6117A8952000504B0 /* dsa_pub.pem */, 1FFA36C71177D861006C8562 /* WebKit */, @@ -180,6 +185,7 @@ 089C165FFE840EACC02AAC07 /* InfoPlist.strings */, 1DDD58280DA1D0D100B32029 /* MyDocument.xib */, 1DDD582A0DA1D0D100B32029 /* MainMenu.xib */, + 1F1990E1117BD2650049BEA7 /* ReleaseNotes.html */, ); name = Resources; sourceTree = ""; @@ -248,6 +254,8 @@ 1F705EA6117889FA00C85707 /* sprite-icons.png in Resources */, 1FE2FCA7117A8952000504B0 /* dsa_pub.pem in Resources */, 1F198FC8117BC4AB0049BEA7 /* README.markdown in Resources */, + 1F1990E0117BD2250049BEA7 /* Appcast.xml in Resources */, + 1F1990E2117BD2650049BEA7 /* ReleaseNotes.html in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Twittia_2-Info.plist b/Twittia_2-Info.plist index e61d33b..6f0ca2f 100644 --- a/Twittia_2-Info.plist +++ b/Twittia_2-Info.plist @@ -40,9 +40,9 @@ CFBundleSignature ???? CFBundleVersion - 2.0.1 + 2.0.2 CFBundleShortVersionString - 2.0.1 + 2.0.2 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSMainNibFile