Anki 2.1.45 Alpha

Thoughts on the new update:

  • Really clean. Loving most of the updates so far. The sidebar update and cards to notes update in the browser are incredible
  • I really dislike the options group. This is really the only thing I dislike about it but I see everyone getting more confused by it. I think the old version was more aesthetic and user friendly. Not the end of the world, but unless there’s a strong reason to keep this I’d advocate for going back. I do like the little info things though.
  • Editor buttons are great but I’d suggest they be a tiny bit smaller
    Really excited for the future of this! Looks cool!

Add-ons with errors:

Browser Resizer (needs updating to hook):

browser_resizer.py", line 40, in
Browser.updateFont = wrap(Browser.updateFont, updateFont_wrapper, “after”)
AttributeError: type object ‘Browser’ has no attribute ‘updateFont’

Special Fields (resolved with alpha2):

note_type_mapping.py", line 4, in
from anki.models import NoteType
ImportError: cannot import name ‘NoteType’ from ‘anki.models’ (/Applications/Anki.app/Contents/MacOS/anki/models.pyc)

Collapsible Fields (error resolved with alpha2 but add-on doesn’t work):

field_dialog.py", line 8, in
from anki.models import NoteType
ImportError: cannot import name ‘NoteType’ from ‘anki.models’ (/Applications/Anki.app/Contents/MacOS/anki/models.pyc)

Anki OCR (needs updating):

from aqt.browser import Browser, QMenu
ImportError: cannot import name ‘QMenu’ from ‘aqt.browser’ (/Applications/Anki.app/Contents/MacOS/aqt/browser/init.pyc)

Ze Add Note ID (error resolved with alpha2, untested):

field_dialog.py", line 8, in
from anki.models import NoteType
ImportError: cannot import name ‘NoteType’ from ‘anki.models’ (/Applications/Anki.app/Contents/MacOS/anki/models.pyc)

Clickable Tags (resolved with alpha2):

from aqt.browser import PreviewDialog
ImportError: cannot import name ‘PreviewDialog’ from ‘aqt.browser’ (/Applications/Anki.app/Contents/MacOS/aqt/browser/init.pyc)

Advanced Browser (needs updating):

addons21/874215009/advancedbrowser/core.py", line 265, in setupColumns
super(AdvancedBrowser, self).setupColumns()
AttributeError: ‘super’ object has no attribute ‘setupColumns’

Review Heatmap: just doesn’t work. @glutanimate maybe you know about this? UPDATE: @hengiesel it appears this add-on works if Stats Plus is toggled off (but on my other profile it works with both… not sure where the hiccup is)
Also getting this error when clicking a deck:

review_heatmap/activity.py", line 277, in _revlogLimit
dids = self.col.decks.active()
File “anki/decks.py”, line 480, in active
AttributeError: ‘Scheduler’ object has no attribute ‘active_decks’

Straight Reward: doesn’t work with the new options layout (needs updating for compatibility with old layout, but is still functional)

Amboss add-on: error when reviewing cards (needs updating - reported)