diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de6a74..9324b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +------------------------------- + +## [v2.2.2](https://gitlab.com/nodiscc/dlc/releases/tag/2.2.2) - 2020-04-11 + +### Changed + +- Disable window manager compositor by default (improve video performance/prevent tearing) +- Update user.js to 0.1 + +### Added + +- Documentation at https://debian-live-config.readthedocs.io/ (auto-generated with Sphinx/python script) + +### Fixed + +- Fix APT sources lists not present in the final image +- Improve/cleanup makefile and package lists + + ------------------------------- diff --git a/doc/md/CHANGELOG.md b/doc/md/CHANGELOG.md index c4491f5..9324b60 100644 --- a/doc/md/CHANGELOG.md +++ b/doc/md/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ------------------------------- -## [v2.2.2](https://gitlab.com/nodiscc/dlc/releases/tag/2.2.2) - 2020-04-06 +## [v2.2.2](https://gitlab.com/nodiscc/dlc/releases/tag/2.2.2) - 2020-04-11 ### Changed @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Fixed +- Fix APT sources lists not present in the final image - Improve/cleanup makefile and package lists