chore: add chroot container support and refactor tokenizer variable naming

- Add CHANGELOG entry for version 0.5.0 documenting new chroot container feature
- Rename ambiguous variables in tokenizer.py (word→current_word, word_start→word_start_position, etc.)
- Standardize string quotes from single to double in argparse arguments
- Normalize whitespace in comments and remove trailing spaces
This commit is contained in:
2025-11-05 13:12:23 +00:00
parent 6cf8d1fb5c
commit 4c12097369
2 changed files with 109 additions and 88 deletions
+8
View File
@@ -5,6 +5,14 @@
## Version 0.5.0 - 2025-11-05
Users can now run the application inside a chroot container. Developers can use the new `chroot.py` script to initialize and enter these containers.
**Changes:** 2 files, 118 lines
**Languages:** Markdown (8 lines), Python (110 lines)
## Version 0.4.0 - 2025-11-05
Testing has been added to verify the HTTP functionality. This improves the reliability and quality of the HTTP features.