Skip to content

Releases: hahagu/WindowsThumbnailGenerator

Release v3.0.1

05 Nov 15:08
Compare
Choose a tag to compare

Permission Fix

Changelog

This release brings some fixes to folder permission related issues.

  • Folders with no read or write permissions will now be skipped

Known Issues

  • Console progress bar does not function

Notes

This build may run a bit slower than last build (during initialization), since it now checks for permissions.

However, this build will also have less frequent crashes due to permission issues.

Release v3.0.0

13 Aug 18:00
Compare
Choose a tag to compare

Code Cleanup Update

Changelog

This release brings various under-the-hood optimizations

  • Added console interface
  • Now disables controls when processing
  • Uses relative path for desktop.ini
  • Remove unnecessary using statements, and therefore libraries necessary
  • Reduce memory footprint
  • Fixed dependency issues for some cases
  • Optimized base code

Known Issues

  • Console progress bar does not function

Release v2.1.0

20 Jul 20:26
Compare
Choose a tag to compare

Configuration Update

This release brings many of the code-only side options to the UI.

  • Added option for setting maximum threads
  • Added option for setting maximum thumbnail count
  • Added option to automatically clear the icon cache and restart explorer
  • Added option to use a shorter cover image (The topmost layer)
  • Fixed a major memory leak
  • Fixed several performance issues
  • Fixed an edge case where the program would crash under certain circumstances
  • Fixed application not launching under non-development conditions

Hotfix Release v2.0.2

17 Jul 19:46
Compare
Choose a tag to compare

Hotfix Update

This update addresses the following bug:

  • If thumbnail for an item it is trying to access has not been generated, the application will crash.
  • Dependencies are now prebuilt.

Release v2.0.1

17 Jul 19:12
Compare
Choose a tag to compare

Performance & UI Update

This major update adds and fixes a few things.

  • Added a progress bar
  • Allowed parallel processing, for faster thumbnail generation
  • Changed the resize algorithm for performance and better quality
  • Added warnings to when path is incorrect
  • Fixed a bug where if path was incorrect, the application would just crash
  • Fixed a bug where random freezes of the application would occur
  • Fixed icons not thumbnails being drawn in some cases

Release v1.0.1

16 Jul 21:05
Compare
Choose a tag to compare

Initial Public Release

This is the initial public release of the Thumbnail Generator.
.NET framework 5.0 is required in order for the application to run.
Usage is described in the README.md file.