From ff65c4930e5a022e27323f956ef4ab7d32e44197 Mon Sep 17 00:00:00 2001 From: Sarp Eren EGILMEZ <2348.sarp.egilmez.2006@gmail.com> Date: Thu, 5 Oct 2023 19:27:44 +0300 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 15 ++++++--------- TODO.md | 5 ----- src/App.cs | 1 - 3 files changed, 6 insertions(+), 15 deletions(-) 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;