diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-14 12:01:26 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-14 12:01:26 +0100 |
commit | a6044c93448c41947d41d5e91cabdb98aaf12d5b (patch) | |
tree | 63217b4bd70fd2ae3fa87e5aeb3f4bedd443de22 | |
parent | v74.0-2; new release without broken librewolf.cfg, see ac25a5ef in settings (diff) | |
download | librewolf-linux-a6044c93448c41947d41d5e91cabdb98aaf12d5b.tar.gz librewolf-linux-a6044c93448c41947d41d5e91cabdb98aaf12d5b.tar.bz2 librewolf-linux-a6044c93448c41947d41d5e91cabdb98aaf12d5b.zip |
Implement a basic Changelog; fixes #107
-rw-r--r-- | CHANGELOG.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7214ed7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +This project follows the official Firefox releases, but also uses +[Arch Linux Package Versioning](https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_versioning) to mark individual releases in between versions. + +## [Unreleased] + +## [74.0-2] - 2020-03-10 + +### Fixed + +- Wrong commenting format in `librewolf.cfg` breaking LibreWolf settings + +### Known Issues + +- Appimage and FlatPak releases must be considered broken + +## [74.0-1] - 2020-03-10 + +### Added + +- Initial release following stable upstream Firefox releases +- [WIP] Appimage and FlatPak Releases |