From 4ab650b5434c9af9a9d8d9da40f3bcb0fe8824a3 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 18 Jun 2014 13:30:53 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb189b43..dee9ee8bb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +**ccd0** +- Add compatibility with Greasemonkey 2.0. +- Much of Mayhem's [API](https://github.com/MayhemYDG/4chan-x/wiki) has been removed due to issues with Greasemonkey 2.0. + - The `AddCallback`, `QRPostSelection`, `QRGetSelectedPost`, and `QRAddPreSubmitHook` events are removed. + - Callback functions can no longer be passed via the `AddMenuEntry` and `CreateNotification` events. + - The information sent with `QRPostSuccessful` and `ThreadUpdate` events has been reduced: + - Board objects have been reduced to the form `{ID: "g"}`. + - Thread and post objects have been reduced to the form `{ID: 39894014, fullID: "g.39894014"}`. + - More fields may be added if requested. + - The current interfaces for the `AddMenuEntry` and `AddSettingsSection` events continue to not work in Chromium should be considered deprecated. They are provided for backwards compatibility with existing scripts. Suggestions for replacements are welcome. + - The `4chanXInitFinished`, `CloseMenu`, `QRDialogCreation`, and `OpenSettings` events are unchanged. + ### v1.7.63 *2014-06-16*