Skip to content

Releases: KUTlime/PowerShell-GoogleImageSearch-Module

v1.2.0 Release of Google Image Search Module

31 Jan 07:47

Choose a tag to compare

v1.2.0: (2020-01-31)

  • Support for PowerShell Core

Remarks

Support of PowerShell Core was achieved by nasty hacking of exception thrown by .NET Core that mentioned here an full description of the .NET Core behaviour is here.

v1.1.2 Release of Google Image Search Module

25 Dec 23:26

Choose a tag to compare

v1.1.2: (2019-12-25)

  • Fixing naming when dumping files is requested and PS Version control.
  • Explicit support for WindowsPowerShell only.
  • An appropriate release notes has been added to the module's manifest.

v1.1.0 Release of Google Image Search Module

02 Dec 22:29

Choose a tag to compare

v1.1.0: (2019-12-02)

  • Search-WindowsLockScreenWallpapers: Change of file mask from 200 KB size to JPG byte header.
    In previous version, the images has been filter by 200 KB mask. Wallpapers has only JPG type and could be less than 200 KB and CandyCrush bloatware could be bigger than 200 KB. The 200 KB mask has been replaced by JPG byte header mask.

v1.0.2 Release of Google Image Search Module

30 Nov 08:33

Choose a tag to compare

v1.0.2: (2019-11-30)

  • Fixing module version typo.

v1.0.1 Release of Google Image Search Module

30 Nov 08:13

Choose a tag to compare

v1.0.1: (2019-11-30)

  • Fixing a name of the dump folder when nested folder temp was created in specified dump folder.
  • Verbose messages has been added to code to provide a little bit more details about the processing.

v1.0.0 Release of Google Image Search Module

30 Nov 08:00
2a60a8d

Choose a tag to compare

v1.0.0: (2019-11-29)

  • First public release
  • Possibility to search any local image.
  • In-build support to search Windows lock screen wallpapers.