Skip to content

Releases: aelassas/wexflow

Wexflow 6.3

20 Nov 09:53
Compare
Choose a tag to compare
  • Upgrade to .NET 7.0
  • Upgrade from Nancy to ASP.NET Core 7.0 because Nancy is no longer maintained
  • Upgrade to Open API 3.0.1 and Swagger UI 4.15.5
  • Added Save & Run buttons to HTML5 designer
  • Added PdfToText task for extracting TEXT from PDF files #5
  • Updated HTML5 designer drag & drop features
  • Updated Docker configuration files
  • Updated nuget packages to latest versions
  • Fixed some issues in the backend related to restricted users

Wexflow 6.2

12 Nov 20:28
Compare
Choose a tag to compare
  • Added the ability to create a Task on click in HTML5 designer
  • Added tasks documentation to HTML5 designer
  • Updated nuget packages to latest versions
  • Fixed some issues in SQL Server database
  • Fixed some issues in Wexflow Server related to SQLite
  • Fixed some issues related to configuration
  • Fixed some issues in installers
  • Fixed some issues in tasks documentation

Wexflow 6.1

06 Nov 11:09
Compare
Choose a tag to compare
  • Added LogLevel setting #2
  • Added ExcludeEmtpyValues to SqlToXml task #1
  • Added SQLite, MongoDB and SQL Server support
  • Switched to SQLite as default database system because it needs zero configuration and because of some unresolved bugs in LiteDB
  • Updated backend style
  • Updated HTML5 designer
  • Fixed Firefox issues
  • Fixed some issues in installers

Wexflow 6.0

01 Nov 10:20
Compare
Choose a tag to compare
  • Upgrade to .NET 6.0
  • Restricted database option to LiteDB only for easier maintenance
  • Updated all nuget packages to latest versions
  • Fixed some issues in Ftp, Torrent and Twitter tasks
  • Bug fixes, performance enhancements and under the hood updates