Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zonia3000 committed Nov 18, 2024
1 parent c5ac729 commit f406327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

# Unreleased

* Alignment with fractal-server 2.9.0 (\#640):
* Alignment with fractal-server 2.9.0 (\#640, \#643):
* Updated task collections logic and created task-group activities pages for standard users and administrators (\#640);
* Removed active checkbox from task group edit modal (\#640);
* Added Manage button to deactivate and reactivate task groups (\#640);
* Removed usage of DB_ENGINE and SQLITE_PATH variables (\#643);
* Displayed `timestamp_last_used` property in task-group info modal (\#643);

# 1.10.1

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.9.0a0',
command: './tests/start-test-server.sh 2.9.0a2',
port: 8000,
waitForPort: true,
stdout: 'pipe',
Expand Down

0 comments on commit f406327

Please sign in to comment.