v2.2.0
- Added support for python 3.8
- Dropped support for python 3.4
- Added support for flask 1.1
- Renamed the following methods:
menu.submenu()
->menu.dir()
menu.file()
->menu.text()
menu.binary()
->menu.bin()
This was done as a personal preference because I found the original method
names to be overly verbose and hard to remember. The original methods will
remain for backwards compatibility, but they will no longer be listed in
the documentation.