Skip to content

Commit

Permalink
Merge pull request #70 from juanj/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
paglias authored Jul 12, 2020
2 parents 18f08ec + 8294c8c commit 4f128a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file removed firefox/habitica-chat-extension-firefox.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4f128a6

Please sign in to comment.