+ Bump 3.4 update and advertise new ubuntu app
This commit is contained in:
parent
94f5929500
commit
77cf37b323
|
@ -481,3 +481,13 @@ div.screencast:hover .play {
|
|||
position:relative;
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
#download li.ubuntu {
|
||||
list-style: none;
|
||||
background: url('http://www.ubuntu.com/static/u/img/favicon.ico') no-repeat 0.3em center;
|
||||
margin: 0em 0em 0em -1.2em;
|
||||
padding: 0.5em 0.6em 0.5em 1.6em;
|
||||
border: thin #C03F11 dashed;
|
||||
border-radius: 4px 4px 4px 4px;
|
||||
display: inline-block;
|
||||
}
|
|
@ -303,6 +303,7 @@
|
|||
<span class="quote">Today is the day</span>
|
||||
<h2>Download</h2>
|
||||
<ul class="list">
|
||||
<li class="ubuntu">Ubuntu App is available in the <a target="_blank" href="https://apps.ubuntu.com/cat/applications/filebot/">Ubuntu Software Center</a></li>
|
||||
<li>Mac OS X app bundle: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot.app'])" target="_blank" href="download.php?mode=s&type=app">FileBot_@{version}.app</a> (<span class="filesize">21MB</span>)</li>
|
||||
<li>Windows installer: <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_x86.msi'])" target="_blank" href="download.php?mode=s&type=msi&arch=x86">FileBot_@{version}_x86.msi</a> or <a onclick="_gaq.push(['_trackPageview', '/download/FileBot_x64.msi'])" target="_blank" href="download.php?mode=s&type=msi&arch=x64">FileBot_@{version}_x64.msi</a> (<span class="filesize">20MB</span>)</li>
|
||||
<li>Debian packages: <a onclick="_gaq.push(['_trackPageview', '/download/filebot_i386.deb'])" target="_blank" href="download.php?mode=s&type=deb&arch=i386">filebot_@{version}_i386.deb</a> or <a onclick="_gaq.push(['_trackPageview', '/download/filebot_amd64.deb'])" target="_blank" href="download.php?mode=s&type=deb&arch=amd64">filebot_@{version}_amd64.deb</a> (<span class="filesize">20MB</span>)</li>
|
||||
|
@ -314,7 +315,6 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li>Source Zip: <a onclick="_gaq.push(['_trackPageview', '/download/filebot-src.zip'])" target="_blank" href="download.php?mode=s&type=src">filebot-@{version}-src.zip</a> (<span class="filesize">600kB</span>)</li>
|
||||
<li>Ubuntu App is available in the <a target="_blank" href="https://apps.ubuntu.com/cat/applications/filebot/">Ubuntu Software Center</a></li>
|
||||
<li>Chocolatey Windows package is available <a target="_blank" href="http://chocolatey.org/packages/filebot/">via Chocolatey</a></li>
|
||||
<li>Arch Linux package is available <a target="_blank" href="https://aur.archlinux.org/packages.php?ID=27459">via AUR</a></li>
|
||||
<li>Synology NAS package is available <a target="_blank" href="http://missilehugger.com/735/synology-package-filebot/">from MissileHugger</a></li>
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<update>
|
||||
<name>FileBot 3.3</name>
|
||||
<revision>1412</revision>
|
||||
<name>FileBot 3.4</name>
|
||||
<revision>1468</revision>
|
||||
<title>New updates available</title>
|
||||
<message><![CDATA[<html>
|
||||
<b>FileBot 3.3</b><br>
|
||||
<b>FileBot 3.4</b><br>
|
||||
This release features:<br>
|
||||
+ New Music Mode using AcoustID<br>
|
||||
+ Better support certain SxE patterns<br>
|
||||
+ Improved movie detection<br>
|
||||
+ Better handling of conflicts<br>
|
||||
+ Improved episode/subtitle matching<br>
|
||||
+ Improved music mode<br>
|
||||
<html>]]></message>
|
||||
<discussion><![CDATA[http://filebot.sourceforge.net/forums/viewtopic.php?f=7&t=460]]></discussion>
|
||||
<discussion><![CDATA[http://filebot.sourceforge.net/forums/viewtopic.php?f=7&t=522]]></discussion>
|
||||
<download><![CDATA[http://filebot.sourceforge.net/#download]]></download>
|
||||
</update>
|
||||
|
|
Loading…
Reference in New Issue