Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Nov 27, 2024
1 parent fcae002 commit 56d2fc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ object AppInfo {
const val APPLICATION_ID = "com.fibelatti.pinboard"

private const val VERSION_MAJOR = 3
private const val VERSION_MINOR = 3
private const val VERSION_PATCH = 3
private const val VERSION_MINOR = 4
private const val VERSION_PATCH = 0
private const val VERSION_BUILD = 0

val versionCode: Int =
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3040000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This version brings the following updates:

* New setting to control the addition of <blockquote> when description
auto-fill is enabled
* New menu items to send app feedback and view the privacy policy
* New fallback strategy to load tags when the server is not available

Feedback and suggestions are always welcome, thank you for using the app!

0 comments on commit 56d2fc2

Please sign in to comment.