From f7226dfcb5dd3e09695890b220cd66c5670195f4 Mon Sep 17 00:00:00 2001 From: maforget <11904426+maforget@users.noreply.github.com> Date: Mon, 27 May 2024 23:12:12 -0400 Subject: [PATCH] Updated Changes.txt --- ComicRack/Changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComicRack/Changes.txt b/ComicRack/Changes.txt index 86c7091..6a13da2 100644 --- a/ComicRack/Changes.txt +++ b/ComicRack/Changes.txt @@ -48,7 +48,7 @@ Community Edition Build 0.9.180: * CHANGE: Updated Publishers.zip * CHANGE: Series: Gaps will try to determine Number range of type "# - #". * CHANGE: The default method for resizing thumbnails was changed from FastBilinear (Bilinear) to FastAndUgly (Nearest Neighbor). For more speed but more importantly to prevent a crash that has been happening and is hard to prevent. This should at the very least reduce the incidence of that crash happening or having bad thumnails created (with a big red X). You can change back the method manually by changing the ThumbnailResampling entry in the ComicRack.ini. -* CHANGE: When in the Tiles view mode, artists will not appear multiple time anymore. +* CHANGE: In summaries artists will not appear multiple time anymore. * BUGFIX: Fixed crash when the clipboard contains some objects while the program is idle. The check should now only happen on a right-click and not in the background. It should at least lessen the frequency of the crash, maybe remove it completely. * BUGFIX: Fixed smartlist "in range" for dates, the second field wasn't taken into account.