diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2e7ef..284a66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## General -- [x] Move settings to embedded resource -- [x] Remove unused libraries - +- [x] Improve output rendering +- [x] Add comments +- [x] Fix pixel shifting +- [x] Fix resize mode list +- [x] Cleanup code diff --git a/TODO.md b/TODO.md index c0afef3..901344a 100644 --- a/TODO.md +++ b/TODO.md @@ -2,8 +2,4 @@ ## General -- [x] Improve output rendering -- [x] Add comments -- [x] Fix pixel shifting -- [x] Fix resize mode list -- [x] Cleanup code + diff --git a/src/App.cs b/src/App.cs index 28deada..70efdf0 100644 --- a/src/App.cs +++ b/src/App.cs @@ -11,7 +11,6 @@ namespace TYM { - /// /// Special Unicode characters for rendering image /// @@ -400,5 +399,4 @@ private static string GenerateColoredImageString(Image Source, Point Mar } } - }