Mdyna App Versions Save

React+Redux+Electron Note taking application repository

v0.21.0

3 years ago
  • 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.
  • 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

v0.20.7

4 years ago

v0.20.3

4 years ago

Bug fixes ๐Ÿ›

  • Fixed an issue which was causing the INBOX board to duplicate upon deleting another board

v0.20.2

4 years ago

Bug fixes ๐Ÿ›

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

v0.20.1

4 years ago

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

v0.20.0

4 years ago

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.

v0.18.2

4 years ago

UI/UX Updates ๐Ÿงฉ

  • Fixed Label Picker sometimes not adding labels to the current input
  • While editing cards, users should now see their labels being added and removed
  • Fixed title bar and scrollbar theming
  • Removed debounce timer from 'Add card' action.
  • Truncate favorite list

v0.18.1

4 years ago

NEW THEMES ๐ŸŽจ

Black, Synth and White themes

  • MDyna has two new minimalist black and white themes.
  • We've also added a new Synthwave inspired theme for those who have love retro nostalgia.
  • You can check out these themes in the Settings panel.

Performance Upgrades ๐Ÿš€

  • We'll keep working on this, but for now, focusing cards and changing boards should be much faster.

macOS stable build ๐ŸŽ

  • After a bumpy start, our macOS specific build is stable and seems to have all the features to work as the Linux and Windows versions of the app

Bugs ๐Ÿ›

  • We have fixed some cases in which the 'Focus' option would not fill the whole screen with the focused card.
  • We've fixed the position of the 'Discard your changes' dialog in our responsive layout.

v0.17.13

4 years ago

macOS beta ๐ŸŽ

  • Fixed application build packaging
  • Added macOS menu to enable text editing shortcuts
  • Remove our custom window controls and use macOS native ones
  • Added titlebar to avoid losing drag region on macOS
  • Added main app menu to enable navigation shortcuts

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.

v0.17.11

4 years ago

macOS beta ๐ŸŽ

  • Fixed application build packaging
  • Added macOS menu to enable text editing shortcuts
  • Remove our custom window controls and use macOS native ones
  • Added titlebar to avoid losing drag region on macOS
  • Added main app menu to enable navigation shortcuts

UX Improvements โœจ

  • Updated card editor look and feel ๐Ÿ‘Œ
    • Color Picker look also got an update ๐ŸŽจ
  • Updated keyboard shortcuts design โŒจ

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
  • Fix focus card crashing the application
  • As I write these, I sincerely hope the label picker is fixed for good ๐Ÿ‘Œ