File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ All notable changes to this project will be documented in this file.
99The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
1010and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
1111
12+ ## [ 1.3.1 - 2026-02-09]
13+
14+ ### Fixed
15+
16+ - Enabled the ` deno_core ` Cargo feature when building Windmill to fix JavaScript expression evaluation in workflows. #134 Thanks to @strobelpierre
17+
18+ ## [ 1.3.0 - 2026-01-13]
19+
20+ ### Changed
21+
22+ - Windmill updated from version ` v1.394.4 ` to ` v1.603.4 `
23+
1224## [ 1.2.2 - 2025-12-07]
1325
1426### Added
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ This app provides an easy way to install the Windmill based Business Process Aut
2424**Requires [`AppAPI`](https://github.com/nextcloud/app_api) and `webhook_listeners` to be enabled to work.**
2525
2626 ]]> </description >
27- <version >1.3.0 </version >
27+ <version >1.3.1 </version >
2828 <licence >agpl</licence >
2929 <author mail =" julien-nc@posteo.net" homepage =" https://github.com/julien-nc" >Julien Veyssier</author >
3030 <author mail =" mklehr@gmx.net" homepage =" https://github.com/marcelklehr" >Marcel Klehr</author >
@@ -45,7 +45,7 @@ This app provides an easy way to install the Windmill based Business Process Aut
4545 <docker-install >
4646 <registry >ghcr.io</registry >
4747 <image >nextcloud/flow</image >
48- <image-tag >1.3.0 </image-tag >
48+ <image-tag >1.3.1 </image-tag >
4949 </docker-install >
5050 <routes >
5151 <route >
You can’t perform that action at this time.
0 commit comments