v0.9.0-int.3
Pre-release
Pre-release
- Implement
CategoriesPropertyProvider.ParsePropertyGroup
. It was omitted withNotImplementedException
before. (a6d1afc) - Now
WikiPage.GetPropertyGroup
will return an empty*PropertyGroup
instance instead ofnull
if corresponding property group has been requested in RefreshAsync but there is no corresponding information returned from MW API. (0da96e7) - A warning log will be emitted if a user freshly logged in with
WikiSite.LoginAsync
is not insideuser
group. This can happen there is something wrong with the cookie, causing user's session getting lost. (be7e9cf) - Prevent
FileInfoPropertyProvider
from returning more than 1 file revisions, often with a very slow continuation process, when there is only 1 page being refreshed. (0a73c45, #118)- This means WCL does not support listing file revisions on a single file.
- A class like
RevisionsGenerator
should be implemented to meet the requirement (noting that imageinfo is a list and cannot act as a generator).
- And a couple of regressions after
System.Text.Json
migration.