Skip to content

Releases: mdyna/mdyna-app

0.21.0

16 Jun 15:55
Compare
Choose a tag to compare
  • 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

0.20.7

27 May 17:18
Compare
Choose a tag to compare
v0.20.7

v0.20.7

0.20.3

21 Apr 22:44
Compare
Choose a tag to compare

Bug fixes 🐛

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

0.20.2

11 Mar 22:44
Compare
Choose a tag to compare

Bug fixes 🐛

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

0.20.1

25 Feb 23:29
Compare
Choose a tag to compare

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

0.20.0

16 Feb 16:21
Compare
Choose a tag to compare

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.

0.18.2

05 Feb 20:40
Compare
Choose a tag to compare

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

0.18.1

01 Feb 22:04
Compare
Choose a tag to compare

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.

0.17.13

23 Jan 23:58
Compare
Choose a tag to compare

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.

0.17.11

21 Jan 18:59
Compare
Choose a tag to compare

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 👌