Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.12 KB

File metadata and controls

77 lines (46 loc) · 2.12 KB

Change Log

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.

[1.3.1 - 2026-02-09]

Fixed

  • Enabled the deno_core Cargo feature when building Windmill to fix JavaScript expression evaluation in workflows. #134 Thanks to @strobelpierre

[1.3.0 - 2026-01-13]

Changed

  • Windmill updated from version v1.394.4 to v1.603.4

[1.2.2 - 2025-12-07]

Added

  • Nextcloud 33 support.

[1.2.0 - 2025-05-20]

Added

  • 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

Fixed

  • 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

[1.1.0 - 2025-01-14]

Added

  • Initialization of the baseUrl value in the Nextcloud Auth resource. #35
  • Synchronization of AA_VERSION and APP_VERSION values in the Nextcloud Auth resource. #32

Changed

  • Python version updated from 3.10 to 3.12. #33

Fixed

  • The PgSQL database now comes preinstalled in the Docker image instead of being installed during ExApp startup. #30

[1.0.1 - 2024-10-10]

Added

  • More logging for faster problem diagnosis. commit

Fixed

  • 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

[1.0.0 - 2024-09-13]

Added

  • First release