Created Changelog (markdown)

master
Mike Cao 2020-08-21 02:46:04 -07:00
parent 2408012887
commit ae28de8762
1 changed files with 23 additions and 0 deletions

23
Changelog.md Normal file

@ -0,0 +1,23 @@
## 0.13.0
Build update
- Updated build process so that `npm run build` now builds the database client as well, saving a few steps
## 0.12.0
For better GDPR compliance
- Removed code using localStorage
- Implemented rotating salt
- Added `SameSite` parameter to login cookies
## 0.10.3
- Format long numbers in the UI so they fit on the screen better
- Responsive CSS updates
- Various bug fixes
## 0.2.0
- First public release