From 4fef42708889fd0b83202877080ecd995123eb86 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sun, 17 Nov 2019 20:48:35 +0200 Subject: [PATCH] Updated changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ea80f7b00..b137720d9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -25,10 +25,12 @@ * Fixed broken redirect URL when creating a new project * Fixed broken modal when a user password is too short * Fixed issue denying the creation of seesion cookies on localhosts with port other than 80 or 443 +* Fixed bug that prevented actual file size calculation ## Breaking Changes * OAuth path is now /auth/login/oauth instead of /auth/oauth and /auth/oauth/callback is now /auth/login/oauth/callback, this is for better consistency with new login methods we will introduce in the future +* Changed file attribute sizeCompressed to sizeActual to better reflect server logic # Version 0.3.0 (PRE-RELEASE)