Skip to content

Commit 785e970

Browse files
committed
docs: mark release 1.0.0 in changelog
1 parent 2cc93c6 commit 785e970

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+.

0 commit comments

Comments
 (0)