diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b75b67..6c09ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 82eb755..43d39f6 100644 --- a/package.json +++ b/package.json @@ -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": {