Skip to content

Wooey v0.9.3

Compare
Choose a tag to compare
@Chris7 Chris7 released this 28 Jul 20:35
· 323 commits to master since this release

Major Features

Real time updates of Job status

The output of scripts as well and execution status of a script will be updated in real time so there is no need to reload a page for job updates. By default, this makes use of the database to store job information, but can be easily configured to store this information in a cache layer via the WOOEY_REALTIME_CACHE setting.

Improved updates to scripts

Script parameters are now more intelligently created and parameters that are unchanged between script versions will not be updated. Via the command line, this behavior can be achieved by adding the --update flag to the addscript command and is automatically performed when updating scripts via the admin.

Reduced file duplication

Wooey now performs a checksum on uploaded files to identify duplicated files, and adds a permission layer to users that allows multiple users to access the same uploads (provided that user had the file in the first place to upload!). As an added benefit, this setup paves the way for a media dashboard that will allow users and groups to easily share files with one another.

Minor Features

  • An awesome user, @manicmaniac , added translations for Japanese.
  • Automatic deletion of jobs older than a given date