Skip to content

Commit

Permalink
Closed version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Feb 10, 2024
1 parent 94f99c1 commit 2c810e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Version history

## Version 1.4.0 (2024-02-10)

New features:

- Improved create/edit contact action by using default Android intent. \
Now it is possible to:
- create a new contact with the given phone number
- append phone number to already existing contact
- select contact storage (local, cloud, ...)
- change all other contact fields

Bug fixes:

- Improved recording list scrollbar smoothness

- Increased spacing between recording play buttons

## Version 1.3.0 (2024-01-26)

New features:
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
// version parts: M = Major, m = minor, b = build
// -------- MMMmmmbbb
versionCode 001003000
versionName "1.3.0"
versionCode 001004000
versionName "1.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down

0 comments on commit 2c810e5

Please sign in to comment.