File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66- App icons are now rounded, and MacOS icon has an empty border to fit design guidelines (by @rakleed & @Willy-JL )
77
88### Fixed:
9+ - Added support for AVIF images, supports new F95zone attachment server conversion (by @Willy-JL )
910- DDL files are deleted asynchronously now, avoids stutters on slow drives (by @Willy-JL )
1011- Simplify some error handling, correctly handles connection issues in some edge cases (by @Willy-JL )
1112- Fix some link icons not being recognized by the extension and missing the library icon (by @Willy-JL )
Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ def _():
4545 if process .is_file ():
4646 _os .environ ["QTWEBENGINEPROCESS_PATH" ] = str (process )
4747
48- # Fix PIL image loading
48+ # Pillow image loading
49+ import pillow_avif
4950 from PIL import ImageFile , PngImagePlugin
5051 ImageFile .LOAD_TRUNCATED_IMAGES = True
5152 PngImagePlugin .MAX_TEXT_CHUNK *= 10
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ pywin32==308 ; sys_platform == "win32"
2929uvloop == 0.21.0 ; sys_platform != "win32"
3030bencode2 == 0.3.17
3131pillow == 11.0.0
32+ pillow-avif-plugin == 1.4.6
3233
3334# Proxy support
3435python-socks [asyncio ]== 2.5.3
You can’t perform that action at this time.
0 commit comments