diff --git a/CHANGELOG.md b/CHANGELOG.md index 169a4944a..c1f2f4ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.8.2] - 2023-02-28 + ### Added - Export: bulk converting diff --git a/fastlane/metadata/android/en-US/changelogs/93.txt b/fastlane/metadata/android/en-US/changelogs/93.txt new file mode 100644 index 000000000..667cfa285 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/93.txt @@ -0,0 +1,5 @@ +In v1.8.2: +- write metadata when converting +- convert many items at once +- list places in their own page +Full changelog available on GitHub \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/9301.txt b/fastlane/metadata/android/en-US/changelogs/9301.txt new file mode 100644 index 000000000..667cfa285 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9301.txt @@ -0,0 +1,5 @@ +In v1.8.2: +- write metadata when converting +- convert many items at once +- list places in their own page +Full changelog available on GitHub \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7447b72eb..9386fd121 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ repository: https://github.com/deckerst/aves # - play changelog: /whatsnew/whatsnew-en-US # - izzy changelog: /fastlane/metadata/android/en-US/changelogs/XX01.txt # - libre changelog: /fastlane/metadata/android/en-US/changelogs/XX.txt -version: 1.8.1+92 +version: 1.8.2+93 publish_to: none environment: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index aa868aeac..667cfa285 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,5 +1,5 @@ -In v1.8.1: -- Android TV support (cont'd) -- hide your secrets in vaults -- enjoy the app in Basque +In v1.8.2: +- write metadata when converting +- convert many items at once +- list places in their own page Full changelog available on GitHub \ No newline at end of file