Skip to content

Releases: mikigal/Anime4K-GUI

v1.1.6

11 Jul 14:17
Compare
Choose a tag to compare

Changes:

  • Bumped dependencies (fix #23)

v1.1.5

27 Jun 16:35
Compare
Choose a tag to compare

Changes:

  • Implemented HDR compatibility (#21) - thanks @yzjsswk
  • Code refactoring
  • Updated dependencies (Giu 0.8.0)

v1.1.4

30 May 15:43
Compare
Choose a tag to compare

Changes:

  • Disallow computer sleep while application is running

v1.1.3

05 May 00:29
Compare
Choose a tag to compare

Changes:

  • Fixed compatibility with PNG streams
  • Cleanup and refactoring

v1.1.2

04 May 14:23
Compare
Choose a tag to compare

Changes:

  • Fixed compatibility with MJPEG streams (Thanks @SquadCraftFTW)
  • Fixed progress bar for some MKV files
  • Implemented check for files with subtitles streams
  • UI fixes

v1.1.1

08 Apr 23:03
Compare
Choose a tag to compare

Changes:

  • Updated Giu framework to v0.7
  • GUI fixes
  • Dropped Intel support due to compatibility issues

v1.1.0

25 Feb 22:19
Compare
Choose a tag to compare

Chages:

  • Implemented CRF control
  • Fixed compatibility with ASS subtitles (Thanks @Middlepepper)
  • Changed default output format to MKV

Known issues:

  • If your input file contains subtitles streams you must use MKV as output format
  • For certain files (primarily MKV files with subtitles), the app fails to display progress, ETA, and speed, though upscaling functionality remains operational.

v1.0.9

31 Dec 02:31
Compare
Choose a tag to compare

Changes:

  • Potential fix for AMD GPUs
  • Implemented ETA timer
  • Improved handling progress log in debug mode

v1.0.8-hotfix1

29 Dec 13:56
Compare
Choose a tag to compare

Changes:

  • Fixed huge output file size due to CRF setting

v1.0.8

29 Dec 07:38
Compare
Choose a tag to compare

Changes:

  • Removed GPU sensors due to poor compatibility
  • Removed compression level setting (always set to lowest possible by default)
  • Forced Constant Rate Factor (CRF) value to 0 (only for H.264 and H.265)
  • Updated FFMPEG to latest version (2023-12-28 12:58)
  • Reworked FFMPEG stuff
  • Code refactoring and cleanup
  • UI tweaks