Skip to content

Commit

Permalink
version bump to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Aug 21, 2019
1 parent 356b608 commit 1608807
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 2.7.0 / 2019-08-21 ###

* disable drag and drop
* use group and chat titles
* render Message As ActionLog
* add support for audio media
* render message reactions (message likes)
* render GIFs
* less confusing "send 'seen' receipts" indicator

### 2.6.5 / 2019-04-27 ###

* fix "No Configs given" issue
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "IGdm",
"version": "2.6.5",
"version": "2.7.0",
"description": "Desktop application for Instagram DMs",
"main": "main/main.js",
"scripts": {
Expand Down

3 comments on commit 1608807

@aokomorowski
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

* disable drag and drop

but why? :c

@ifedapoolarewaju
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, I think the message might not be so clear. But what is being disabled here is the behaviour where when you drag a media file into the app, it will override the content of the app, and load the media file instead. This is an unwanted behaviour.

@aokomorowski
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, that makes much more sense, Is it solved in this release or does it need a fix?

Please sign in to comment.