Skip to content

Commit d8fd767

Browse files
committed
Closed version 1.1.0
1 parent c43828d commit d8fd767

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Version history
22

3+
## Version 1.1.0 (2024-01-20)
4+
5+
New features:
6+
7+
- New setting to configure the default phone country prefix (i.e. `+39` for Italy and `+1` for the US). This will be used to improve contacts search and let it find the ones missing it.
8+
9+
- New feature to copy recording number to clipboard
10+
311
## Version 1.0.0 (2024-01-05)
412

513
App is now stable and (almost) feature-complete, so it's time to switch to a **full** version number 😉.

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
targetSdkVersion rootProject.ext.targetSdkVersion
3030
// version parts: M = Major, m = minor, b = build
3131
// -------- MMMmmmbbb
32-
versionCode 001000000
33-
versionName "1.0.0"
32+
versionCode 001001000
33+
versionName "1.1.0"
3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3535
aaptOptions {
3636
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

0 commit comments

Comments
 (0)