New Features
57c89a8
New --redirects option (wikiteam3 v4.4.0 compatibility)da3ca11
The status command now shows which queue a job is inb555f6f
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 voicedb3942bb
Queue names are now normalized to lowercase (otherwiseimportant
andiMpoRTanT
would be treated differently)b2d21cb
The text/plain mimetype is now required for files being used with !bulke8b903a
Jobs waiting in the queue can now be aborted instead of erroring
Misc
ae7810c
replaces the old /help page in favor of the ArchiveTeam wiki page for linking in various places49b8e3c
The README now has better (ie. not outdated) installation/setup instructions
Code cleanup / internal only changes
043261e
refactor: make the validation of urls and silent-mode for WikiTeam3Args much cleaner9bd80fd
remove /api/command API route57b48e7
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.getJobsc80df31
test: set ParseException as thrown when parsing WikiTeam3Args3002fdf
release: bump 1.6.3
Release Comparison: 1.6.2...1.6.3