Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Segilmez06 committed Oct 5, 2023
1 parent 24676cf commit ff65c49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
15 changes: 6 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- [x] Clear web download cache
5 changes: 0 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion src/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using Newtonsoft.Json;
using SixLabors.ImageSharp.Processing.Processors.Transforms;

using System.Globalization;
using System.Net.Http.Headers;
using System.Reflection;

Expand Down

0 comments on commit ff65c49

Please sign in to comment.