λcommon v1.7.0
Changelog:
- Added
lambdacommon::system::openURI(const std::string &uri)
to open a URI in the default application assigned to. - Added
lambdacommon::URI::openInSystem()
to open the URI in the default application assigned to. - Renamed namespace
lambdastring
tolstring
- Moved
lambdacommon::getColorIntRGBA(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha)
tolambdacommon::color::fromIntRGBA(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha)
- C wrappring
- Added
lambdacommon::Color
wrapping. - Added
lambdacommon::ResourceName
wrapping. - Changed
lcommon
prefix tolc
prefix.
- Added