1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-10 10:00:44 +09:00

Updated change log for 0.0.45 (#768)

This commit is contained in:
Evgenii Kozlov 2020-09-01 19:28:17 +03:00 committed by GitHub
parent fc9cbdc8ac
commit a58801a11c
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -3,15 +3,18 @@
## Version 0.0.45 (WIP)
* Test flight for turn-into restrictions in edit-mode and multi-select mode (#376)
* Styling panel | Switching between block-mode and markup-mode based on selection changes (#594)
### Design & UX 🔳
* Apple emojis or uploaded image in block-action-toolbar link's preview (#630)
* Uploading state for upload-image-for-document flow (#765)
* Update Graphik font file with the official one (#768)
* Navigate from context menu to styling panel (#594)
### Fixes & tech 🚒
* Should not show toast when clicking on markup url (#698)
* Removed archived pages from mention suggester and search results (#766)
* Checkbox state in action-menu preview is not synced with editor state (#748)
* User interactions with checkbox button are not synced correctly with the middleware (#749, #668)
* When searching for pages, if filter text is empty space, query returns only pages where title contains empty spaces (#746)
@ -21,6 +24,7 @@
* Fix app configuration lifetime (#735)
* Avatar image is not displayed after registration started after logout (#692)
* Editor business logic (event detection for backspace and enter press, checkbox button click detection, etc.) is broken for text blocks, whose style was changed via `turn-into-toolbar` in `multi-select` mode after returning to `edit` mode (#514)
* Should not show toast when clicking on markup url (#698)
## Version 0.0.44

Binary file not shown.

View file

@ -7,8 +7,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:paddingBottom="2dp"
android:fontFamily="@font/graphik_medium"
android:fontFamily="@font/inter_medium"
android:textColor="@color/white" />
<ImageView