X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=Changelog;h=c6c085389725b25819e599bc930328778e251deb;hp=99af98a72b18881c7d9d9263bb3e6e9207187cf9;hb=ccafdc8aa381ffd2c295f920e897472536dd9b28;hpb=1e806c0771ccdf7ff390441967b13ff69d74dff4 diff --git a/Changelog b/Changelog index 99af98a..c6c0853 100644 --- a/Changelog +++ b/Changelog @@ -1,28 +1,49 @@ -2.2 -> rename the package to browser-switchboard - -- move the config file to $HOME/.config/browser-switchboard, and fall back - to the old location if no config file is found - -- if no config file is found and Tear isn't installed, launch MicroB; - this avoids breaking link opening on a system with a freshly installed - browser-switchboard package and Tear not installed - -- substantial documentation update -2.1 -> steven676 is now the primary maintainer - -- use a config file, /home/user/.config/browser-proxy, if available - -- add support for launching Fennec and Midori out of the box - -- introduce a config option default_browser for selecting the default browser ("tear", "microb", "fennec", "midori", "other") - -- add support for launching an arbitrary browser using the other_browser_cmd config option - -- run maemo-invoker directly instead of /usr/bin/browser to avoid a loop when /usr/bin/browser is a wrapper invoking this script - -- add a new, private D-Bus method for a /usr/bin/browser wrapper to use to launch MicroB with a URI -2.0 -> several patches contributed by steven676: - -- only launch one window if Tear isn't already running - -- use gobject instead of gtk+ for main loop, uses less memory - -- use python dbus interface instead of shelling out for dbus-send - -- add 'continuous mode' option to keep proxy running (faster response) - -- kill browserd on exit if launched from the script - -- add option to use MicroB by default -1.5 -> added mime_open method used by File manager to open .html files -1.4 -> can now manually launch MicroB/browser -- while open, it will be used instead - -- without --print-reply, the initial launching message seems to get lost -1.3 -> sniff for local paths, prefix with file:// (fixes feedcircuit) -1.2 -> removed return values, added osso_browser/request namespace (fixes Pidgin) -1.1 -> fixed wrong capitalization in dbus message -1.0 +version 2.2: +* rename the package to browser-switchboard +* move the config file to $HOME/.config/browser-switchboard, and fall back + to the old location if no config file is found +* if no config file is found and Tear isn't installed, launch MicroB; + this avoids breaking link opening on a system with a freshly installed + browser-switchboard package and Tear not installed +* substantial documentation update + +version 2.1: +* Steven Luo is now the primary maintainer +* use a config file, /home/user/.config/browser-proxy, if available +* add support for launching Fennec and Midori out of the box +* introduce a config option default_browser for selecting the default browser + ("tear", "microb", "fennec", "midori", "other") +* add support for launching an arbitrary browser using the other_browser_cmd + config option +* run maemo-invoker directly instead of /usr/bin/browser to avoid a loop when + /usr/bin/browser is a wrapper invoking this script +* add a new, private D-Bus method for a /usr/bin/browser wrapper to use to + launch MicroB with a URI + +version 2.0: +* several patches contributed by Steven Luo: + - only launch one window if Tear isn't already running + - use gobject instead of gtk+ for main loop, uses less memory + - use python dbus interface instead of shelling out for dbus-send + - add 'continuous mode' option to keep proxy running (faster response) + - kill browserd on exit if launched from the script + - add option to use MicroB by default + +version 1.5: +* added mime_open method used by File manager to open .html files + +version 1.4: +* can now manually launch MicroB/browser -- while open, it will be used instead +* without --print-reply, the initial launching message seems to get lost + +version 1.3: +* sniff for local paths, prefix with file:// (fixes feedcircuit) + +version 1.2: +* removed return values, added osso_browser/request namespace (fixes Pidgin) + +version 1.1: +* fixed wrong capitalization in dbus message + +version 1.0: +* initial release