mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-11 18:20:25 +09:00
Change log for 0.0.16 (#152)
This commit is contained in:
parent
eb53e031fb
commit
86db7d5558
1 changed files with 9 additions and 5 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,23 +1,27 @@
|
|||
# Change log for Android @Anytype app.
|
||||
|
||||
## Version 0.0.16 (WIP)
|
||||
## Version 0.0.16
|
||||
|
||||
### New features
|
||||
|
||||
* Added turn-into toolbar: allow user to change block text style (#144)
|
||||
* Clearing focus when user hides keyboard (#133)
|
||||
* Added `PLUS` button on page screen (#133)
|
||||
* Better UX: increased cursor/focusing speed (cursor is now moved to the next block with a greater speed) (#135)
|
||||
|
||||
### Fixes
|
||||
|
||||
* `ControlPanelToolbar` holds now the id of the focused block (#133)
|
||||
* Fixed main toolbar visibility illegal states: no longer showing the main toolbar when no block is focused (#103)
|
||||
* Wire the control panel with the focused block: `ControlPanelToolbar` holds the id of the focused block (#133)
|
||||
* The main toolbar is hidden when no block is focused on a page (#103)
|
||||
* Regress: new paragraph is not focused when created after on-enter-press event is triggered (#138)
|
||||
* Fixed Github Actions CI issue related with token.
|
||||
* Fixed a regressed issue: new paragraph is not focused when created after on-enter-press event is triggered (#138)
|
||||
* Fixed Github Actions CI issue: using token from repository secrets (#148)
|
||||
* Fixed issues related to incorrectly calculated adapter position resulting in app crash (#147)
|
||||
|
||||
### Middleware
|
||||
|
||||
* Refactored event handler (list of events is now processed at once, not one event after another as before) (#134)
|
||||
|
||||
* Added `blockSetTextStyle` command.
|
||||
|
||||
## Version 0.0.15
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue