From a167c2579378e6c62ed3eca61551f15a1fa216e7 Mon Sep 17 00:00:00 2001 From: Lior Haim <51369094+Glide7@users.noreply.github.com> Date: Sun, 27 Dec 2020 10:17:53 +0200 Subject: [PATCH] Removed duplicates from Changelog There were some Duplicates in this changelog, fixed them :) --- CHANGES.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ed3ba228c8..adaf48974d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,7 @@ ## Features -- New route in Locale API to fetch a list of languages (@TorstenDittmann) - Improved Webhooks and New System Events - [Learn more]() -- Added Google Fonts to Appwrite for offline availability - Added response to /locale/languages API with a list of languages (@TorstenDittmann ,[#351](https://github.com/appwrite/appwrite/issues/351)) - Added API response payload structure info and examples to the docs site ([#381](https://github.com/appwrite/appwrite/issues/381)) - Added Google Fonts to Appwrite for offline availability @@ -13,14 +11,9 @@ - Added option to view team members from the console ([#378](https://github.com/appwrite/appwrite/issues/378)) - Add option to assign new team members to a team from the console and the API ([#379](https://github.com/appwrite/appwrite/issues/379)) - Added support for Brotli compression (@PedroCisnerosSantana, @Rohitub222, [#310](https://github.com/appwrite/appwrite/issues/310)) -- Added a new route in the Avatars API to get user initials avatar -- Added option to delete team from the console - Added Select All Checkbox for on Console API key Scopes Screen ([#477](https://github.com/appwrite/appwrite/issues/477)) - Added pagination and search for team memberships route ([#387](https://github.com/appwrite/appwrite/issues/387)) - UI performance & accessibility improvements ([#406](https://github.com/appwrite/appwrite/pull/406)) -- Added option to view team members from the console -- Added option to join a user to any team from the console -- Added option to delete user from the API (@TorstenDittmann - #378) - Added option to delete user from the console (@PineappleIOnic - #538) - Created lazy deletion of data worker ([#521](https://github.com/appwrite/appwrite/issues/521)) - All emails are now sent asynchronously for improved performance (@TorstenDittmann ,[#402](https://github.com/appwrite/appwrite/pull/402)) @@ -28,11 +21,7 @@ - Upgraded Redis Resque queue library to version 1.3.6 ([#319](https://github.com/appwrite/appwrite/issues/319)) - Moved all Appwrite container logs to STDOUT & STDERR ([#389](https://github.com/appwrite/appwrite/issues/389)) - New UI micro-interactions and CSS fixes (@AnatoleLucet) -- UI performance & accessibility improvements (#406) - New Doctor CLI to debug the Appwrite server ([#415](https://github.com/appwrite/appwrite/issues/415)) -- All emails are now sent asynchronously for improved performance (@TorstenDittmann) -- Updated grid for OAuth2 providers list in the console -- Upgraded Redis Resque queue library to version 1.3.6 - Added container names to docker-compose.yml (@drandell) - Upgraded ClamAV container image to version 1.0.11 ([#412](https://github.com/appwrite/appwrite/issues/412)) - Optimised function execution by using fully-qualified function calls @@ -40,8 +29,7 @@ - Added pagination for projects list on the console home page. - Updated storage calculation to match IEC standards - Now using Alpine as base Docker image -- User name max length is now 128 chars and not 100 for better API consistency -- Team name max length is now 128 chars and not 100 for better API consistency +- User & Team name max length is now 128 chars and not 100 for better API consistency - Collection name max length is now 128 chars and not 256 for better API consistency - Project name max length is now 128 chars and not 100 for better API consistency - Webhook name max length is now 128 chars and not 256 for better API consistency