Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeng753 committed Jan 25, 2021
1 parent 448406b commit d0b0223
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/Waifu2x-Extension-QT/Waifu2x-Extension-QT.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.12.4, 2021-01-25T12:34:33. -->
<!-- Written by QtCreator 4.12.4, 2021-01-25T15:00:53. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down
12 changes: 12 additions & 0 deletions SRC/Waifu2x-Extension-QT/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ int main(int argc, char *argv[])
/*
Change log:
v2.61.13:
- NEW Feature: Automatically skip file when its resolution is larger than the specified resolution.
- NEW Feature: CUDA support for Anime4k
- Preload engines settings to improve performance,and other performance improvements.
- Update and adapt to the new version of Anime4K.
- Improve the way of reading picture resolution.
- Improve the GUI based on @Nova-Aurora's suggestion.
- Update FFmpeg&FFprobe,ImageMagick.
- English localization fixes(Thanks to @Nova-Aurora), and GUI fixes.
- Fix bug: After the user specifies the processor, the [Disable GPU] option of Waifu2x-Converter will not take effect.
- Fix bug: If pause during the image processing, useless files will be generated.
v2.61.03-beta:
- GUI fix.
- Complete translation.
Expand Down

0 comments on commit d0b0223

Please sign in to comment.