Skip to content

Commit

Permalink
Closed version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorac committed Jan 20, 2024
1 parent c43828d commit d8fd767
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Version history

## Version 1.1.0 (2024-01-20)

New features:

- 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.

- New feature to copy recording number to clipboard

## Version 1.0.0 (2024-01-05)

App is now stable and (almost) feature-complete, so it's time to switch to a **full** version number 😉.
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 001000000
versionName "1.0.0"
versionCode 001001000
versionName "1.1.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 d8fd767

Please sign in to comment.