Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fonol committed Nov 18, 2020
1 parent bce11c4 commit f768c66
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/web/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",

]

Expand Down

0 comments on commit f768c66

Please sign in to comment.