Wooey

Latest version: v0.13.3

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.9.8

This is primarily a release to address issue 163 where updated scripts would duplicate group names. However, it is a huge release in terms of internationalization!

New Features
1. Internationalization is now enabled by default in the bootstrapped version of Wooey.
2. Simplified Chinese support has been added thanks to zjhzxjm!

Bug Fixes
1. Parameter groups could be duplicated
2. New parameters on script updates would be made when parameter order was rearranged
3. Fixed CSS issue causing the script search sidebar to be hidden

0.9.6

Minor release to fix incompatibility with recent Celery upgrade to 4.0

0.9.5

This addresses the remaining bugs from version 0.93:
148 and 149 -- Switch to using threads to monitor process output for better cross-platform compatibility
152 -- Fix for argumentless scripts.

0.9.4

A quick release to address Django 1.10 incompatibility

0.9.3

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

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.