|
1 |
| -MoinMoin Version History |
2 |
| -======================== |
| 1 | +MoinMoin 2 Version History |
| 2 | +========================== |
3 | 3 |
|
4 | 4 | Please note: It is recommended that existing wiki's be upgraded to the
|
5 | 5 | latest moin 1.9.x release before converting to Moin 2. However, this may
|
6 | 6 | not be a necessary step as the 1.9.x file structure has not changed recently.
|
7 | 7 |
|
8 |
| -Version 2.0.0alpha |
9 |
| ------------------- |
| 8 | +Version 2.0.0b1 2024-??-?? |
| 9 | +---------------------------- |
| 10 | +This is an unstable beta release not suitable for a production wiki, |
| 11 | +test carefully and report new issues and feature requests on the issue tracker: |
| 12 | +https://github.com/moinwiki/moin/issues. |
| 13 | + |
| 14 | +Fixes |
| 15 | +~~~~~ |
| 16 | +* added config option to enable or disable contenttypes |
| 17 | +* mass source code changes using pyupgrade to upgrade syntax to 3.9 |
| 18 | +* removed unused imports |
| 19 | +* create SECURITY.md |
| 20 | +* update .readthedocs.yaml to generate readthedocs content using Python 3.10 |
| 21 | +* remove use of obsolete setuptools |
| 22 | +* change use of whoosh lru cache to lfu cache |
| 23 | +* update Flask and Werkzeug to >=3.0.0 |
| 24 | +* upgrade feedgen (atom feed lib) to >= 1.0.0 |
| 25 | +* removed parentid to fix welcome/users_home_meta |
| 26 | +* mass source code changes after integrating "black" code auto-formater |
| 27 | +* supress false "unused import" when importing flatland.Form |
| 28 | +* replace deprecated datetime.utc* calls |
| 29 | +* add language auto-detect to user personal settings |
| 30 | +* readthedocs now has access to docs/examples |
| 31 | +* fix maint-validate-metadata to skip userprofiles backend |
| 32 | +* 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 |
| 34 | +* add support for SQLAlchemy >=2.0.0 |
| 35 | +* macros with user editing errors should not fill log with tracebacks |
| 36 | +* cleanup redundant icon directories |
| 37 | +* add itemlinks validator replacing wikilinks validator where needed |
| 38 | +* itemlinks beginning with + were incorrectly given non-existent class (+meta/Home) |
| 39 | +* remove trailing /> from void elements to comply with W3C standard |
| 40 | +* add validity check if user changes name/alias/display-name in UserSettings>Personal |
| 41 | +* add test to prove icons from CSS URLs is a subset of files in icon dir |
| 42 | + |
| 43 | +Version 2.0.0a1 2024-03-27 |
| 44 | +----------------------------- |
10 | 45 | This is an unstable alpha release not suitable for a production wiki,
|
11 | 46 | test carefully and report new issues and feature requests on the issue tracker:
|
12 | 47 | https://github.com/moinwiki/moin/issues.
|
@@ -37,6 +72,9 @@ Missing features from 1.9.x
|
37 | 72 | * SVG editor
|
38 | 73 | * LDAP may have missing dependencies depending upon OS flavor
|
39 | 74 | * WikiDicts have limited function, does not use Babel translations
|
| 75 | +* language support limited to English, German, Portuguese (Brasil), Russian |
| 76 | +* no contributed themes |
| 77 | +* no contributed macros |
40 | 78 |
|
41 | 79 | Other changes
|
42 | 80 | ~~~~~~~~~~~~~
|
|
0 commit comments