diff --git a/CHANGELOG.md b/CHANGELOG.md index 802f19ac..e7928fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ *Note: Numbers like (\#123) point to closed Pull Requests on the fractal-web repository.* +# Unreleased + +* Tasks table improvements (\#677): + * Handled install instructions (\#677); + * Made task name a link pointing to `docs_link` (\#677); + * Removed `input_types` column (\#677); +* Fixed task group activity wrong admin API call (\#677); +* Used new replace-task endpoint for version update (\#677); +* Fixed version update for deactivated tasks (\#677); + # 1.13.0 * Moved `jschema` and other common components to a dedicated`components` module (\#671); diff --git a/playwright.config.js b/playwright.config.js index e67cef38..f0f097db 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -107,7 +107,7 @@ export default defineConfig({ webServer: [ { - command: './tests/start-test-server.sh 2.10.0a0', + command: './tests/start-test-server.sh 2.10.1', port: 8000, waitForPort: true, stdout: 'pipe',