From 5e553898877c6252186fd529bbf9cdb9e339bdcd Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 29 Apr 2023 16:18:04 +0200 Subject: [PATCH] Make changelog more detailed --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c26f824..985adf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,20 @@ Procedure when bumping the version number: ## Unreleased ### Added -- `help-config` CLI command +- Auto-generated config documentation + - in [CONFIG.md](CONFIG.md) + - via `help-config` CLI command - `keys.*` config options - `measure_widths` config option ### Changed +- Overhauled widget system and extracted generic widgets to [toss](https://github.com/Garmelon/toss) +- Overhauled config system to support auto-generating documentation +- Overhauled key binding system to make key bindings configurable +- Redesigned F1 popup. It can now be toggled with F1 like the F12 log +- The F12 log can now be closed with escape +- Some more small UI fixes and adjustments to the new key binding system +- Split up project into sub-crates - Simplified flake dependencies ## v0.6.1 - 2023-04-10