Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mindolph/Mindolph

V1.12.13

17 Dec 16:39

Choose a tag to compare

  • Update pre-set models for OpenAI and Moonshot(Kimi).

  • The Save all updates file name in tabs incorrectly.

V1.13.3 unstable

14 Dec 06:29

Choose a tag to compare

V1.13.3 unstable Pre-release
Pre-release
  • Features

    • Added multilingual embedding models for the world's major languages.
    • Change output logs to logs/ dir.
  • Improvements

    • Display detailed error message when downloading embedding model fails.
    • Refactor code editors.
    • Improved refreshing performance for preview mode of Markdown and PlantUML.
    • Add file count to the items of workspace selector in the Datasets setting panel.
  • Bug Fixes

    • Too much files in the collections cause exception.
    • If rename folder/file fails, the input dialog should pop up again.
    • in Datasets settings, exception when there is no files selected for a dataset.
  • Merged bug fixes from stable versions.

  • Update JavaFX to 25.0.1, RichTextFX to 0.11.7 and other dependencies.

V1.12.12

11 Dec 17:40

Choose a tag to compare

  • Update pre-set models for Gemini and Qwen.
  • Bug Fixes:
    • Proxy username and password don't work.
    • The domain of huggingface's api is changed.
    • The replace and replace all features in the note editor of mind map do not work.

V1.12.11

26 Oct 06:55

Choose a tag to compare

  • Improvement:
    • Optimized application launching performance, now it's much faster. 🎉.
    • Update model list for OpenAI and ChatGLM.
  • Fix: Code delay highlighting should only be effective when the user is typing.

V1.12.10

18 Oct 06:42

Choose a tag to compare

  • Improvement:
    • Optimized the performance of code syntax highlighting.
    • Syntax highlighting for JSON and YAML in PlantUML.
    • Update PlantUML file templates.
    • Change the caret to where user click on code editor before context menu popup.
  • Bug Fixes:
    • Incorrect syntax highlighting in PlantUML.
    • In the mind map, when the root topic is selected or no topic is selected, pressing the arrow keys will incorrectly switch files tab.
    • The Add URL doesn't save the URL in Mind Map.

V1.12.9

12 Oct 07:52

Choose a tag to compare

  • Improvement:

    • Syntax highlighting for horizontal rule in Markdown editor.
  • Bug Fixes:

    • The Generate dialog automatically moves to the end of the file when an editor is opened but has never been clicked
    • Incorrect syntax highlighting of the code block in Markdown.
    • Inline syntax highlighting doesn't work for last plain paragraph in Markdown.

V1.13.2 unstable

06 Oct 05:14

Choose a tag to compare

V1.13.2 unstable Pre-release
Pre-release
  • Features:

    • The agent can be created without embedding model, which means it is an agent as a chat bot.
    • Add waiting status display when waiting for the agent reply in the agent chat panel.
    • Add rename feature to datasets and agents settings.
  • Improvement:

    • In the chat panel, add provider&model information to the items of the agent selector list. Show description tooltip of agent in the the agent list. Add the shortcut shift+enter to send chat message to the agent. Handle redundant streaming output from some specific LLM models when chatting with the agent. Improve UI.
    • In Gen-AI setting panels, the provider and model can be unselected.
    • In the agent setting panel, add language description to the items of dataset selector list. disable items of the dataset selector that are not in the same language as the language of agent.
    • In the providers setting panel, optimize model information display. Disable Add/Remove button when internal provider is activated.
    • In the dataset setting panel, add a waiting dialog for downloading embedding model files. Disable embedding model selections if a dataset has been embedded. refactored embedding processing.
    • Toggle the Test connection button for vector store settings.
    • UI refactor.
  • Bug fixes:

    • Reloading agents from preference changes clears the chat session, which is inappropriate.
    • Check for duplicate names when creating a custom model for a provider.
    • The agent chat panel doesn't respond when there are errors from model APIs.
    • The format of the response of some LLMs is incorrect.
    • Clear message after a dataset has been deleted.
    • Embedding data of a dataset has not been deleted after the dataset is removed.
  • update langchain4j to 1.6.0 and other dependencies.

V1.12.8

04 Oct 04:49

Choose a tag to compare

  • Fixes
    • Files in recent list display with folder icon if those files are deleted outside Mindolph.
    • Cancel Add URL dialog in mind map causes the file state to be modified.
    • Can't locate a folder in workspace file tree from Go to file search result.
    • Remove deprecated Gemini 1.5 models

V1.12.7

25 Sep 17:24

Choose a tag to compare

  • Feature:

    • Implemented syntax highlighting in the quote paragraph of Markdown, like inline code, bold text, etc.
  • Improvement:

    • Optimized syntax highlighting performance.
    • Add swimlane highlighting for PlantUML.
    • Add new model qwen3-max to Qwen LLM provider.
  • Bug fixes:

    • Replaced nonexistent Moonshot models with kimi-latest.
    • Unable to launch find/replace, copy/cut/paste with shortcuts in CSV editor.
    • Incorrect syntax highlighting for PlantUML.
    • Incorrect highlighting of numbered list in Markdown.

V1.13.1 unstable

21 Sep 09:30

Choose a tag to compare

V1.13.1 unstable Pre-release
Pre-release
  • Features:

    • added a test connection button to the vector store preference panel.
    • Added error message display for gen-ai dataset setting and chatting with agent.
    • Added error message in the gen-ai Datasets setting panel for following scenarios, counting embedded files when loading a dataset, and checking selected files embedding status when loading a workspace.
    • Added a clear button to chat view to clear user input.
  • Improvement:

    • Added a check for table existence when loading gen-ai dataset panel.
    • Disabled the dataset combo box and the new dataset button during embedding to prevent conflict.
    • Added a timeout to connecting to the embedding vector database.
    • Added file size to the item of file select view in the dataset preference dialog.
    • Refactored agent selector in chat view.
    • Agents in the chat view now automatically reload when their preferences are changed.
    • Remove the meta information when embedding a Mind Map document to optimize the RAG performance.
    • The browser button in Mind Map note dialogs now opens URLs in an external browser by default.
    • Some UI improvements.
  • Bug fixes:

    • The app installed from the installation package cannot connect to the vector database.
    • The send button state is incorrect after clearing the user input.
    • The postgres driver cannot be loaded in the platform dependent installer.
    • Error messages from OpenAI are not displayed when generating content in a Mind Map.
    • Some problems with packaging into installation packages.
    • Merged bug fixes from stable version.
  • Dependencies:

    • Updated JavaFX to 25, richtextfx to 0.11.6, mfx to 3.0.
    • Updated bundled JDK to 25.
    • Updated dependencies like langchain4j, plantuml, apache commons, etc.
  • Updated docs for development