Skip to content

Releases: mindolph/Mindolph

V1.8.3 unstable

11 Jul 17:26
Compare
Choose a tag to compare
V1.8.3 unstable Pre-release
Pre-release
  • Improvement: optimize the handling of dragging mouse hover on folder.
  • Improvement: auto select moved files either by drag&drop or by Move to.
  • Fix: inappropriate view mode in keys reference dialog.
  • Fix: performance improved by removing redundant style applying for editors.
  • Fix: selected file disappear in workspace tree after failed to drag&drop to another folder with same name file exists.
  • Fix: unable to use Move to to move files to root folder of a workspace.

V1.8.2 unstable

23 Jun 15:49
Compare
Choose a tag to compare
V1.8.2 unstable Pre-release
Pre-release
  • Fix: the order of search results list changes randomly.
  • Fix: duplicate search result items since the breadcrumb was introduced.
  • Fix: unexpected refresh in active editor when shortcuts key reference dialog popup.
  • Merge bug fixes from stable versions.

V1.7.8

23 Jun 10:04
Compare
Choose a tag to compare
  • Fix: exception when locating root topic of mind map from search result.
  • Fix: when locating a mind map topic from the search results, the selected topics are not cleared.
  • Fix: breaking line or moving caret up/down does not work in some cases after IME dialog popup and hide.

V1.7.7

10 Jun 05:57
Compare
Choose a tag to compare

Improvement: optimize the searching reach the beginning or the end in Markdown, PlantUML and plain text editors.
Improvement: optimize gen-ai dialog UI.
Fix: no response when change current workspace to a no longer existed one.
Fix: markdown preview panel is not updated when the view mode is changed from text only to both.
Fix: collapsed topics in mind map don't be expanded and focused when found by searching.
Fix: the custom LLM model input should be disabled when select any pre-set model from the model list.

V1.8.1 unstable

08 Jun 06:58
Compare
Choose a tag to compare
V1.8.1 unstable Pre-release
Pre-release
  • Improvement: optimize preference dialog and markdown preference layout
  • Improvement: text in markdown editor and plantuml editor can be set different font between descriptive content and code.
  • Improvement: add option include attributes for exporting mind map (branches) to literal format files.
  • Update dependencies

V1.8.0 unstable

25 May 12:28
Compare
Choose a tag to compare
V1.8.0 unstable Pre-release
Pre-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.

V1.7.6

25 May 12:27
Compare
Choose a tag to compare
  • Improvement: add 'use proxy' option for different LLM providers to enable proxy separately.
  • Improvement: add gpt-4o to open-ai provider.
  • Improvement: more pre-set LLM models.
  • Improvement: optimize the HTTP connecting to LLM providers.
  • Fix: the gen-ai reframe panel shows out of the viewport if generated topics make the selected topic out of the viewport.
  • Fix: exception when switch proxy type in preference dialog.
  • Fix: the background of mind map doesn't always render correctly when maximize&recover the editor by double-clicking tab of opened file.
  • Fix: in Mind Map, the protected topic note can't be opened by password.
  • Fix: in Mind Map, after canceling the setting password dialog for topic note, a password reset dialog appears.

V1.7.5 unstable

02 May 15:05
Compare
Choose a tag to compare
V1.7.5 unstable Pre-release
Pre-release
  • Improvement: add support for ChatGLM to GenAI.
  • Improvement: add pre-set model name list for some LLM providers.
  • Fix: blank text can't be replaced by search&replace in code area.
  • Fix: "select in workspace" does not clear the previous selection before file is located.
  • Fix: maven build profile for aarch64.
  • update mfx to 1.3.0

V1.7.4 unstable

19 Apr 16:17
Compare
Choose a tag to compare
V1.7.4 unstable Pre-release
Pre-release
  • Improvement: support Google Gemini API and Hugging Face API for Gen-AI.
  • Improvement: err message displaying for generating content by AI.
  • Improvement: preference migration implementation.
  • Improvement: limit the width of error message area in Gen-AI panel.
  • Improvement: add hint text to input area of Gen-AI panel.
  • Fix: missing sub-folders when loading folder in workspace since the commons-io update to version 2.16.1
  • Fix: after a new file/folder created under a folder, the folder itself should not be selected automatically.
  • some utils classes refactored.
  • update dependencies.

V1.7.3 unstable

30 Mar 17:21
Compare
Choose a tag to compare
V1.7.3 unstable Pre-release
Pre-release
  • Feature: support Ollama for Gen-AI.
  • Improvement: support multi selection operations for nodes in workspace tree view.
  • Merged bug fixes from v1.6.12
  • update langchain4j to 0.29.1