diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eae615..a2a5794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +## [1.7.12] - build 225 2024-04-10 +### Fixed +- Fixed cannot delete records from records list; + +## [1.7.12] - build 224 2024-04-03 +### Added +- Record edit lock; +- Improved backup/restore; + ## [1.7.12] - build 223 2023-08-23 ### Fixed - Smart next button: navigate only to relevant nodes; @@ -282,4 +291,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Support Survey Guide files (if attached to the survey) ### Fixed -- Error importing survey on certain devices \ No newline at end of file +- Error importing survey on certain devices diff --git a/gradle.properties b/gradle.properties index a19bc6e..80a4187 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ #Wed Apr 10 23:12:41 CEST 2024 currentVersionCode=225 -currentVersionName=1.7.11 +currentVersionName=1.7.12 org.gradle.jvmargs=-Xmx1536M android.enableJetifier=true android.useAndroidX=true