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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Community Edition Build 0.9.180:
27
27
* NEW: The Back & Forward mouse buttons (Mouse 4 & 5) now call Previous & Next List.
28
28
* NEW: Added the Ctrl+Alt+F keyboard shortcut to open Quick Search (used to search your lists).
29
29
* NEW: Read support for the "MetronInfo.xml" metadata file. The "ComicInfo.xml" still has priority and only fields used in it are imported. Exporting a file will remove any "MetronInfo.xml" that existed, but the imported data is preserved in the "ComicInfo.xml" on Export.
30
+
* NEW: Using Backup Database while using an SQL database now includes the book details. It can be used to convert to XML or to restore the SQL database.
30
31
31
32
32
33
* CHANGE: Program renamed to Community Edition, this means that a new config folder will be used %appdata%\cYo\ComicRack Community Edition.
@@ -78,6 +79,8 @@ Community Edition Build 0.9.180:
78
79
* BUGFIX: The negation button in the Search Browser didn't work correctly under some conditions.
79
80
* BUGFIX: In the folder view, international characters are now sorted like in windows.
80
81
* BUGFIX: Fixed an error that would prevent syncing/pairing an android device.
82
+
* BUGFIX: Fixed a rare crash that would happen when more than 10k handles were created. Usually happens when converting a lot of files.
83
+
* BUGFIX: Fixed a problem were using Backup Database might not backup the latest changes. A ComicDb.xml.xml file was created instead but would backup the regular database (possibly outdated).
0 commit comments