diff --git a/HISTORY b/HISTORY index 4a602af..990f2dd 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,11 @@ = Launchy Changlog +== Version 2.0.4 - 2011-07-23 + +* Fix windows 'start' commandline (copiousfreetime/launchy#5) +* Add capability to open local files with no file: scheme present (copiousfreetime/launchy#29) +* Added 'rake how_to_contribute' task (copiousfreetime/launchy#30) +* Make better decisions on when to do shell escaping (copiousfreetime/launchy#31) +* Switch to Addressable::URI so UTF-8 urls may be parsed. (copiousfreetime/launchy#32) == Version 2.0.3 - 2011-07-17 diff --git a/lib/launchy/version.rb b/lib/launchy/version.rb index 2e685ac..1ff95d3 100644 --- a/lib/launchy/version.rb +++ b/lib/launchy/version.rb @@ -1,5 +1,5 @@ module Launchy - VERSION = "2.0.3" + VERSION = "2.0.4" module Version