File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ object AppInfo {
1818 const val APPLICATION_ID = " com.fibelatti.pinboard"
1919
2020 private const val VERSION_MAJOR = 3
21- private const val VERSION_MINOR = 11
22- private const val VERSION_PATCH = 5
21+ private const val VERSION_MINOR = 12
22+ private const val VERSION_PATCH = 0
2323 private const val VERSION_BUILD = 0
2424
2525 val versionCode: Int = (VERSION_MAJOR * 1_000_000 + VERSION_MINOR * 10_000 + VERSION_PATCH * 100 + VERSION_BUILD )
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ This version brings the following updates:
2+
3+ * Advanced search parameters to match all or any terms
4+ * New option to export the local bookmark cache
5+ * Small UI tweaks to improve the information hierarchy
6+
7+ Thank you for using the app!
You can’t perform that action at this time.
0 commit comments