All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Enabled the
deno_coreCargo feature when building Windmill to fix JavaScript expression evaluation in workflows. #134 Thanks to @strobelpierre
- Windmill updated from version
v1.394.4tov1.603.4
- Nextcloud 33 support.
- Nextcloud 32 HaRP support. #48
- Ability to specify Windmill worker count during deploying. #54
- Ability to specify Windmill log level during deploying. #55
- Automatic configure Windmill instance URL in Settings. #56
- The app now should now additionally show up in the Flow category in the AppStore. #52
- New installations will use bundled PgSQL over socket for easier deployment with
network=host. #53
- Initialization of the
baseUrlvalue in the Nextcloud Auth resource. #35 - Synchronization of
AA_VERSIONandAPP_VERSIONvalues in the Nextcloud Auth resource. #32
- Python version updated from
3.10to3.12. #33
- The PgSQL database now comes preinstalled in the Docker image instead of being installed during ExApp startup. #30
- More logging for faster problem diagnosis. commit
- Warning "sudo: unable to resolve host" during container startup. #11
- Incorrect handling Windmill scripts with no modules in it. commit
- Unregister webhooks from the Nextcloud instance during ExApp disabling. #10
- Error when username(userid) contained a space. #13
- Updated NPM packages. #12
- First release