Skip to content

Commit

Permalink
Prepare release 1.0.0-alpha06
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Jul 3, 2021
1 parent 0caf2e2 commit fec01a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Change Log
# ChangeLog

## Version 1.0.0-alpha06 (2021-07-02)
- Adds sending payments:
- From a Chat with a Contact via the footer menu options
- From the Dashboard via scanning or entering a Lightning Node Public Key
- Adds frameworks for encrypting and uploading attachments to the meme server
- Adds ability to take pictures and send
- Adds ability to copy message text via the long press pop up menu
- Adds ability to reply to messages via the long press pop up menu
- Fixes bug related to FirebaseMessaging whereby token retrieval failure was stalling network requests
- Fixes crash related to Message Selection Menu when application was cycled to background/foreground

## Version 1.0.0-alpha04 (2021-06-25)
- Adds ability to receive images
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ kapt.include.compile.classpath=false
# Enable In Logcat to determine Kapt
#kapt.verbose=true

VERSION_NAME=1.0.0-alpha04
VERSION_NAME=1.0.0-alpha06

# The trailing 2 digits are for `alpha##` releases. For example:
# 4.4.1-alpha02 = 441102 where `102` stands for alpha02
# 4.4.1-beta01 = 441201 where `201` stands for beta01
# 4.4.1-rc01 = 441301 where `301` stands for rc01
VERSION_CODE=100104
VERSION_CODE=100106


# Kotlin-Android submodule
KA_VERSION_NAME=1.0.0-alpha04
KA_VERSION_NAME=1.0.0-alpha06

# The trailing 2 digits are for `alpha##` releases. For example:
# 4.4.1-alpha02 = 441102 where `102` stands for alpha02
# 4.4.1-beta01 = 441201 where `201` stands for beta01
# 4.4.1-rc01 = 441301 where `301` stands for rc01
KA_VERSION_CODE=100104
KA_VERSION_CODE=100106

0 comments on commit fec01a5

Please sign in to comment.