Skip to content

Commit f406327

Browse files
committed
Updated CHANGELOG.md
1 parent c5ac729 commit f406327

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
# Unreleased
44

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

1012
# 1.10.1
1113

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default defineConfig({
107107

108108
webServer: [
109109
{
110-
command: './tests/start-test-server.sh 2.9.0a0',
110+
command: './tests/start-test-server.sh 2.9.0a2',
111111
port: 8000,
112112
waitForPort: true,
113113
stdout: 'pipe',

0 commit comments

Comments
 (0)