New release.
[AddApp.git] / AddApp / Help / Changes
blobe59c3a8c2d928f2ed84611bbbb1ab478f1dc986d
1 29-May-2007 (Release 0.7)
3 - Added support for local and distribution implementations. A local implementation
4   is a self-contained directory which the user has installed manually (e.g. an
5   svn checkout). A distribution implementation is one installed by a traditional
6   package manager and is not self-contained.
8 - When showing help for a program, use the new 'doc-dir' attribute in the feed
9   if possible. Only look for a ROX-style Help directory if the attribute is
10   missing.
12 - If a feed has a <needs-terminal> element, run it in a suitable terminal
13   emulator (x-terminal-emulator, or a fallback if that's missing).
15 - If a feed has no main attribute, don't just report the error; refuse to
16   create the launcher too!
18 - When choosing 'Versions...' from the menu, don't pass the --versions option
19   through to 0launch. Normally it doesn't make any difference, because we're in
20   download-only mode, but it matters when testing the program to report a bug.
22 - If we have injector 0.19 or later, use the icon from that instead of
23   downloading another one.
26 09-Mar-2006 (Release 0.6)
28 - Remove any '.xml' extension from the interface when generating the default
29   name for the save box.
31 - Support main attributes on individual implementations, not just interfaces.
32   This used to produce a (harmless) warning when using new-style interface
33   files.
35 - Cope with interfaces with no 'main' on the root, but only on the
36   implementations (reported by Stephen Watson).
37   
38 - Added support for local interfaces.
40 - When showing the help files for an application, download it if it's not
41   cached. If it is cached, never check for updates.
43 Version 0.5:
45 - If the application already has an AppInfo file, use that as the default.
46   This means that the About section, summaries and translations, and existing
47   menu items remain.
49 - If the application has an AppletRun, create one in the launcher too. This
50   requires the yet-to-be-released 0launch 0.15 to run, however.
52 Version 0.4
54 - Add a tooltip showing the interface URI and the summary (Peter Prohaska).
56 Version 0.3
58 - Create wrappers with a 'Help' menu item that opens the app's help directory.
60 - Don't fail if the icon is missing, just print a warning and continue.