From 4bc95623d6e4f210f78dc45606a3aaa334e8a6e0 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 22 Sep 2024 21:21:47 +0200 Subject: [PATCH 1/3] version set to 2.2.0pre2 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d1f88f32..4b11c3a0 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "ThunderAI", "description": "__MSG_extensionDescription__", - "version": "2.2.0pre1", + "version": "2.2.0pre2", "author": "Mic (m@micz.it)", "homepage_url": "https://micz.it/thunderbird-addon-thunderai/", "browser_specific_settings": { From a54fa1f621d578e35f79a936e3e6ef523243c0f3 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 22 Sep 2024 21:27:47 +0200 Subject: [PATCH 2/3] typo fixed --- CHANGELOG.md | 2 +- options/mzta-release-notes.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b42d5639..82c98c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ diff --git a/options/mzta-release-notes.html b/options/mzta-release-notes.html index 1e7d9673..6aa36601 100644 --- a/options/mzta-release-notes.html +++ b/options/mzta-release-notes.html @@ -11,7 +11,7 @@ From 995bc4a4856c9a941232adc255d15c9e31e83a7b Mon Sep 17 00:00:00 2001 From: Mic Date: Sun, 22 Sep 2024 21:28:32 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md -> tags updated from pre to i --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c98c42..d4665973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@
  • [ChatGPT Web] Removed the option to force the ChatGPT4 model over ChatGPT3.5, since it was useless now.
  • [OpenAI Comp API] Added a new integration method to use a local LLM via an API compatible with OpenAI's API specifications [#126].
  • -
  • Custom Prompts storage space incremented to 5MB, using
    storage.local
    . Added also the total occupied space at the bottom of the Custom Prompts page [#129].
  • +
  • Custom Prompts storage space incremented to 5MB, using storage.local. Added also the total occupied space at the bottom of the Custom Prompts page [#129].
  • [ChatGPT Web] Updated the information in the option page.
  • ...