diff --git a/README.md b/README.md index fa5aec0..0fd71a3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ To allow for ease of deployment the code is kept in separate folders, chrome, an + Increased the Refresh Rate as required by staff # Version history +### 2.2.8 ++ Fix avatars not displaying bug ++ Fix click username to replay ++ Fix bug when copied messages included mentions as markdown urls ++ Add `Ctrl + Enter` short-cut to send message ++ Shrink padding for lists on chat messages + ### 2.2.6 + Modify Sanitization to not remove required functions + Added the option to hide system messages diff --git a/chrome/manifest.json b/chrome/manifest.json index 17c6776..028c246 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -3,7 +3,7 @@ "name": "Habitica Chat Client", "short_name": "Habit Chat", "description": "This extension adds a Habitica chat client to habitica.com", - "version": "2.2.6", + "version": "2.2.8", "options_page": "optionsPage/options.html", "icons": { "16": "images/icon16.png", diff --git a/firefox/habitica-chat-extension-firefox.zip b/firefox/habitica-chat-extension-firefox.zip deleted file mode 100644 index 6eef6ec..0000000 Binary files a/firefox/habitica-chat-extension-firefox.zip and /dev/null differ diff --git a/firefox/manifest.json b/firefox/manifest.json index db4c8e4..093dafd 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -3,7 +3,7 @@ "name": "Habitica Chat Client", "short_name": "Habit Chat", "description": "This extension adds a Habitica chat client to habitica.com", - "version": "2.2.7", + "version": "2.2.8", "icons": { "16": "images/icon16.png", "48": "images/icon48.png",