Sudachi v0.3.0 release notes

Hiroshi Kato
Sudachi Blog
Published in
2 min readJan 17, 2018

Today I’m sending out Sudachi beta v0.3.0. I’ve shipped a few fixes for a bug in Sudachi editor. Also I’ve included new features to improve the usability of the editor.

New feature: Be able to display the list of keyboard shortcuts

Changelog:

  • New feature Add buttons for text emphasis to the tool menu in editor area. You can use five kinds of emphasis, bold , italic, code, underline, strikethrough, and also combine these emphasis. forum issue: #12
  • New feature Add keyboard shortcuts of text emphasis. You can emphasize the text by shortcuts. forum issue: #27
  • New feature Add a list of keyboard shortcuts in drawer menu. You can display this list by clicking keyboard button in the editor area and toggle the menu. forum issue: #28
  • Improvement Update to Slate@0.31.7. Change the editor data model State to Value based on Slate@0.31.7. The user’s data will be transformed to the new data model automatically during the first launch.
  • Improvement Update to react@16.2.0, react-dnd@2.5.4, material-ui@0.20.0.
  • Bug fix Fixed a bug that the tasks moved from previous day are deleted when clicking the button of carrying over. forum issue: #26 (Thanks army, naito-san!)

Note: In Sudachi v0.3.0, it may take few seconds to launch the app for the first time because of the data migration.

--

--