From f768c66acc4c0698dd2e574ec985f108e65a067c Mon Sep 17 00:00:00 2001 From: Tom Zeller Date: Wed, 18 Nov 2020 12:42:42 +0100 Subject: [PATCH] update changelog --- src/web/web.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/web/web.py b/src/web/web.py index 23a81cc3..2afbeb0e 100644 --- a/src/web/web.py +++ b/src/web/web.py @@ -495,13 +495,13 @@ def changelog() -> List[str]: """ Returns recent add-on changes. """ return [ - "Added timer to the main UI", - "Quick Open (CTRL+O by default) works now with all notes, not only PDF", - "Extracted Pages are now indicated (in blue) in the original PDF", - "Added Shuffle, Spread and Randomize buttons in the queue manager", - "Order untagged in sidebar by last created", - "Fix: PDF tooltip flowing out of visible area sometimes", - + "Add tag tree in sidebar (Anki Notes tab)", + "Remember expanded tags & scroll position in sidebar's tag trees", + "Add unselect all / select all buttons in queue manager", + "Add 'Tags' button in queue manager", + "Add tab to enqueue next note (e.g. next lecture slides) in Done dialog", + "Fix avg. priority label in priority dialog", + "Fix tag tree not always refreshing in queue manager", ]