diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 15:29:37 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 15:35:14 -0500 |
| commit | 7acbd87221f6e4594edf3db029520997027a7bed (patch) | |
| tree | 7b838fae724f3bb0375df0d0138b8387f58b50c5 /TODO.txt | |
| parent | 4178e3893f310425e76f6d4515af9e7d0ea36a0a (diff) | |
| download | skunky-art-7acbd87221f6e4594edf3db029520997027a7bed.tar.gz skunky-art-7acbd87221f6e4594edf3db029520997027a7bed.tar.bz2 skunky-art-7acbd87221f6e4594edf3db029520997027a7bed.zip | |
Diffstat (limited to 'TODO.txt')
| -rwxr-xr-x | TODO.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100755 index 0000000..e5b372e --- /dev/null +++ b/TODO.txt @@ -0,0 +1,27 @@ +# TODO + +## v1.3.x + +- [ ] Clean up the messy code +- [ ] Add search filters +- [x] Make a port for FreeBSD +- [ ] **Finish parsing the description** +- [x] Implement strips in daily arts +- [x] Fix the page navigation bug +- [x] Make proper error display +- [x] Make the units in the config more understandable +- [ ] Add an instance checker for availability +- [x] Add viewing of a user's liked arts +- [ ] Add the ability to embed templates into the binary `[P]` +- [x] Implement thumbnails and optimize CSS for small screens +- [ ] Write a Makefile and a script for automatic instance deployment +- [ ] Fix the emoji bug where some custom emotes may not display +- [x] Add a `&filename` argument that serves the file with a properly formatted name +- [x] Improve the caching system: add a rating for eviction and copy images into RAM + +## v1.4 + +- [ ] Implement an API +- [ ] Implement themes +- [ ] Switch to arenas in the cache +- [ ] Implement a multilingual interface |
