Skip to content

Commit

Permalink
Prep 1106 dev release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Feb 17, 2025
1 parent 16fce06 commit 095e032
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object ImageSaver {
put(MediaStore.MediaColumns.MIME_TYPE, "image/jpeg")
put(
MediaStore.MediaColumns.RELATIVE_PATH,
"${Environment.DIRECTORY_PICTURES}/Capy"
"${Environment.DIRECTORY_PICTURES}/Capy Reader"
)
}

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1106.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
• Add button to navigation drawer to refresh all feeds
• Add save and share buttons to the article media viewer
• Add "Mark as read" button to article notifications
• Add option to disable bottom swipe between feeds
• Persist folder dropdown expanded state
• Fix local feed articles that use blank GUIDs

0 comments on commit 095e032

Please sign in to comment.