Fri, 29 Nov 2024 13:10:21 +0100
Fixed a small visual bug.
OllamaInterface/OllamaWidget.py | file | annotate | diff | comparison | revisions | |
PluginAiOllama.py | file | annotate | diff | comparison | revisions | |
PluginAiOllama.zip | file | annotate | diff | comparison | revisions | |
changelog.md | file | annotate | diff | comparison | revisions |
--- a/OllamaInterface/OllamaWidget.py Fri Nov 29 13:09:48 2024 +0100 +++ b/OllamaInterface/OllamaWidget.py Fri Nov 29 13:10:21 2024 +0100 @@ -81,7 +81,6 @@ ) ) - self.ollamaMenuButton.setAutoRaise(True) self.ollamaMenuButton.setShowMenuInside(True) self.__chatHistoryLayout = QVBoxLayout()
--- a/PluginAiOllama.py Fri Nov 29 13:09:48 2024 +0100 +++ b/PluginAiOllama.py Fri Nov 29 13:10:21 2024 +0100 @@ -33,7 +33,7 @@ "author": "Detlev Offenbach <detlev@die-offenbachs.de>", "autoactivate": True, "deactivateable": True, - "version": "10.1.6", + "version": "10.1.7", "className": "PluginOllamaInterface", "packageName": "OllamaInterface", "shortDescription": "Graphical 'ollama' client for eric-ide.",