Skip to content

V1.8.0 unstable

Pre-release
Pre-release
Compare
Choose a tag to compare
@mindolph mindolph released this 25 May 12:28
· 102 commits to main since this release
  • New Features:
    • allows exporting selected topics as a new file as Mind Map, Markdown, AsciiDoc or structured plain text.
    • copy&paste image from clipboard to selected topics directly by shortcut.
    • Allow dragging external files to any folder in workspace to copy those files.
    • add new preference for automatically selecting in workspace after a file is opened.
    • add Move to functionality to workspace view.
  • Improvement:
    • Remembers the last active tab and switches back to it when opening the preferences dialog (until the application is killed).
    • optimized the PDF exported for markdown files;
    • support the CJK characters in code blocks within exported PDF file from markdown.

      Need to setup the CJK font files for either sans-serif or mono.

    • allow to select any parent folder in Find in files and it's result panel.
    • add new folder button to filter folders in Go to file dialog
    • Improved the user interface for file type options in Go to file and Search in file dialogs using icon buttons.
    • add blank tail to markdown bullet list.
    • automatically expands node in workspace when dragging any file/folder over it.
    • improved app menu and context menu displaying.
    • optimized button text in confirm dialogs.
    • optimized the scroll sync for markdown editor.
  • Bug Fixes:
    • in Mind Map editor, moving any selected topics by shortcut out of viewport doesn't trigger automatically scrolling.
    • Emphasis text doesn't work in markdown preview.
    • the protected topic note can't be opened by password;
    • after canceled the setting password dialog for topic note, a password reset dialog appears.
    • external folder should not be able to drag&drop to workspace.
    • blank text can't be replaced by search&replace in code area.
  • Others
    • A few of refactoring especially for Mind Map.