File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # Release Notes - v2.3.10
2+
3+ ## Server
4+
5+ ** New Features & Tools**
6+
7+ - ** Statistics Generation:** Added a new ` stats ` command to
8+ ` create_directive.py ` that generates comprehensive user statistics from data
9+ dumps.
10+ - ** Tutorial Prompt Merging:** Updated ` apply_instructions_to_prompts.py ` to
11+ support merging tutorial prompts from a separate JSON file.
12+
13+ ** Bug Fixes**
14+
15+ - ** Login:** Fixed a ` flask-login ` issue in ` home_page ` that would make users
16+ unable to log in if they had an invalid ` remember_token ` .
17+ - ** Version Check:** Fixed a bug so that the server side version check now
18+ correctly thinks v2.3.9 < v2.3.10.
19+
20+ ** Refactoring & Cleanup**
21+
22+ - ** Code Cleanup:** Removed several deprecated scripts (` dump_clips.py ` ,
23+ ` phrases_to_prompts.py ` , ` upload_file.py ` , ` upload_mixed_prompts.py ` ).
24+ - ** Lint:** Addressed all lint warnings in python scripts.
25+
126# Release Notes - v2.3.9
227
328## Server
You can’t perform that action at this time.
0 commit comments