From 2917943fc04e46af49ebbaf5f30cb2b831dc8f19 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Mon, 10 Aug 2026 22:33:01 +0200 Subject: [PATCH 1/2] Write down the rest of 4.14.0, and cut the heading Nine of the eighteen pull requests since 4.13.0 left no entry, the redesign among them. Adds what a user would notice and cuts `Unreleased` to `4.14.0`, which the release workflow needs before it will build the version. --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b14febb4b0..51e8f1e4b2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,15 @@ 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 - +## 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 +32,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 From 02f84347f5d7fcbfbea6d0447f9e2be18a146d0a Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Mon, 10 Aug 2026 22:44:47 +0200 Subject: [PATCH 2/2] Write the store copy for 4.14.0 41400.txt beside the other version codes, and the changelog header now says where that copy lives rather than only when it is pasted in. --- CHANGELOG.md | 6 ++++-- fastlane/metadata/android/en-US/changelogs/41400.txt | 11 +++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/41400.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e8f1e4b2e5..0c38d32e8ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ 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. +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 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.