1717* mass source code changes using pyupgrade to upgrade syntax to 3.9
1818* removed unused imports
1919* create SECURITY.md
20- * generate readthedocs content using python 3.10
20+ * generate readthedocs content using Python 3.10
2121* remove use of obsolete setuptools
2222* change use of whoosh lru cache to lfu cache
2323* update Flask and Werkzeug to >3.0.0
@@ -26,18 +26,18 @@ Fixes
2626* mass source code changes after integrating "black" code auto-formater
2727* supress false "unused import" when importing flatland.Form
2828* replace deprecated datetime.utc* calls
29- * add language auto-detect to user peraonal settings
29+ * add language auto-detect to user personal settings
3030* readthedocs now has access to docs/examples
3131* fix maint-validate-metadata to skip userprofiles backend
3232* Add REV_NUMBER in sort for history view replacing mtime
33- * Fix CI workflow to test with all supported python versions, run py39 with ubuntu 22.04
33+ * Fix CI workflow to test with all supported python versions, run py39 with Ubuntu 22.04
3434* add support for SQLAlchemy 2.0
3535* macros with user editing errors should not fill log with tracebacks
3636* cleanup redundant icon directories
3737* add itemlinks validator replacing wikilinks validator where needed
38- * itemlinks beginning with + were incorrectly given non-existant class (+meta/Home)
38+ * itemlinks beginning with + were incorrectly given non-existent class (+meta/Home)
3939* remove trailing /> from void elements to comply with W3C standard
40- * add validity check if user changes name/alias/display-name in UserSettings>Presonal
40+ * add validity check if user changes name/alias/display-name in UserSettings>Personal
4141* add test to prove icons from CSS URLs is a subset of files in icon dir
4242
4343Version 2.0.0alpha 2024-03-27
0 commit comments