diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..b84eea2 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,15 @@ +# Changelog + +## General + +- [x] Codebase +- [x] Create release workflow (submit release on merge to main branch) +- [x] Support for downloading and rendering files directly from network + +## 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 diff --git a/TODO.md b/TODO.md index d3e0c0d..3e974f0 100644 --- a/TODO.md +++ b/TODO.md @@ -2,16 +2,7 @@ ## General -- [x] Create release workflow (submit release on merge to main branch) -- [ ] ~~Checking for VT100 true-color support on startup~~ -- [x] Support for downloading and rendering files directly from network - [ ] Optimize code and fragment info methods ## CLI Args -- [x] Resampler list and selection -- [x] Size option -- [x] Starting point on screen -- [ ] ~~Disable true-color and use predefined VT100 colors option~~ -- [x] Resize method (fit, stretch, crop) -- [x] Full screen option \ No newline at end of file