From 9af602d39569d03e510c7613fa9181d7f8073ab5 Mon Sep 17 00:00:00 2001 From: "E. Kozlov" Date: Wed, 31 Aug 2022 17:13:08 +0300 Subject: [PATCH] DROID-407 Tech | Fix | Cherry-picking fixes from 0.10.0 --- .github/workflows/check.yml | 2 +- CHANGELOG.md | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0b20b2b429..610285da55 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -3,7 +3,7 @@ on: pull_request: # add "synchronize" in "types", in order to trigger workflow for pull request commit(s) pushes. types: [opened] - branches: [develop, release/0-10-0] + branches: [develop] name: Run debug unit tests jobs: setup-android: diff --git a/CHANGELOG.md b/CHANGELOG.md index bb08141290..a79ff6d980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,28 +4,28 @@ ### New features & enhancements 🚀 -Objects | Introduced reloadable bookmark object (#2504) -Editor | Introduced underline markup (#2508) -Sets | Pre-populate records with data taken from filters when creating new record (#2517) +* Objects | Introduced reloadable bookmark object (#2504) +* Editor | Introduced underline markup (#2508) +* Sets | Pre-populate records with data taken from filters when creating new record (#2517) ### Fixes & tech 🚒 -Dashboard | Should filter profile objects in the "recent" tab (#2510) -Sets | Do not allow multiple sorts of the same relation (#2497) +* Dashboard | Should filter profile objects in the "recent" tab (#2510) +* Sets | Do not allow multiple sorts of the same relation (#2497) ### Design & UX 🔳 -Editor | Loading state for bookmark block (#2559) -Editor | Show Loading state when opening object (#2473) -Editor | Draw diagonal line for circle designing default background or text color color in color (#2502) -Editor | Improve keyboard experience by taking advantage of the new WindowInsets API (#2524) -Editor | Make "Create new object" the last option of the mention menu (#2519) -Editor | Introduced archived state for mentions (#2518) -Dashboard | Tab headers should not jump when switching between tabs (#2509) -Dashboard | Hide bin object menu when scrolling (#2505) -Sets | When url is too long, create button overlaps with url when trying to create a bookmark from set (#2479) -Sets | Introduced relative values for date filters (#2452) -Settings | Added "Show and copy phrase" button to "Backup your recovery phrase" screen (#2487) +* Editor | Loading state for bookmark block (#2559) +* Editor | Show Loading state when opening object (#2473) +* Editor | Draw diagonal line for circle designing default background or text color color in color (#2502) +* Editor | Improve keyboard experience by taking advantage of the new WindowInsets API (#2524) +* Editor | Make "Create new object" the last option of the mention menu (#2519) +* Editor | Introduced archived state for mentions (#2518) +* Dashboard | Tab headers should not jump when switching between tabs (#2509) +* Dashboard | Hide bin object menu when scrolling (#2505) +* Sets | When url is too long, create button overlaps with url when trying to create a bookmark from set (#2479) +* Sets | Introduced relative values for date filters (#2452) +* Settings | Added "Show and copy phrase" button to "Backup your recovery phrase" screen (#2487) ## Version 0.9.0