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:
parent
fc9cbdc8ac
commit
a58801a11c
4 changed files with 6 additions and 3 deletions
|
@ -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.
BIN
core-ui/src/main/res/font/graphik_semibold.ttf
Normal file
BIN
core-ui/src/main/res/font/graphik_semibold.ttf
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue