Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Segilmez06 committed Oct 24, 2023
1 parent 4fbee00 commit c05c21a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 1 addition & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@

## General

- [x] Improve output rendering
- [x] Add comments
- [x] Fix pixel shifting
- [x] Fix resize mode list
- [x] Cleanup code

2 changes: 0 additions & 2 deletions src/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace TYM
{


/// <summary>
/// Special Unicode characters for rendering image
/// </summary>
Expand Down Expand Up @@ -400,5 +399,4 @@ private static string GenerateColoredImageString(Image<Rgba32> Source, Point Mar
}
}


}

0 comments on commit c05c21a

Please sign in to comment.