Releases: Hancapo/Folder2YTD
Releases · Hancapo/Folder2YTD
0.6.0.0
0.5.0.2
0.5.0.1
0.5.0.0
- 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
0.4.0.2
0.4.0.1
0.4.0.0
- 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
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
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)