- Lemmatization is now implemented. You should try using it. For most languages it will attempt to follow Wiktionary links to find the uninflected form of words, whereas for Russian it will use `pymorphy2` library to get the uninflected form of the words. In addition, the new version includes a new Wiktionary parsing module, which is around 5 times faster than the one used in previous versions (`wiktionaryparser`) because it queries the API instead of parsing HTML. This should save you clicking time and also makes it more probably to find a definition for Russian.
- Tags are supported now too. You can define a list of tags to always be added (default: "ssmtool"), and a list of specific tag to be added for each card. It is used just as you would use tags in Anki's add note interface.
- Packages for GNU/Linux distributions will soon be available.