Developer
68f377e2b5
v3.0: Enhanced traceability with batch logging (75% reduction), Chrome fullscreen UI, and WiFi auto-recovery
2025-12-18 11:33:58 +02:00
Developer
afa08843df
Performance optimization v2.8: Skip dependency checks on subsequent runs (75% faster)
...
Performance improvements:
- Skip dependency verification after first run (-75% startup time)
- Use /tmp/prezenta_deps_verified flag to cache check
- Environment variable SKIP_DEPENDENCY_CHECK for forced fast startup
- Enable Flask threaded mode for concurrent requests
- Optimize JSON output (disable key sorting)
- Add graceful shutdown handlers (SIGTERM, SIGINT)
- Non-blocking background service initialization
- Better resource cleanup on exit
Startup times:
- First run: ~60 seconds
- Subsequent runs: ~10-15 seconds (75% faster)
- With SKIP_DEPENDENCY_CHECK=true: ~5-10 seconds
2025-12-18 10:00:00 +02:00
9d08ee81f3
feat: Add repository update summary and cleanup
...
- Added comprehensive REPOSITORY_UPDATE_SUMMARY.md documentation
- Cleaned up temporary files (oldapp.py, __pycache__)
- Updated log files and libraries.sh
- Documented all v2.7 changes and improvements
2025-08-14 15:58:52 +03:00
6975e18ed2
v2.7: Fixed auto-update path detection for case-sensitive file systems
...
- Replaced hardcoded paths with dynamic path detection using __file__
- Auto-update now works regardless of folder case (prezenta vs Prezenta)
- Added comprehensive dependency management documentation
- Enhanced port 80 capability setup script
- Updated system packages repository structure
- Fixed path resolution for Files/reposytory and system_packages directories
2025-08-14 15:51:29 +03:00
0b9419c6d2
final project
2025-02-28 09:03:50 +02:00