Skip to content

v1.9.0

Compare
Choose a tag to compare
@fpillet fpillet released this 11 Mar 13:05
· 96 commits to master since this release
3f1d81a

Desktop Viewer

  • Added support for filtering over multiple tags at once: option-click tag name in the menu (@c0diq)
  • Fix incorrect decoding of log level if transmitted as Int64 (@c0diq)

Client Logger

  • Modernized logging functions for Swift usage (@jeremiegirault)
  • Multiple fixes for compilation warnings
  • Fixed misaligned address access
  • Fixed runloop timing issue that made flushing after each log too slow

Dependency manager support

  • Split package identifiers for better Carthage compatibility. Carthage users now get to choose between NSLogger and NSLoggerSwift (same but comes with an additional Swift helper) but not both.