diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf6e43..eef98fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,12 @@ ## General -- [x] Codebase -- [x] Create release workflow (submit release on merge to main branch) -- [x] Support for downloading and rendering files directly from network -- [x] Disable AOT compiling +- [x] Optimize code and fragment info methods +- [x] Fix workflows (publishing) +- [x] Move settings to embedded resource +- [x] Optimize web requests +- [x] Create console logging utility ## CLI Args -- [x] Resampler list and selection -- [x] Size option -- [x] Starting point on screen -- [x] Resize method (fit, stretch, crop) -- [x] Full screen option \ No newline at end of file +- [x] Clear web download cache diff --git a/TODO.md b/TODO.md index 4841688..34c7454 100644 --- a/TODO.md +++ b/TODO.md @@ -3,14 +3,9 @@ ## General - [x] Optimize code and fragment info methods -- [x] Fix workflows (publishing) -- [x] Move settings to embedded resource - [ ] Localization -- [x] Optimize web requests -- [x] Create console logging utility - [ ] ~~Add web link caching with hash checking~~ ## CLI Args -- [x] Clear web download cache - [ ] Open web cache directory in explorer \ No newline at end of file diff --git a/src/App.cs b/src/App.cs index 9ffe558..817f918 100644 --- a/src/App.cs +++ b/src/App.cs @@ -2,7 +2,6 @@ using Newtonsoft.Json; using SixLabors.ImageSharp.Processing.Processors.Transforms; -using System.Globalization; using System.Net.Http.Headers; using System.Reflection;