Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 21:02

✨ New Features

🐛 Bug Fixes

  • c6755d7 - 🐛 fix GetProcAddress invocation (windows); add in-class initializers; suppress std::getenv warning (commit by @xminent)
  • 6b63c3b - 🐛 link commands to saber library to inherit utility methods (commit by @xminent)
  • 6705397 - 🐛 fix dlerror being used in windows context (commit by @xminent)
  • c4d13fa - 🐛 add header for failing windows builds; clean up help command (commit by @xminent)
  • 50c41ea - 🐛 fix unknown symbol on windows; edit COMMAND_ALLOC and COMMAND_FREE macros to forward declare struct; reformat (commit by @xminent)
  • 3ba82f7 - 🐛 rename beep command to ping; add saber namespace in case it is not using'd (commit by @xminent)

♻️ Refactors