version bump
This commit is contained in:
parent
90d5e30408
commit
79a4d503b2
4 changed files with 21 additions and 11 deletions
|
@ -42,7 +42,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.0</string>
|
<string>1.1.0</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleURLTypes</key>
|
<key>CFBundleURLTypes</key>
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.0.0</string>
|
<string>1.1.0</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.social-networking</string>
|
<string>public.app-category.social-networking</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|
|
@ -6,15 +6,15 @@
|
||||||
<description>Most recent changes with links to updates.</description>
|
<description>Most recent changes with links to updates.</description>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<item>
|
<item>
|
||||||
<title>Version 1.0.0</title>
|
<title>Version 1.1.0</title>
|
||||||
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
|
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
|
||||||
<sparkle:releaseNotesLink>http://jabs.nu/bungloo/download/ReleaseNotes.html</sparkle:releaseNotesLink>
|
<sparkle:releaseNotesLink>http://jabs.nu/bungloo/download/ReleaseNotes.html</sparkle:releaseNotesLink>
|
||||||
<pubDate>Mon, 11 Feb 2013 00:29:41 +0100</pubDate>
|
<pubDate>Mon, 18 Feb 2013 11:33:48 +0100</pubDate>
|
||||||
<enclosure url="http://jabs.nu/bungloo/download/Bungloo.app.zip"
|
<enclosure url="http://jabs.nu/bungloo/download/Bungloo.app.zip"
|
||||||
sparkle:version="1.0.0"
|
sparkle:version="1.1.0"
|
||||||
length="1101694"
|
length="1105549"
|
||||||
type="application/octet-stream"
|
type="application/octet-stream"
|
||||||
sparkle:dsaSignature="MCwCFB1JIQINycvbZblob0PHy6Be1nVzAhQ2zkoVqoOjJsDjcnZYjI1qY7oX1Q==" />
|
sparkle:dsaSignature="MC0CFQCED9uY/wOwiJu7RKZhGyDYAo9zMgIUGWRdR1ZyZJylFD7vpyYiyUAm+kg=" />
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
|
@ -13,6 +13,16 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<h1>Bungloo 1.1.0</h1>
|
||||||
|
|
||||||
|
<p>Moved time ago so it is always visible</p>
|
||||||
|
<p>Implemented thumbnails for linked images and videos</p>
|
||||||
|
<p>Added a map to posts with position</p>
|
||||||
|
<p>Links now are only linked if they start with http</p>
|
||||||
|
<p>Smaller bugfixes</p>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
<h1>Bungloo 1.0.0</h1>
|
<h1>Bungloo 1.0.0</h1>
|
||||||
|
|
||||||
<p><strong>Automatic updade doesn't work, please download Bungloo from here: <a href="http://jabs.nu/bungloo/download/Bungloo.app.zip">Bungloo.app.zip</a></strong> and then remove the old Tentia from your Applications directory.</p>
|
<p><strong>Automatic updade doesn't work, please download Bungloo from here: <a href="http://jabs.nu/bungloo/download/Bungloo.app.zip">Bungloo.app.zip</a></strong> and then remove the old Tentia from your Applications directory.</p>
|
||||||
|
|
|
@ -49,8 +49,8 @@ xml = <<XML
|
||||||
XML
|
XML
|
||||||
|
|
||||||
File.open("#{path}/Appcast.xml", 'w') {|f| f.write(xml) }
|
File.open("#{path}/Appcast.xml", 'w') {|f| f.write(xml) }
|
||||||
system "scp \"#{release_path}/Bungloo.app.zip\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/"
|
system "scp \"#{release_path}/Bungloo.app.zip\" jeena@jeena.net:~/jabs.nu/public/bungloo/download/"
|
||||||
system "scp \"#{path}/ReleaseNotes.html\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/"
|
system "scp \"#{path}/ReleaseNotes.html\" jeena@jeena.net:~/jabs.nu/public/bungloo/download/"
|
||||||
system "scp \"#{path}/Appcast.xml\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/"
|
system "scp \"#{path}/Appcast.xml\" jeena@jeena.net:~/jabs.nu/public/bungloo/download/"
|
||||||
|
|
||||||
puts "Done."
|
puts "Done."
|
||||||
|
|
Reference in a new issue