Skip to content

Commit

Permalink
docs: update release notes for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjago committed Jun 23, 2021
1 parent fb0ac0c commit e78c76a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
7 changes: 3 additions & 4 deletions TODO
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e78c76a

Please sign in to comment.