Multiple issues with the 1.19.1 release, i found while trying to package the flatpak for it:
- The app/package-lock.json file was not updated. This file is used to generate the sources of the flatpak.
- The version is still 1.19.0.
- electron is still pinned to 39.2.7, a missmatch with the root package-lock.json.
- The app/build/resources/linux/mailspring.appdata.xml.in file was not updated.
- The release tag for 1.19.1 is missing.
- Not an issue but related: Each release tag should provide a changelog. You do not have to duplicate it, a link to it is sufficient.
I try to package it as-is, but it will still show up as 1.19.0 in stores. After this is fixed, a retag or point release would be nice.