diff --git a/Codexes2Gemini/__init__.py b/Codexes2Gemini/__init__.py index 4e184d5..93e635b 100644 --- a/Codexes2Gemini/__init__.py +++ b/Codexes2Gemini/__init__.py @@ -14,11 +14,8 @@ def ensure_directory_exists(directory_path): ensure_directory_exists("userspaces") ensure_directory_exists("userspaces/self") -__version__ = "0.2.2.19" +__version__ = "0.2.3.0" __announcements__ = """ -- Adds chardet to required packages ---- -- **Improves packaging of resources to avoid file not found errors**, ensure forward compatibility. -- Streamlines logging. -- Adds self-identification. +- PromptPlans are refactored to PromptGroups to make function more clear. +- Simple JSON objects may now be updated and their text tokenized. """