diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index a82db79..0000000 --- a/ChangeLog +++ /dev/null @@ -1,40 +0,0 @@ -NOTE: This log is discontinued. - -2015-08-17 Arun Prakash Jana - * google: Support time limited search - Throw error in case of google error due to unusual activity from IP - Support file type specific search - * google.1: Updated manpage for new option -t - -2015-08-16 Arun Prakash Jana - * google: Use https - Handle google redirections (error 302) - Show full text snippet of search results - Unicode in URL works - Colour output by default, -C now disables it (toggled) - The first URL now correctly opens in browser with -j switch - Honour -j even if -n is not used and open the result in browser - Fixed character encoding problem in URL e.g. double quotes (%22) changed to %2522 - Skip browser to show result in console for empty URL, e.g., first result of ‘define hello’ - * google.1: Modified manpage author section - -2008-10-16 Henri Häkkinen - - * google: Changed option -o to -j because -o generally means - "output". Long line truncating. - -2008-10-15 Henri Häkkinen - - * google: Added options -l and -C. Now prints the full query URL - before showing the results. - * google.1: Fixed typos and added info for options -l and -C. - * Makefile: Added install and uninstall scripts. - -2008-10-14 Henri Häkkinen - - * google: Added -o option. - * google.1: Created the manpage. - -2008-10-13 Henri Häkkinen - - Initial version.