Releases: mindolph/Mindolph
Releases · mindolph/Mindolph
V1.12.13
V1.13.3 unstable
-
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
V1.12.11
V1.12.10
- 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 URLdoesn't save the URL in Mind Map.
V1.12.9
-
Improvement:
- Syntax highlighting for horizontal rule in Markdown editor.
-
Bug Fixes:
- The
Generatedialog 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.
- The
V1.13.2 unstable
-
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+enterto 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/Removebutton 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 connectionbutton for vector store settings. - UI refactor.
- 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
-
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
- Fixes
- Files in recent list display with folder icon if those files are deleted outside Mindolph.
- Cancel
Add URLdialog in mind map causes the file state to be modified. - Can't locate a folder in workspace file tree from
Go to filesearch result. - Remove deprecated Gemini 1.5 models
V1.12.7
-
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-maxto 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.
- Replaced nonexistent Moonshot models with
V1.13.1 unstable
-
Features:
- added a
test connectionbutton 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.
- added a
-
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