diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b14febb4b0..0c38d32e8ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,20 @@ listed here too. Entries go under `Unreleased` as the change lands, in the same pull request. That heading is cut to the version when the version is dispatched to the release workflow, which refuses a version without a section and makes it the body of the -GitHub release. It is not the store copy - Play's "What's new" is written in the -Play Console when the release is promoted. - -## Unreleased - +GitHub release. It is not the store copy: Play's "What's new" is written for +users, one file per version code under +`fastlane/metadata/android/en-US/changelogs/`, and pasted into the Play Console +when the release is promoted. + +## 4.14.0 + +- The app opens on the documents you had open recently, instead of a welcome + screen there was nothing to do on. +- A new look throughout, following your phone's light or dark setting, with what + you can do to an open document moved down within reach of your thumb. +- Leaving a document with unsaved changes now asks first, instead of dropping + them. +- Saving asks only once where to put the file. - A .csv now opens as a real spreadsheet: the separator is worked out from the file, quoted fields stay whole, and a value that only looks like a number is left as text. It used to be listed line by line. @@ -25,9 +34,14 @@ Play Console when the release is promoted. - Embedded fonts in a PDF no longer come out as boxes or as the wrong letters. - svg, ico, jxl, jp2, psd, wmf and emf are recognised and shown as images. - An .xml file opens properly laid out instead of as one long line. -- Smaller fixes to plain text and to the margin documents open with. - A file the app cannot open is no longer offered for upload to our conversion service, so no document leaves your device. This affected .rtf and WordPerfect. +- The paid app no longer carries Google's advertising code at all, and there is + now a build with nothing proprietary in it for F-Droid. +- Turning down the consent form in the free app leaves a limited ad, which + carries no identifiers, rather than an empty space. +- Smaller fixes to plain text, to the margin documents open with, and to the + promotion in the free app, which varies again from one launch to the next. ## 4.13.0 diff --git a/fastlane/metadata/android/en-US/changelogs/41400.txt b/fastlane/metadata/android/en-US/changelogs/41400.txt new file mode 100644 index 000000000000..29c778f87b5f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/41400.txt @@ -0,0 +1,11 @@ +The app opens on the documents you had open recently, in a new look that follows your phone's light or dark setting, with what you can do to an open document moved down within reach of your thumb. + +Leaving a document with unsaved changes now asks first, and saving asks only once where to put the file. + +A .csv opens as a real spreadsheet, a .docx breaks onto the pages it was written for, and spreadsheets are drawn in a quieter grid under a row and column ruler that stays put while you scroll. + +Documents that are not saved in UTF-8 come out readable, archives list their entries as files, embedded fonts in a PDF are shown correctly, and svg, ico, jxl, jp2, psd, wmf and emf are recognised as images. + +A file we cannot open is no longer offered for upload to our conversion service, so no document leaves your device. + +The paid app no longer carries Google's advertising code at all.