From e78c76acd6ff6105c3969e64b2ce1a775b627c09 Mon Sep 17 00:00:00 2001 From: John Jago Date: Wed, 23 Jun 2021 10:29:17 -0500 Subject: [PATCH] docs: update release notes for 0.2.0 --- CHANGELOG.md | 4 +++- TODO | 7 +++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ab0f9..d8fff1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # Changelog -## 0.2.0 (2021-06-xx) +## 0.2.0 (2021-06-23) ### New features - There's now a web UI for uploading files! You can try it at https://goupfile.com ### Improvements - Remove a lot of unnecessary code and dependencies +- Now styled with Tailwind CSS for a more consistent design +- Easier to deploy since it now uses SQLite as the default database instead of MariaDB ## 0.1.0 (2019-08-18) diff --git a/TODO b/TODO index 25d4a65..b523338 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,8 @@ QR code for the uploaded file page Write tests -Multiple file support -HandleFunc vs HandlerFunc? -Have logger print out name of function itself -Swith from URL params to path params (maybe use httprouter) +* Multiple file support +* HandleFunc vs HandlerFunc? +* Have logger print out name of function itself Add npm to Docker container for Tailwind CSS build Handle viewing file that doesn't exist Delete button on file view page