diff --git a/fastlane/metadata/android/en-US/changelogs/216.txt b/fastlane/metadata/android/en-US/changelogs/216.txt new file mode 100644 index 0000000..c3512a2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/216.txt @@ -0,0 +1,14 @@ +### Added +- Extractors: Android Police, XDA Developers (#13) +- Option to filter with tags +- Context menu action to translate parts of article (#12) + +### Changed +- "Save" button is removed from category selector. Changes are auto saved +- Articles will now be saved with just swipe (#23) +- Ladder options are moved to full article page +- Minor layout changes + +### Fixed +- Article sorting (really) (#22) +- Article text not selectable (#32) diff --git a/pubspec.yaml b/pubspec.yaml index dbea1da..8ecb5b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: raven description: "News aggregator" publish_to: 'none' -version: 0.13.0+215 +version: 0.14.0+216 environment: sdk: '>=3.2.1 <4.0.0'