From b319cec37ae2cd7680dad7865efadb5ec25be933 Mon Sep 17 00:00:00 2001 From: xander Date: Mon, 12 Sep 2022 20:46:32 +0100 Subject: 1.1.0 changelog --- changelogs/1.1.0.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelogs/1.1.0.md diff --git a/changelogs/1.1.0.md b/changelogs/1.1.0.md new file mode 100644 index 0000000..ad09cdf --- /dev/null +++ b/changelogs/1.1.0.md @@ -0,0 +1,7 @@ +- Improved search - Now searches every category rather than the currently selected one +- Option Flags - Add flags to options that when changed, the flag is executed once per the whole config. +- Deprecated "Require Restart" in favour of option flags. +- Fix search field overlapping undo and cancel at some GUI scales +- Fix scrollbar appearing in the wrong place at some GUI scales +- Fix option entries not extending to fill the list's width at some GUI scales +- Fix tooltips rendering below the scrollbar -- cgit