Skip to content

Commit

Permalink
Releasing version 4.0.0-beta1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Dec 4, 2016
1 parent 9671aea commit d5f616a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ android:
- 'android-sdk-license-.+'
before_install:
- openssl aes-256-cbc -K $encrypted_022658120507_key -iv $encrypted_022658120507_iv -in dist/googleplay-developer-key.json.enc -out dist/googleplay-developer-key.json -d
#script: ./gradlew clean build test publish
script: ./gradlew clean build test
script: ./gradlew clean build test publish
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [4.0.0-beta1] - 2016-12-04
### Changed
- Group chat (#179)
- Ask passphrase on first start if not available (#650)
- Improvement and clarification of some preferences (#749, #823)
- No need to input the phone number anymore when importing the key (#772)
- Preference to opt-out of Crashlytics (#827)
- User-initiated missed call verification (#829)

### Fixed
- Handle database errors (#46)
- Fix attachments panel crash (#699)
- Fix several tablet issues (#701, #793)
- Fix crash when blocking while offline (#723)
- Fix crash when clicking outside "Load more messages" button (#750)
- Fix search view bug (#752)
- Fix crash on missing external apps (#777, #782, #860)
- Fix user always being away (#787)
- Compress images and generate thumbnail in the background (#789)
- Fix compose activity not receiving correct lifecycle calls (#833)

## [3.1.10] - 2016-05-14
### Changed
- Update country flags (#731)
Expand Down

0 comments on commit d5f616a

Please sign in to comment.