Skip to content

Update

Choose a tag to compare

@Choco31415 Choco31415 released this 09 Jul 23:41
· 55 commits to master since this release

There is not much symbolic with this release. I am simply starting to tag commits for documentation purposes.

Here is the changelog for the recent commits:

New stuff:

  • You can now move a page or rollback a page. The APIcommands are: MovePage and Rollback
  • Wiki families now include MW versions. This allows JMB to act differently depending on the MW version. This also makes JMB compatible with MW v1.8+, instead of the previous MW v1.20+.
  • A CUI was added for easy wiki family creation.
  • Added the Wikipedia wiki family. Let me tell you, it is huge.

Major bug fixes:

  • The APIcommand DeletePage now works properly.

Tweaks:

  • Moved the editSummary parameter from the GUI methods proposeEdit&proposeCommand to the various APIcommand classes.
  • Made it easier to run JMB from the command line.
  • Updated README.md.

Internal:

  • Renamed many variables and methods for accuracy.
  • Made MediawikiDataManager a singleton. Begone pesky static!
  • Moved some methods from GenericBot to NetworkingBase.