CHANGES.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. 1.1.12
  2. ------
  3. - Add additional search engine support
  4. 1.1.11
  5. ------
  6. - Fix issue with UTF-8 encoding
  7. 1.1.10
  8. ------
  9. - Include the link in output when asking for >1 answer
  10. - Compatibility with linuxbrew
  11. 1.1.9
  12. ------
  13. - Fix issue with upload to PyPI
  14. 1.1.8
  15. ------
  16. - Fix colorization when HOWDOI_COLORIZE env variable is enabled
  17. - Fix certificate validation when SSL disabled
  18. 1.1.7
  19. ------
  20. - Add Localization support with HOWDOI_LOCALIZATION env variable (Currently only pt-br and en)
  21. 1.1.6
  22. ------
  23. - Updates for Python3
  24. - Updates for caching
  25. 1.1.5
  26. ------
  27. - Updates for Python3
  28. - Fix issues with cache
  29. - Allow disabling SSL when accessing Google
  30. 1.1.4
  31. ------
  32. - Added caching
  33. 1.1.3
  34. ------
  35. - Added fix to handle change in Google search page HTML
  36. - Updated Travis CI tests
  37. 1.1.2
  38. ------
  39. - Compatibility fixes for Python3.2
  40. - Travis CI tests now being run for Python 2.6, 2.7, 3.2, and 3.3
  41. 1.1.1
  42. ------
  43. - Added message when question has no answer
  44. 1.1
  45. ------
  46. - Added multiple answers with -n/--num-answers flag
  47. - Added colorized output with -c/--color flag
  48. - Added answer link to the bottom of questions with -a/--all flag
  49. - Unit tests now managed through Travis CI
  50. 1.0
  51. ------
  52. - Added support for Python3
  53. - Switched to the requests library instead of urllib2
  54. - Project status changed to Production/Stable
  55. - Added troubleshooting steps to the README
  56. 0.2
  57. ------
  58. - Added sane flags
  59. - Now using ``/usr/bin/env python`` instead of ``/usr/bin/python``
  60. - Updated README for brew installation instructions
  61. 0.1.2
  62. ------
  63. - Added Windows executable
  64. - Updated README for pip installation instructions
  65. 0.1.1
  66. ------
  67. - Added to PyPI
  68. 0.1
  69. ------
  70. - We're doing it live!