·
3 commits
to main
since this release
Many new features and improvements in UI. Like:
- Search inside document
- Reactor for text command handling - It uses TRIEs now.
- Adding text tool box. Now you can interact with the text using a Popup in the text.
- Feedback for which type of text of the cursor is in. You can now highlight the bold, italic, etc buttons accordingly with where the cursor of the text is.
- Fixing offset of drag for multiple selection of lines.
- When dragging, the text auto-scrolls when approaching the edges of the document (top and down).
- Code blocks refactor.
And many more. Check the app to see everything it can do and read the documentation: https://docs.writeopia.io/docs/sdk/overview.
PR's since last version
- Command handler improve by @leandroBorgesFerreira in #495
- In document full text search by @leandroBorgesFerreira in #496
- Removing escape for navigation by @leandroBorgesFerreira in #497
- Fixing android compilation by @leandroBorgesFerreira in #498
- Trie refactor by @leandroBorgesFerreira in #499
- Fixing image reload loop by @leandroBorgesFerreira in #500
- UI fixes by @leandroBorgesFerreira in #502
- Adding text toolbox by @leandroBorgesFerreira in #503
- Feeback for button in edit menu by @leandroBorgesFerreira in #504
- Hiding the side menu when user clicks outside of the menu by @leandroBorgesFerreira in #505
- Adding title buttons by @leandroBorgesFerreira in #506
- Translations for titles by @leandroBorgesFerreira in #507
- Link in text by @leandroBorgesFerreira in #510
- Enhance search in document feature by @guilhermealbm in #512
- Fixing performance of editor by @leandroBorgesFerreira in #513
- Scrolling to active search result by @leandroBorgesFerreira in #514
- Fixing escape button by @leandroBorgesFerreira in #515
- Workspace sync by @leandroBorgesFerreira in #489
- Fixing JWT token by @leandroBorgesFerreira in #516
- Coming back to select workspace when not selected by @leandroBorgesFerreira in #517
- Showing users that only Admins can add users by @leandroBorgesFerreira in #518
- searching with command + f by @leandroBorgesFerreira in #519
- Android sync by @leandroBorgesFerreira in #520
- Logo change by @leandroBorgesFerreira in #521
- Adding folder to mobile by @leandroBorgesFerreira in #522
- Fixing persistence of documents by @leandroBorgesFerreira in #523
- Adding spans in preview by @leandroBorgesFerreira in #524
- Edit folder from center menu by @leandroBorgesFerreira in #525
- Editing folders in android by @leandroBorgesFerreira in #526
- Mobile auth fix by @leandroBorgesFerreira in #527
- Adding loading feedback for sync both in desktop and android by @leandroBorgesFerreira in #528
- Feedback on sync in android by @leandroBorgesFerreira in #529
- Fixing order of sync in android by @leandroBorgesFerreira in #530
- Adding keyboard command for list items by @leandroBorgesFerreira in #531
- Adding folder in right place by @leandroBorgesFerreira in #532
- Workspace changes in BE by @leandroBorgesFerreira in #534
- Choosing offline workspace permanently by @leandroBorgesFerreira in #533
- Adding tutorial notes in android by @leandroBorgesFerreira in #537
- Removing inner scaffold by @leandroBorgesFerreira in #538
- Fixing paddings for scaffold by @leandroBorgesFerreira in #539
- Adding AI Summary of multiple Documents for Desktop by @OdisBy in #542
- Deleting when document is synced by @leandroBorgesFerreira in #544
- Not loading deleted documents from DB in Android by @leandroBorgesFerreira in #545
- Sending android outdated documents by @leandroBorgesFerreira in #546
- Making it possible to write documents again in the web version by @leandroBorgesFerreira in #547
- Versions bump by @leandroBorgesFerreira in #548
- Support for italic and bold inside text using markdown modifiers by @leandroBorgesFerreira in #549
- Adding iPhone and iPad support by @leandroBorgesFerreira in #550
- Adding landspace orientation for mobile by @leandroBorgesFerreira in #551
- Adding local composition for platform and adapting UI to it by @leandroBorgesFerreira in #552
- Fixing feedback to drag by @leandroBorgesFerreira in #553
- Side menu drag fix by @leandroBorgesFerreira in #554
- Making side menu scrollable by @leandroBorgesFerreira in #555
- Side menu width by @leandroBorgesFerreira in #558
- Sync images by @leandroBorgesFerreira in #557
- Ui fixes by @leandroBorgesFerreira in #560
- Fixing highlight box display by @leandroBorgesFerreira in #561
- Adding highlight to mobile by @leandroBorgesFerreira in #562
- Adding font size changes to mobile apps by @leandroBorgesFerreira in #563
- Adding link icon and topbar for editor by @leandroBorgesFerreira in #565
- Improving UI for mobile note global menu by @leandroBorgesFerreira in #566
- Small UI fix by @leandroBorgesFerreira in #567
- Adding content endpoint of content of folder by @leandroBorgesFerreira in #568
- Adding folder and document endpoint by @leandroBorgesFerreira in #569
- Recursive deletion of folders by @leandroBorgesFerreira in #570
- Delete folder endpoint by @leandroBorgesFerreira in #571
- Be only folders by @leandroBorgesFerreira in #572
- Adding favorite in BE by @leandroBorgesFerreira in #573
- Adding clone endpoint and fixing navigation by @leandroBorgesFerreira in #574
- Mobile settings - Adding account manager in mobile by @leandroBorgesFerreira in #575
- UI changes for Settings by @leandroBorgesFerreira in #576
- Code blocks and commands popup by @leandroBorgesFerreira in #577
- Changing way to display date from command by @leandroBorgesFerreira in #578
- Fixing color of space when in code block by @leandroBorgesFerreira in #579
- Auto scroll for editor by @leandroBorgesFerreira in #580
- Auto scroll for document menu by @leandroBorgesFerreira in #581
New Contributors
- @guilhermealbm made their first contribution in #512
Full Changelog: sdk-0.12.1...sdk-0.13.0