Skip to content

Releases: mdyna/mdyna-app

0.12.1

13 Oct 17:45
Compare
Choose a tag to compare
v0.12.1

v0.12.1

0.12.0

13 Oct 17:22
Compare
Choose a tag to compare
v0.12.0

v0.12.0

0.11.13

09 Oct 21:09
Compare
Choose a tag to compare
v0.11.13

v0.11.13

0.11.12

02 Oct 18:42
Compare
Choose a tag to compare

Bugs

0.11.12

  • Fixed some issues with loading boards and changing app data directory

0.11.11

  • Fixed most issues related to boards
    • Boards were too 'hacky' the way they were built so most of the logic was re-done
    • Due to the data structure, sometimes loading/saving boards in local storage would fail. This should now work as intended

0.11.11

01 Oct 19:40
Compare
Choose a tag to compare

Bugs

  • Fixed most issues related to boards
    • Boards were too 'hacky' the way they were built so most of the logic was re-done
    • Due to the data structure, sometimes loading/saving boards in local storage would fail. This should now work as intended

0.11.10

13 Sep 18:17
Compare
Choose a tag to compare

General bug fixes

  • Fixed focused card not updating after editing
  • Fixed a critical issue that was blocking loading boards from localStorage
  • Re-added search input suggestions
    • Fixed search input not updating after selecting a suggestion
    • Fixed search bar being focusable when it was hidden
    • Fixed suggestions popping up randomly when switching boards

0.11.9

13 Sep 09:57
Compare
Choose a tag to compare

Hotfix

  • Fixes small issue with deleting boards

0.11.8

11 Sep 18:35
Compare
Choose a tag to compare

Patch

  • Fixed an issue which was preventing users from adding cards if they didn't have any boards
  • FIx <hr> tag style. Horizontal rules will now be visible
  • Replaced 'Toggle Completed' label with 'Archive'

0.11.7

09 Sep 19:32
Compare
Choose a tag to compare

Bugfix

  • Fix issue which was preventing app from running if no boards were found
  • Fixed word spacing in cards

0.11.6

29 Aug 18:49
Compare
Choose a tag to compare

Features

Boards BETA

  • We've finally added boards. Now you can separate your work and personal cards.
  • To add a board simply click on the new 'Boards' button in the card list and you can add a board from the menu.
  • If you want to rename or delete a board, click 'Manage boards' on the menu

Code Syntax Styles

  • We've added different code syntax styles, you can check them out in the Settings UI

  • 'Completed' cards and logic was rebranded into an Archive. These are cards that are not visible, however, are not deleted either

  • Several styling improvements:

    • Improved responsivity for the settings UI
    • Improved position and style of the toast notification
    • Improved text inputs' suggestions style

0.11.6

  • Hotfixes several bugs with loading and managing boards