Skip to content

Commit

Permalink
Bump version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fibelatti committed Oct 7, 2024
1 parent 033a888 commit a4df83b
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -22,8 +22,8 @@ object AppInfo {
const val APPLICATION_ID = "com.fibelatti.pinboard"

private const val VERSION_MAJOR = 3
private const val VERSION_MINOR = 1
private const val VERSION_PATCH = 1
private const val VERSION_MINOR = 2
private const val VERSION_PATCH = 0
private const val VERSION_BUILD = 0

val versionCode: Int =
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3020000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Version 3.2.0 updates:

* Send and search URLs via Wayback Machine using quick actions (#323)
* New user preference for "follow redirects" when sharing bookmarks to the
app (#330)
* Linkding — Sort by added or modified dates (#324)
* Linkding — Fixed "mark as read" not working (#335)
* Updated app icons and information displayed on bookmark lists

Your feedback is always welcome — visit our project page to contribute!

Thanks for using Pinkt!

0 comments on commit a4df83b

Please sign in to comment.