MDyna Changelog

What's new in MDyna 0.21.0

Jun 15, 2020
  • Whenever a user activates a label filter, it will automatically apear at the top of the label filters box.
  • Removed board controls UI whenever a card is focused
  • Reworked settings UI
  • Generic theming improvements
  • UI Rework:
  • The sidebar has received a visual upgrade.
  • Label Filters and Sorting were now moved to the board controls area.
  • You can now quickly access all board cards from the sidebar menu.
  • The search input is now inside the board controls area
  • Fully clip long cards:
  • Long cards are now completely clipped only showing their title, date of update/creation and labels.

New in MDyna 0.20.4 (May 25, 2020)

  • Fix an issue which was crashing the app when trying to import cards

New in MDyna 0.20.2 (Mar 12, 2020)

  • FIxed card functionalities like Focus, Export and Copy to Clipboard which were clipping card content since last patch

New in MDyna 0.20.1 (Feb 26, 2020)

  • Bug Hunting:
  • Fix Github Gists not overwriting older cards
  • Fix duplicates showing in label filters
  • Clip cards and add a 'See More' button which expands cards
  • Removed autofocus from label input when editing a card
  • Added a different color to active label filters
  • Fixed theme names and updated flat white theme

New in MDyna 0.20.0 (Feb 16, 2020)

  • 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.

New in MDyna 0.17.13 (Jan 31, 2020)

  • UX Improvements:
  • Updated card editor look and feel
  • Color Picker look also got an update
  • Updated keyboard shortcuts design
  • Design update for the settings UI
  • Added a 'Clear' button to the label filters
  • Code cleanup:
  • Usage of selectors should show great performance improvements
  • Bug fixes:
  • The label picker was not resetting the input when selecting a tag. That has been fixed :)
  • Fixed label picker showing duplicate labels
  • Fixed label picker accepting duplicate labels
  • Fixed focus card crashing the application
  • As I write these, I sincerely hope the label picker is fixed for good
  • Fixed the editor toolbar sometimes cropping buttons.