aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-31 21:10:41 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-31 21:10:41 +0200
commitefd24ea6bd1b812684445e3e60a5876ed8005d95 (patch)
tree5144605cd23e09c051fed84b3196eea7bbae539a
parentadd a .desktop file to flatpak build (diff)
downloadlibrewolf-linux-efd24ea6bd1b812684445e3e60a5876ed8005d95.tar.gz
librewolf-linux-efd24ea6bd1b812684445e3e60a5876ed8005d95.tar.bz2
librewolf-linux-efd24ea6bd1b812684445e3e60a5876ed8005d95.zip
update changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 525a788..e8d28b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,13 +11,12 @@ This project follows the official Firefox releases, but also uses
### Added
-- AppImage and Flatpak improvements (metadata, conventions)
-- (Mostly) we working Flatpak release
+- AppImage and Flatpak improvements (metadata, conventions etc.)
+- (Mostly) working Flatpak release
- **Untested**: AppImage and Flatpak releases for `aarch64` are now also built on Ubuntu 16.04
### Known Issues
-- AppImage is working properly (and probably not a completely valid AppImage): It creates a new profile in `~/.librewolf` on each launch.
- AppImage and Flatpak releases cannot be built as PGO/profiled builds at the moment
- AppStream metadata is not completely valid (missing screenshots)
- Build scripts are not tested outside of a dockerized environment
bgstack15