This repository was archived by the owner on Jun 2, 2026. It is now read-only.
V2025.7.0
Changelog
Breaking Changes
App
- Removed
App:InterProcessCommunicator(can be easily recreated using theNetwork::Socketclass)
Logging
- Removed module
Network
- Replaced dependency of
libcurlwithcpr - Renamed
Web::fetchJson()toWeb::getJson() - Removed
CurlEasyclass
New APIs
App
- Added
isPortableparameter toDataFileManagerto store config files in the executable directory instead
Helpers
- Added
PairHashclass - Added
CodeHelpers::combineHash()function
System
- Added
DependencySearchOptionenum - Added
searchparameter toEnvironment::findDependency()to specify aDependencySearchOption
Fixes
System
- Fixed
Process::pause()andProcess::resume()not working