You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ComicRack/Output/Changes.txt
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ Community Edition Build 0.9.180:
37
37
* NEW: Added an option to append a tag during export. It will append tags (only if they do not already exists) to the book file & to the library (only if set to replace or add to library).
38
38
* NEW: Added feature to generate thumbnails for all covers. Under File => Generate Cover Thumbnails.
39
39
* NEW: The Info dialog is now resizable.
40
+
* NEW: Changed how the first item of a stack is determined to take into consideration the sorting from inside the stack. (see Wiki)
41
+
* NEW: Added a Reset Top of Stack option in the context menu that will reset any top of stack previsously set.
40
42
41
43
42
44
* CHANGE: Program renamed to Community Edition, this means that a new config folder will be used %appdata%\cYo\ComicRack Community Edition.
@@ -68,6 +70,8 @@ Community Edition Build 0.9.180:
68
70
* CHANGE: Replaced the API used to move files to the recycle bin to the newer Windows API. This should fix some issues with the recycle bin.
69
71
* CHANGE: Language will now use the full language code instead just the 2 letter ISO code. (Ex: "en-US" instead of "en").
70
72
* CHANGE: Upped the limit you can configure for thumbnails memory caching from 100MB to 500MB. Also upped the limit for number of items from 4096 to 8192 (not customizable). The memory is freed when either values is reached first.
73
+
* CHANGE: Doubled the number of items of StacksConfig from 1024 to 2048. Each list can only contain that maximum number of stacks individual configs. This affects everything from layout to grouping/sorting and Top of Stack.
74
+
* CHANGE: Show Duplicate will now show entries that have identical file paths.
71
75
72
76
73
77
* UPDATE: Updated to .NET Framework v4.8.
@@ -99,6 +103,9 @@ Community Edition Build 0.9.180:
99
103
* BUGFIX: Fixed scripts Hook ComicInfoUI & QuickOpenUI, not working.
100
104
* BUGFIX: Aborting an export will now correctly stop the export process and not create partial files.
101
105
* BUGFIX: The main window state will now be correctly restored from the tray. If the program was closed from the tray, upon startup it would fail to restore the window in maximized state. Even if it was maximized before closing.
106
+
* BUGFIX: Fix export upscaling double pages even when specifically told otherwise.
107
+
* BUGFIX: Fixed an issue when exporting that would cause to have duplicate entries in the Library. An error will now be displayed and the export blocked if that happens.
0 commit comments