diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 index e244b92..c41cacf --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ zip -r ../aify.xpi * - [LOW] Model selection should be selectable from the context menu. - [MOD] Make it so any API could be used. - [HIGH] Styling and UX improvements. +- [LOW] Mask API key in settings once saved. ## Privacy and Data Retention diff --git a/aify.xpi b/aify.xpi old mode 100644 new mode 100755 index 0b4c927..63d73c2 Binary files a/aify.xpi and b/aify.xpi differ diff --git a/plugin/background.js b/plugin/background.js old mode 100644 new mode 100755 diff --git a/plugin/content_scripts/compose.js b/plugin/content_scripts/compose.js old mode 100644 new mode 100755 diff --git a/plugin/html/actions.css b/plugin/html/actions.css old mode 100644 new mode 100755 diff --git a/plugin/html/actions.html b/plugin/html/actions.html old mode 100644 new mode 100755 diff --git a/plugin/html/actions.js b/plugin/html/actions.js old mode 100644 new mode 100755 diff --git a/plugin/html/draft.html b/plugin/html/draft.html old mode 100644 new mode 100755 diff --git a/plugin/html/draft.js b/plugin/html/draft.js old mode 100644 new mode 100755 diff --git a/plugin/html/settings.css b/plugin/html/settings.css old mode 100644 new mode 100755 index a9c1ba8..e2924b5 --- a/plugin/html/settings.css +++ b/plugin/html/settings.css @@ -11,7 +11,6 @@ select, textarea { width: 100%; padding: 12px; -// margin-top: 6px border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; diff --git a/plugin/html/settings.html b/plugin/html/settings.html old mode 100644 new mode 100755 diff --git a/plugin/html/settings.js b/plugin/html/settings.js old mode 100644 new mode 100755 diff --git a/plugin/images/icon-16px.png b/plugin/images/icon-16px.png old mode 100644 new mode 100755 diff --git a/plugin/images/icon-32px.png b/plugin/images/icon-32px.png old mode 100644 new mode 100755 diff --git a/plugin/images/icon-64px.png b/plugin/images/icon-64px.png old mode 100644 new mode 100755 diff --git a/plugin/manifest.json b/plugin/manifest.json old mode 100644 new mode 100755 index ffeb14d..ac99012 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Aify", - "version": "1.2", + "version": "1.3", "description": "A Thunderbird plugin to rewrite text based on user-selected actions using OpenAI's API.", "author": "Ali Raheem", "browser_specific_settings": {