Skip to content

Commit

Permalink
Allow ctrl+enter sending of messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Oct 12, 2019
1 parent 9bd0d3a commit 299fe7f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ 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.5
+ Fix avatars
+ Add ctrl+enter sending of messages

### 2.2.4
+ Fix like-counting bug
+ Fix no-party bug
Expand Down
5 changes: 5 additions & 0 deletions chrome/mainChat/chat_inPage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4",
"version": "2.2.5",
"options_page": "optionsPage/options.html",
"icons": {
"16": "images/icon16.png",
Expand Down
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.4",
"version": "2.2.5",
"icons": {
"16": "images/icon16.png",
"48": "images/icon48.png",
Expand Down

0 comments on commit 299fe7f

Please sign in to comment.