History.rdoc in win32screenshot-1.0.5 vs History.rdoc in win32screenshot-1.0.6
- old
+ new
@@ -1,4 +1,9 @@
+= 1.0.6 2011-10-16
+* Screenshot will be taken of the whole window instead of client area - e.g. with title bar and such.
+* Added :context option to specify which area to take screenshot of - possible values are :window or :client
+ Win32::Screenshot::Take.of(:window, :hwnd => 1234, :context => :client)
+
= 1.0.5 2011-08-18
* Minor output message change
= 1.0.4 2011-06-18
* Make sure that mini_magick 3.2 is used due to bug in 3.3-s dependency subexec https://github.com/nulayer/subexec/issues/4