Skip to content

Commit

Permalink
Releasing version 4.2.0-beta1 (391)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Aug 6, 2018
1 parent 6728ed7 commit b099cdb
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 16 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Next]
## [4.2.0-beta1] - 2018-08-06
### Changed
- Badge indicators for OEMs supporting it (#292)
- Migrate to Firebase Cloud Messaging (#779)
Expand All @@ -24,7 +24,7 @@
### Fixed
- Temporarily revert to stable emoji version
- Fix public key retrieval
- Fix attachment panel close icon (#1184)
- Fix attachment panel close icon (#1184)

## [4.1.5] - 2018-06-19
### Changed
Expand Down Expand Up @@ -494,7 +494,7 @@
- Fix draft saving on incoming message (#448)
- Fix crash during sync (#454)

[Next]: https://github.com/kontalk/androidclient/compare/v4.1.6...HEAD
[4.2.0-beta1]: https://github.com/kontalk/androidclient/compare/v4.1.6...v4.2.0-beta1
[4.1.6]: https://github.com/kontalk/androidclient/compare/v4.1.5...v4.1.6
[4.1.5]: https://github.com/kontalk/androidclient/compare/v4.1.4...v4.1.5
[4.1.4]: https://github.com/kontalk/androidclient/compare/v4.1.3...v4.1.4
Expand Down
1 change: 1 addition & 0 deletions app/src/main/play/de-DE/whatsnew
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ Registrierungsverfahren angeboten von https://JMP.Chat
Helfen Sie uns bei Verbesserungen und Fehlerbehebungen indem Sie Fehlerreports auf Github posten oder in unserem Forum darüber diskutieren: https://forum.kontalk.org

* einige wichtige Leistungsverbesserungen
* Behoben: einige Probleme mit öffentlichen Schlüsseln
* Behoben: einige Berechtigungsprobleme
* Weitere Fehler behoben
14 changes: 9 additions & 5 deletions app/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Registration provider kindly offered by https://JMP.Chat
Help us improve and fix bugs by reporting them on GitHub or discussing them on our forum: https://forum.kontalk.org
Help us improve and fix bugs by reporting them on GitHub or discussing them on our forum!

* fix some public key issues
* some major performance improvements
* fix some permission issues
* a lot of other bugfixes
* NEW: Copy multiple messages to clipboard
* Badge indicators for OEMs supporting it
* Migrate to Firebase Cloud Messaging
* Upgrade to Smack 4.3
* Accepted invitation is no longer required to chat
* More precise Google Maps location
* Fix some annoying public key issues
* Fix several other bugs
8 changes: 4 additions & 4 deletions app/src/main/play/ru-RU/whatsnew
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
В этот релиз вошёл новый registration provider (разработка компании https://JMP.Chat)
В этом релизе новый registration provider (разработка компании https://JMP.Chat)
Помогайте нам исправлять баги, сообщая он них на GitHub или обсуждая их на нашем форуме: https://forum. kontalk.org

* Обновили набор эмоджи и клавиатуру
* Больше не поддерживаем Android 2
* Починили баг с передачей отложенных сообщений
* Починили баги с публичными ключами
* Значительно улучшили производительность
* Поправили сломанные разрешения
* И ещё массу мелочей
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ allprojects {
evaluationDependsOn ":client-common-java"
ext {
applicationId = 'org.kontalk'
versionCode = 317
versionName = '4.1.6-next'
versionCode = 391
versionName = '4.2.0-beta1'
minSdkVersion = 15
targetSdkVersion = 23
compileSdkVersion = 27
Expand Down
2 changes: 1 addition & 1 deletion dist/google_play.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"full_description": "<b>Please help us making Kontalk better! E-mail us at [email protected] if you have any issues!! Leaving a negative review won't help a non-profit project! Thank you!</b>\n<i>NOTE: DO NOT INSTALL ON SD CARD!</i>\n\n<b>Follow @kontalknet on Twitter or identi.ca to keep up to date with the latest changes and on service status!</b>\n\nKontalk is a secure instant messenger, allowing you to send and receive text, image and voice messages (other file types coming soon) to and from other Kontalk users completely free of charge (*).\n\n&#8226;&#8195; <b>Your phone number is your ID.</b> No usernames or passwords<br/>\n&#8226;&#8195; <b>It automatically finds other Kontalk users</b> by looking at your address book, making it even easier to start chatting on Kontalk with your friends<br/>\n&#8226;&#8195; <b>End-to-end encryption</b> ensures safe and private conversations, so that only you and the person you are talking to can read them<br/>\n&#8226;&#8195; Your and all phone numbers used on the network are irreversibly encrypted<br/>\n&#8226;&#8195; It supports multiple devices, making it very easy to start chatting on your phone and continue the conversation on your tablet<br/>\n&#8226;&#8195; Based on open standards: XMPP and OpenPGP\n\nKontalk is a completely Open Source community project, with all the source code hosted on GitHub (https://github.com/kontalk), allowing everyone to inspect its security and improve it.\nThe network relies on community donations to keep the infrastructure running, so if you can, please donate on http://kontalk.net/. Even small donations matter.\n\nYou can find all permissions used by the app explained at this page: https://github.com/kontalk/androidclient/wiki/Android-client-permissions\n\n(*) Carrier fees for Internet traffic may apply",
"recent_changes": "Registration provider kindly offered by https://JMP.Chat\nHelp us improve and fix bugs by reporting them on GitHub or discussing them on our forum: https://forum.kontalk.org\n\n* fix some public key issues\n* some major performance improvements\n* fix some permission issues\n* a lot of other bugfixes",
"recent_changes": "Registration provider kindly offered by https:\/\/JMP.Chat\nHelp us improve and fix bugs by reporting them on GitHub or discussing them on our forum!\n\n* NEW: Copy multiple messages to clipboard\n* Badge indicators for OEMs supporting it\n* Migrate to Firebase Cloud Messaging\n* Upgrade to Smack 4.3\n* Accepted invitation is no longer required to chat\n* More precise Google Maps location\n* Fix some annoying public key issues\n* Fix several other bugs",
"short_description": "A new way of communicating: community-driven instant messaging network.",
"title": "Kontalk Messenger"
}
2 changes: 1 addition & 1 deletion utils/git-release
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ cmd_continue() {
git add ${REPO_DIR}/app/src/main/play
git commit -as
git push -u origin ${BRANCH}
git tag -a -m "${VERSION_NAME} release" -s -u 274BE2A3BD56E37A v${VERSION_NAME}
git tag -a -m "${VERSION_NAME} release" -s -u [email protected] v${VERSION_NAME}
git push --tags

echo "Uploading builds to mirror"
Expand Down

0 comments on commit b099cdb

Please sign in to comment.