Skip to content

0.20.0

Compare
Choose a tag to compare
@davidsmorais davidsmorais released this 16 Feb 16:21
· 90 commits to master since this release

Release Notes

V 0.20


Features 馃殌

  • Templates 馃槃
    • We've added 5 generic templates and will be expanding this feature in the future. For now you can find these pre-made markdown templates in MDyna:
      • Weekly Schedule
      • README
      • Release Notes
      • Task List
      • Code Snippets
  • The card pickers were redesigned
    • Pickers will now be always open with a label clearly stating what they are and what they do
  • Update alerts
    • Windows and Linux users already receive a 'Install Latest Update' prompt when the auto updater detects a new version. Due to Apple restrictions, this is not possible in macOS, so we've added an alert of the app version status when the app is started.
  • Copy to Clipboard will now copy the text of the card you're editing without needing to save it.
  • Several designe updates, which include:
    • 'X' and 'Unfocus' buttons
    • Gist Sync display
    • Board indicators and labels were polished
  • Performance
    • We've memoized several 'heavy' components which should show a 30% performance boost when adding or focusing cards.
    • Local storage is now updated with a debouncer of 500ms, which means that it will only update after 500ms pass since the last state change (card edits, for example)

Bugs 馃悶

  • Improved error handling for corrupt gists.
    • Patched the possible reason of corrupt gist data.
  • Fix label picker allowing same label to be added multiple times.
  • Hard lines were fixed as they were not even displaying.
  • FIxed the space after typing a markdown header.
  • Focused cards had some issues which caused them to sometimes lose labels or color changes when editing.