This add-on shows the last time you reviewed decks to the side of their names in the main window.
See Tools > Add-ons > Config for customizing the color and the date format.
Changelog
See CHANGELOG.md for a list of changes.
Support & feature requests
Please post any questions, bug reports, or feature requests in the support page or the issue tracker. If you want priority support for your feature/help request, I’m available for hire. You can get in touch from the aforementioned pages, via email or on Fiverr.
Support me
Consider supporting me if you like my work:
Screenshots




Liên kết hỗ trợ
Reviews (7)
👍 2025-11-24
Thanks.
But I had future maps during various tests :)
So, to rule out the error, I did the following:
if last_review_time > datetime.datetime.now():
last_review_time = datetime.datetime.now()
ratio = min(
👍 2025-09-19
Perfect! Useful!
👍 2025-07-28
If it crashes because of conflicting addons (ex: Enhance main window) replace this line in the init.py (add-on folder)
soup.select_one(“.optscol”).insert_before(th)
with this:
target = soup.select_one(“.optscol”) or soup.select_one(“.deck”) or soup.body if target: target.insert_before(th)
👍 2024-09-18
Works very well!
👍 2024-01-31
Great addon. It would be nice if it could also show the time in hours spent on each deck. You used BeautifulSoup :)
👍 2023-07-29
Amazingly good idea. Really needed it.
👍 2023-07-18
Simple but Perfect