Skip to content

Commit 71617d5

Browse files
committed
Added release notes
1 parent 50ec65a commit 71617d5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

release_notes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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

0 commit comments

Comments
 (0)