Skip to content

v0.14.0-rc7: Hand at the Grindstone

Pre-release
Pre-release
Compare
Choose a tag to compare
@ksedgwic ksedgwic released this 02 Oct 21:07
· 12 commits to master since this release
v0.14.0-rc7
4c8e72a
  • Upgraded EarningsTracker to a time bucket scheme allowing storage and access to earnings and
    expenditure data over specific time ranges
  • Added new scripts in contrib for displaying earnings history
  • Added Util::BacktraceException which
    captures backtraces where an exception is thrown and then formats
    them for debugging when they are displayed with `what()
  • ...