Skip to content

Wikibot v1.6.3

Latest
Compare
Choose a tag to compare
@DigitalDwagon DigitalDwagon released this 11 Jan 23:18
· 2 commits to master since this release
3002fdf

New Features

  • 57c89a8 New --redirects option (wikiteam3 v4.4.0 compatibility)
  • da3ca11 The status command now shows which queue a job is in
  • b555f6f The API will now return much more detailed information about running jobs (which is also useful for debugging)
  • c1340a8 The bot will now save job information to the database on shutdown, which should prevent the bot from losing information when the disk fills.
  • 208ca04 There is now also a !savedb command that ops can use to force the bot to save all jobs to the DB immediately.

Bug Fixes

  • 291a4ef Users can no longer use !movejob unless they are voiced
  • b3942bb Queue names are now normalized to lowercase (otherwise important and iMpoRTanT would be treated differently)
  • b2d21cb The text/plain mimetype is now required for files being used with !bulk
  • e8b903a Jobs waiting in the queue can now be aborted instead of erroring

Misc

Code cleanup / internal only changes

  • 043261e refactor: make the validation of urls and silent-mode for WikiTeam3Args much cleaner
  • 9bd80fd remove /api/command API route
  • 57b48e7 build: bump gradle wrapper (8.7 -> 8.12)
  • 19c1bf6 refactor: Get rid of WikiTeam3Helper.java, remove dead fields from Job interface - This is a significant internal change. It may cause bugs!
    • 3cb43c8 ^ fix: commit JobLaunchException.java
  • 7636fc0 add JobManager.getJobs
  • c80df31 test: set ParseException as thrown when parsing WikiTeam3Args
  • 3002fdf release: bump 1.6.3

Release Comparison: 1.6.2...1.6.3