Skip to content

λcommon v1.7.0

Compare
Choose a tag to compare
@LambdAurora LambdAurora released this 30 Sep 13:20
· 100 commits to master since this release

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 to lstring
  • Moved lambdacommon::getColorIntRGBA(uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha) to lambdacommon::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 to lc prefix.