Skip to content

Releases: Mr-Pine/IliasUploaderUtility

2.0.0: Internal restructuring

29 Oct 17:01
Compare
Choose a tag to compare

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

23 Oct 21:56
Compare
Choose a tag to compare

New features:

  • Transform: Transform filenames before uploading. Use transform_regex and transform_format in the .ilias_upload file, see this for documentation
  • Select which files to delete. Set the default selection via --preselect-delete or preselect_delete = '...' in the config file (default is SMART)
  • Upload files to folders. Use --upload-type folder or upload_type = 'FOLDER' in the config file

First release

12 Jun 14:21
Compare
Choose a tag to compare

First release 🎉