Releases: Mr-Pine/IliasUploaderUtility
Releases · Mr-Pine/IliasUploaderUtility
2.0.0: Internal restructuring
This release contains mostly internal restructuring, moving all ilias
related code to https://github.com/Mr-Pine/ilias-rs
Additionally, Folder upload now allows you to delete any uploaded file in that folder
Breaking changes
Enum values in the config file are now CamelCase instead of CAPS
Version 1.1.0
New features:
- Transform: Transform filenames before uploading. Use
transform_regex
andtransform_format
in the .ilias_upload file, see this for documentation - Select which files to delete. Set the default selection via
--preselect-delete
orpreselect_delete = '...'
in the config file (default is SMART) - Upload files to folders. Use
--upload-type folder
orupload_type = 'FOLDER'
in the config file
First release
First release 🎉