Releases: KockaAdmiralac/KockaLogger
Releases · KockaAdmiralac/KockaLogger
v1.3.1
Fixed
- 91c793a Attempt to fix Discussions URL encoding bugs
- 01fa812 c4a5bb5 Do not error on missing Discussions URLs
- 7de729a e94777e e25767b More log types added to the ignore list
- a29293b 35f4d3e Revision/log event deletion support fixes
Notes
- Packages need to be updated after this change. Just
npm install
. - Messages need to be regenerated after this change. Best way to do that would be to remove the
cache/_loader.json
file before rerunning KockaLogger. - Full Changelog
v1.3.0
Fixed
- ee3eb96 Protection logs have been fixed (#49, #51)
- d7af6b4 Block log entry parsing has been fixed
- 03ad46f Markdown is no longer stripped out and mentions aren't completely forbidden (#45, #47)
- 34e99d1
delete_redir
is now supported (#50) - c863f53 ProtectSite log parsing has been fixed
- d8296a8 Article comments are properly logged again (#49)
- 3467123 German translation update (#52)
New
- b1db3e3 Better message filtering capabilities
- fdebbbc ESLint GitHub Action
- 48670e1 Dead channel detection (#46)
- 18f92ea Basic support for Discussions AbuseFilter
Notes
- This is KockaLogger's first release on GitHub, because previous "releases" were done by making huge pull requests with changelogs. From now on, I will be trying to make individual commits more meaningful by properly separating changes.
- Packages need to be updated after this change. Just
npm install
. - Messages need to be regenerated after this change. Best way to do that would be to remove the
cache/_loader.json
file before rerunning KockaLogger.