Update Appcast
[MacVim.git] / src / MacVim / macvim_latest.xml
blob96d7ec2440495e28dabbecf829360eefeb8eb5ce
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"> 
3   <channel>
4     <title>MacVim Cutting Edge</title>
5     <link>http://bjorn.winckler.googlepages.com/macvim_latest.xml</link>
6     <description>Most recent changes with links to updates.</description>
8     <!--
9     To add a new release:
11     * add a new <item> below (copy an old one)
12     * Adapt the <title>
13     * Adapt the <description>
14     * Adapt the <pubDate> (format 'Day, dd Mon yyyy hh:mm CET')
15     * Adapte <enclosure>, make sure to update the url, length, saprkle:version
16       and sparkle:shortVersionString attributes.
18     Sparkle honors the following user defaults:
20     * SUFeedURL overrides the value in Info.plist (if we want to offer several
21       appcasts in the preferences one day ("latest", "stable" for example).
23       This means that for testing you can do
25           defaults read org.vim.MacVim SUFeedURL  # note this down
26           defaults write org.vim.MacVim SUFeedURL file:///Users/you/testcast.xml
27             # !!! note the three '/' after 'file:
28           # test test test
29           defaults write org.vim.MacVim SUFeedURL previousvalue
30           # or, to use some default setting for the url,
31           defaults delete org.vim.MacVim SUFeedURL
33     Sparkle usually assumes a naming scheme of name_versionnumber.tar.bz2 .
34     Instead, you can also provide a sparkle:version="2.0_rc2" attribute on
35     the enclosure and name the package as you like. You can (and should) also
36     provide a sparkle:shortVersionString="User-facing version string"
37     attribute that corresponds to CFBundleShortVersionString. Sparkle uses
38     CFBundleVersion to determine the current application version.
40     Sparkle supports updates in zip, tar, tbz, tgz, or dmg format.
41     -->
42     
43     <item>
44       <title>Snapshot 21 released</title>
45       <description><![CDATA[
46 <h1>MacVim snapshot 21 released</h1>
47 <ul>
48   <li>The macvim color scheme changed so that line numbers look better when
49     the background is dark (enable line numbers with :set number; set dark
50     background with :set bg=dark)</li>
51   <li>Improved support for Voice Over (enable with &lt;D-F5&gt;)</li>
52   <li>System bell support (see :h 'vb' on how to turn it off)</li>
53   <li>MacVim no longer associates to .plist and .dict since these may well be
54     in binary format</li>
55   <li>Added Find Next &lt;D-g&gt;, Find Previous &lt;D-G&gt; and Use Selection
56     for Find &lt;D-e&gt; menu items</li>
57   <li>Track pad scrolling is now force sensitive</li>
58   <li>Added help section on preferences</li>
59   <li>Preferences panel updated (also no longer hides when MacVim loses focus)
60     </li>
61 </ul>
62       ]]></description>
63       <pubDate>Mon, 11 Feb 2008 22:17 CET</pubDate>
64       <enclosure type="application/octet-stream"
65         url="http://macvim.googlecode.com/files/MacVim-snapshot-21.tbz"
66         length="7814596"
67         sparkle:version="21"
68         sparkle:shortVersionString="snapshot 21"
69         />
70     </item>
73     <item>
74       <title>Snapshot 20 released</title>
75       <description><![CDATA[
76 <h1>MacVim snapshot 20 released</h1>
77 <ul>
78   <li>Automatic updates via Sparkle (Nico Weber)</li>
79   <li>Preferences panel</li>
80   <li>Fix ^C^W bug (Issue 48)</li>
81   <li>Make sure window is ordered front when new files are opened</li>
82   <li>Warn when quitting with multiple tabs or windows open</li>
83   <li>&lt;D-w&gt; can now be used to close dialogs (such as the About dialog)</li>
84 </ul>
85       ]]></description>
86       <pubDate>Sun, 03 Feb 2008 16:39 CET</pubDate>
87       <enclosure type="application/octet-stream"
88         url="http://macvim.googlecode.com/files/MacVim-snapshot-20.tbz"
89         length="7805678"
90         sparkle:version="20"
91         sparkle:shortVersionString="snapshot 20"
92         />
93     </item>
94   </channel>
95 </rss>