From eb9aadc00434f035ac90882b2c99b36ccb0f3416 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.dev> Date: Mon, 19 Feb 2024 23:47:53 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0acb11d2..3c954419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,60 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), but adapt Instead of grouping changes by tag, they are grouped by the date they are released. +## 19th February 2024 + +### Added + +* Add an i3 keybinding to open `thunar`. +* Set the default i3 workspace. + +## 14th February 2024 + +### Changed + +* Replace the custom `watch-changes` script with `watchexec` (https://github.com/watchexec/watchexec). +* Add `arandr`. + +## 7th February 2024 + +### Changed + +* Run NixOS garbage collection daily instead of weekly and delete generations older than 7 days. + +## 4th February 2024 + +### Added + +* Add `i3-auto-layout` to add automatic tiling. + +### Removed + +* Remove `i3-gaps`. + +## 31st January 2024 + +### Changed + +* Focus in i3 should no longer follows the mouse. +* Change colours in `dmenu`. + +## 29th January 2024 + +### Changed + +* Automatically ignore `todo` and `notes` files from Git. +* Change i3 colours. + +## 26th January 2024 + +### Added + +* Re-add Starship prompt. + +### Changed + +* Update `build-configs` aliases. + ## 25th January 2024 ### Added