tvhong / incremental-reading

Anki add-on providing incremental reading features
https://ankiweb.net/shared/info/935264945
ISC License
33 stars 7 forks source link

The most recent version (v4113) doesn't work #11

Closed Expertium closed 2 years ago

Expertium commented 2 years ago

Describe the bug Anki won't launch with this add-on.

To Reproduce Steps to reproduce the behavior:

  1. Turn Anki on with this add-on enabled
  2. See the error message

Screenshots 1

Specs (please complete the following information):

tvhong commented 2 years ago

Oh.. you might need a newer version of Anki.

I removed some deprecated methods from older version of Anki in the latest version.

isMac -> is_mac for example.

https://github.com/ankitects/anki/blob/88b3a8bd12b8d3c835a12cb95a05d6fc076d830c/qt/aqt/utils.py#L1242-L1243