File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments