From a8e77ce6cf826ebcc9ddcdf16adf6e3cf3c23a44 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 24 Nov 2023 17:47:24 +0000 Subject: [PATCH] docs: add CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6f86515 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com), but adapted to work with trunk-based development and continuous delivery. + +Instead of grouping changes by tag, they are grouped by the date they are released. + +## 21st November 2023 + +### Added + +* Add CHANGELOG.md. +* More i3 key mappings for navigating between and focusing windows, as well as volume and brightness control. + +### Changed + +* Updated Harpoon mappings. +* Make the monitor ID and mode configurable in `switch-to-laptop-screen` and `switch-to-monitor` scripts. + +### Fixed + +* Prevent `markdownlint` from showing errors for line lengths and duplicate non-sibling headings, making it easier to work with files, such as CHANGELOG.md, that contains the same headings multiple times.