From 155642a8a6f7fdc387a73b0103f9b3e108dc00bd Mon Sep 17 00:00:00 2001 From: Silas Kraume Date: Mon, 10 Jun 2024 00:04:55 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91dcc33..fff8b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ Start of documentation: 2023-02-16 / v1.1.0 - added `blank_remove_ws_lines` option to the config menu to remove whitespace lines with -`b`, --`blank` also. - changed the `^I` hotkey in the editor (insert byte sequence) and hexeditor (insert text) to `^N`. - changed the `^C` hotkey in the (hex-)editor (KeyboardInterrupt) to `^D`. +- added area selection via shift-click in the (hex-)editor. +- added `^A` hotkey to the (hex-)editor to select everything. +- added `^C` hotkey to the (hex-)editor to copy selected text to the clipboard. ### Bugfixes