Thu, 12 Sep 2024 15:41:47 +0200
Added the missing icons for the chat history view buttons.
PKGLIST | file | annotate | diff | comparison | revisions | |
PluginAiOllama.epj | 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/PKGLIST Mon Sep 09 14:17:35 2024 +0200 +++ b/PKGLIST Thu Sep 12 15:41:47 2024 +0200 @@ -41,4 +41,6 @@ OllamaInterface/icons/send-light.svg OllamaInterface/icons/user-dark.svg OllamaInterface/icons/user-light.svg +OllamaInterface/icons/view-dark.svg +OllamaInterface/icons/view-light.svg PluginAiOllama.py
--- a/PluginAiOllama.epj Mon Sep 09 14:17:35 2024 +0200 +++ b/PluginAiOllama.epj Thu Sep 12 15:41:47 2024 +0200 @@ -239,6 +239,8 @@ "OllamaInterface/icons/send-light.svg", "OllamaInterface/icons/user-dark.svg", "OllamaInterface/icons/user-light.svg", + "OllamaInterface/icons/view-dark.svg", + "OllamaInterface/icons/view-light.svg", "PKGLIST", "PluginAiOllama.epj", "PluginAiOllama.zip",
--- a/PluginAiOllama.py Mon Sep 09 14:17:35 2024 +0200 +++ b/PluginAiOllama.py Thu Sep 12 15:41:47 2024 +0200 @@ -33,7 +33,7 @@ "author": "Detlev Offenbach <detlev@die-offenbachs.de>", "autoactivate": True, "deactivateable": True, - "version": "10.0.4", + "version": "10.0.5", "className": "PluginOllamaInterface", "packageName": "OllamaInterface", "shortDescription": "Graphical 'ollama' client for eric-ide.",
--- a/changelog.md Mon Sep 09 14:17:35 2024 +0200 +++ b/changelog.md Thu Sep 12 15:41:47 2024 +0200 @@ -1,6 +1,10 @@ ChangeLog --------- +__Version 10.0.5__ + +- Added the missing icons for the chat history view buttons. + __Version 10.0.4__ - Only enable the 'Local Server' menu when the 'ollamaL executable is found.