File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This project is **proprietary** - see [LICENSE](LICENSE).
77
88---
99
10- ## [ Unreleased ]
10+ ## [ 1.0.0 ] - 2025-09-30
1111
1212### Added
1313- Initial public repository release of SajiloCloud.
@@ -25,8 +25,11 @@ This project is **proprietary** - see [LICENSE](LICENSE).
2525### Fixed
2626- ` start_server.bat ` previously hardcoded ` cd /d E:\Server ` ; now resolves to the
2727 script's own directory (` %~dp0 ` ) so it works from any clone location.
28+ - ` start_server.bat ` and ` start_servers.bat ` now show a friendly error and exit
29+ when Python is not installed or not on ` PATH ` .
2830- ` .gitignore ` : corrected ` !data/.geetkeep ` -> ` !data/.gitkeep ` .
2931- ` .gitignore ` : ` Home/server-icons/ ` (file-type icons) now tracked instead of ignored.
32+ - ` .gitignore ` : virtual environments and editor backup files are now ignored.
3033- File uploads no longer depend on the ` cgi ` module (removed in Python 3.13).
3134 A streaming multipart parser replaces ` cgi.FieldStorage ` , so the server now
3235 runs on Python 3.7 through 3.14+.
You can’t perform that action at this time.
0 commit comments