Skip to content

Releases: mdyna/mdyna-app

0.17.10

16 Jan 20:50
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

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
  • As I write these, I sincerely hope the label picker is fixed for good 👌

0.17.9

13 Jan 22:41
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

Code cleanup 🧹

  • Usage of selectors should show great performance improvements 🚀

0.17.4

04 Jan 21:02
Compare
Choose a tag to compare

Features and Improvements 🤟

  • Add padding to card editor component
  • Visual improvements to the settings UI.
  • Added a dialog to confirm changes discarding
  • Linux client will now have new buttons styled according to the OS.
  • Code cleanup, performance improvements. 🚀

Bugs 🐜

  • Keyboard controls are now disabled when editing a card.
  • Fixed an issue which was preventing users from removing labels on the label picker
  • Fixed an issue which was preventing Github gists from syncing properly

0.16.0

22 Dec 19:10
Compare
Choose a tag to compare

Features 🌠

Import MD files to your MDyna boards

  • You can now import multiple markdown files to MDyna boards.
    • The imported files will be automatically palced in your current board (no board if you're importing to your Inbox).

Clear Archive Button

  • You can now delete all cards in your archive.
    • In order to do so simply activate your archive via the sidebar and a new option will show up allowing you to delete all cards with a single click.

Delete/Keep Board Cards

  • Before deleting a board, users will now have the option to delete all cards within that board or keep them and move them to the INBOX.

UI/UX Improvements 👍

  • Boards logo received a new design overhaul.
  • There's now an indicator of the card board for the cards in your list.
    • Clicking on the board indicator will switch to that board.

Bugs 🐛

  • Sidebar component was refactored which should reflect in improvents in performacne and transitions.
  • Fixed some icons misalignements

0.15.0

13 Dec 13:37
Compare
Choose a tag to compare

Features 🌠

Favorites 📌

  • Added a 'Favorite Card' button.
    • You can now favorite a card for quick access from the side menu.
    • Clicking on a favorite card on the side menu will bring that card into focus.
    • To favorite a card simply press on the 📌 icon on the card bar.
  • Add cards from clipboard
    • While on the card list, if you press Ctrl+V, MDyna will add a card based on your clipboard content to your active board.
  • Duplicate cards
    • You can now duplicate a card to the same board.
    • The new 'Duplicate Card' button is found within the dropdown in every card bar.

UI/UX Improvements 👍

  • Updated style for menu and sub menus.
  • Improved the transition when expanding the sidebar.
  • Added a dropdown menu to the card bar to show additional options.
  • Fixed an issue which would cause the card title to overflow from the card.
  • Disabled card list page controls if there's only one page of cards.
  • Added a "De-Sync from GitHub" button.
  • Clicking on a '#' on a card will now scroll to the title.
  • Added an 'Unfocus' button when focusing a card.
  • Updated the text when no cards match search results and for empty boards.

Bugs 🐛

  • Fixed sidebar items alignment.
  • Fixed an issue in which the label picker wouldn't reset the input after selecting an item from the suggestions box.
  • Now double clicking on a card you're already editing will no longer reset changes.
  • Fixed 'Add card' flow.
    • Whenever you add a card now, the card list will update to have the new card visible.

0.14.0

06 Nov 14:32
Compare
Choose a tag to compare

New Editor 🚀

  • We've ditched the card editor modal and replaced it with an inline editing mode
    • This mode can still be accessed with double clicking the card or pressing the edit button in the card bar.
  • New card template
    • Instead of a 'Untitled card' with placeholder text, when you add a card to your MDyna boards, the default text is a shortcuts guide.
      • In the future we intend to use this to introduce more card templates 😉
  • New color picker 🎨
    • The MDyna card color picker has a new UI and functionalities
      • You can now choose HEX colors for your cards
  • New label picker 🏷
    • Also with a new UI and with a new functionality
      • Users are able to click on labels to remove them from the current card
  • Clicking on A will create a new card on the current board
  • The hover animation on the cards is now gone. That visual aid is now in place for when a card is being edited

Bugs 🐞

  • Fix emoji plugin for when there are no emojis matching the string
  • 'ESC' shortcut was not working when focusing cards. That is now fixed.
  • Fix generic errors in gistsService and board picker component.
  • Fix issue which was causing the tooltips to flicker in certain positions.
  • Fix settings UI overflow.

0.13.0

22 Oct 22:58
Compare
Choose a tag to compare

Features

  • Updated the MDyna Icon and name references
  • Screenshots and images pasted from disk will now be uploaded to imgur. The markdown text will be replaced by the link generated by the upload
  • Fixed some design inconsistencies
  • Updated the 'Focus Card' and 'Boards' icons
  • MDyna now supports emojis 😉
    • Whenever you write :wink: you should see the matching emoji.
    • This works fine in Windows and in most Linux distributions which already have emojis pre-installed. However, this feature was not tested in an "emoji-less" machine.
  • Now you can export your board cards to your disk. Simply click the button at the top of the card list

Bugs

  • Fix an issue which was causing the editor to create a new line whenever a card was saved.

0.12.4

13 Oct 20:53
Compare
Choose a tag to compare
v0.12.4

v0.12.4

0.12.3

13 Oct 20:44
Compare
Choose a tag to compare
v0.12.3

v0.12.3

0.12.2

13 Oct 18:01
Compare
Choose a tag to compare

Features

  • Markdown Editor re-design
    • Editor is now block based, making it more intuitive to use
    • The "Title" field has been removed from the modal editor and the card bar and will now be inferred from the first line of your note, removing the limit we once had.
    • Retains most of the old functionality while we're working to figure out how to adapt more features.
  • Github Gist Sync
    • In order to sync a gist with mdyna, simply go to the settings interface, login with your Github account and select or create a Gist :)
  • Tooltips Update
    • Updated tooltips look n' feel
    • Added new tooltips to card bar icons
    • Updated keyboard shortcuts tooltips