Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zonia3000 committed Dec 12, 2024
1 parent 3f160da commit 014c050
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 014c050

Please sign in to comment.