Skip to content

Commit 9c5663f

Browse files
committed
v2026.04.24-1
1 parent 6f1b043 commit 9c5663f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2026.04.24-1
2+
- Disabled drag and drop while conversion is in progress
3+
- Sped up creation of blank images
4+
- Changed config file location. Old configs will be migrated to the new location
5+
16
## v2026.04.22-1
27
- Fixed conversion for certain EPUBs with improperly formatted nav files
38
- Corrected Kindle Paperwhite 12/Colorsoft 12 preset resolution

source/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static class VersionDate
2727
{
2828
public static string GetVersionDateYear { get; } = "2026";
2929
public static string GetVersionDateMonth { get; } = "04";
30-
public static string GetVersionDateDay { get; } = "22";
30+
public static string GetVersionDateDay { get; } = "24";
3131
public static int GetVersionNumber { get; } = 1;
3232
}
3333

ver/latest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2026.04.22-1
1+
v2026.04.24-1

0 commit comments

Comments
 (0)