From c05c21a445c79b86d809f1bd5962aa7bd0da0960 Mon Sep 17 00:00:00 2001 From: Sarp Eren EGILMEZ <2348.sarp.egilmez.2006@gmail.com> Date: Tue, 24 Oct 2023 20:28:43 +0300 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 8 +++++--- TODO.md | 6 +----- src/App.cs | 2 -- 3 files changed, 6 insertions(+), 10 deletions(-) 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 } } - }