From ae28de87626b2224b7eb3f25c27e09e3171a07e7 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Fri, 21 Aug 2020 02:46:04 -0700 Subject: [PATCH] Created Changelog (markdown) --- Changelog.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..9566072 --- /dev/null +++ b/Changelog.md @@ -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 \ No newline at end of file