Skip to content

V1.0.0

Choose a tag to compare

@mah0001 mah0001 released this 03 Mar 03:31

Version 1.0

New Features

  • Added bash scripts for application start/stop management (start.sh, stop.sh)
  • Added version tracking for application versioning
  • Added logs folder with automatic log file management
  • Added error logging system for better debugging and monitoring
  • Added job queue cleanup support for background task management

Data Processing Improvements

  • Improved Stata handling for special missing values (.a, .b, .c)
  • Improved SPSS handling for string value/labels compatibility
  • Added multiple encoding support for reading of SPSS, Stata, and CSV file reading (UTF-8, Latin-1, etc.)

Directory Structure Changes

  • PID files now stored in logs/app.pid (was app.pid)
  • Log files automatically created in logs/ directory
  • Jobs directory automatically created for background tasks