Skip to content

Releases: Hancapo/Folder2YTD

0.6.0.0

01 Sep 04:13
Compare
Choose a tag to compare
  • Greatly improved DDS conversion (less green and pink artifacts).
  • Convert images to DDS by just drag and dropping them.
  • Added new quality settings for DDS conversion.
  • Added .WEBP, PSD and .GIF support.
  • YTD size slightly reduced.
  • Small UI tweaks.

0.5.0.2

11 Jul 20:53
Compare
Choose a tag to compare
  • Fixed an issue where none of the images from folders were converted.

0.5.0.1

11 Jul 20:05
Compare
Choose a tag to compare
  • Fixed a critical issue where any image conversion would crash the program.

0.5.0.0

10 Jul 06:35
Compare
Choose a tag to compare
  • Improved conversion performance up to 9700%.
  • Removed conversion log.
  • Improved DDS conversion quality and speed.
  • Removed Vicho's Tools mode.
  • Updated to .NET 8.
  • Removed .webp support
  • Removed configuration file system.
  • Reworked UI to fit the current controls.
  • Removed DDS Quality selection.
  • MipMap generation now is on by default.
  • Misc fixes and more.

0.4.0.3

05 Mar 18:52
Compare
Choose a tag to compare
  • Startup crashes fixed.
  • Downgraded AutoUpdater.NET to 1.7.0

0.4.0.2

05 Mar 18:39
Compare
Choose a tag to compare
  • Possible fix for crashing on startup from this version.
  • Updated AutoUpdater.NET, MaterialDesignColors and MaterialDesignThemes to their latest versions.

0.4.0.1

03 Mar 20:43
Compare
Choose a tag to compare
  • Added full implementation with Vicho's Tools.
  • Now is possible to run Folder2YTD along with commands.
  • Added a hyperlink to download Vicho's Tools.

0.4.0.0

15 Feb 18:53
6feb4ac
Compare
Choose a tag to compare
  • Added Create one YTD per Image.
  • Fixed an issue where .TIF images were ignored by the program.
  • Implemented parallel processing which improve conversion speed greatly.
  • Updated libraries (AutoUpdate.NET, MaterialDesignColors and MaterialDesingThemes) to their latest versions.
  • Updated to .NET 7.
  • Minor code and typos fixes.

0.3.5.0

26 Jul 06:49
Compare
Choose a tag to compare

Changes:

  • Fixed an issue where the program crashes upon converting an invalid image to DDS, now it just skips the file and continue with others.
  • Changed color scheme.
  • Added a new option to whether or not show the container folder after doing a YTD conversion.
  • Added tooltips to most controls.
  • Fixed an issue where the minimize button doesn't work.
  • Updated libraries (AutoUpdate.NET, MaterialDesignColors, MaterialDesingThemes and ImageSharp) to their latest versions.
  • Fixed an issue where if the extension of the images was in uppercase they could not be detected by the program.
  • Deleted unused code.
  • Improved some wording across controls.

0.3.4.1

23 Feb 02:15
Compare
Choose a tag to compare

0.3.4.1 Changes:

  • Fixed a critical issue where images that have power-of-two dimensions were resized when the difference between their dimensions was smaller than the threshold
  • Fixed an issue where instead of treating the images as (Width x Height) they were treated as (Height x Width)