All Versions
10
Latest Version
Avg Release Cycle
110 days
Latest Release
1935 days ago

Changelog History

  • v1.9.7 Changes

    January 09, 2019

    Desktop Viewer

    • πŸ›  Fixed a couple additional crashes (thanks @jegnux for letting me know)
    • ⬇️ Dropped deprecated APIs
    • βͺ Slight UI revamp to restore square buttons in the UI
    • πŸ›  Fixed issues with the Preferences panel
  • v1.9.6 Changes

    December 29, 2018

    Desktop Viewer

    • πŸ›  Fixed a crasher when adding a new Mark in the log
    • More ARC modernization
  • v1.9.5 Changes

    December 26, 2018

    Desktop Viewer

    • βž• Added support for Dark Mode and accent colors (@stuffmc)
    • βœ‚ Removed outdated BWToolkit dependency (@stuffmc)
    • ⚑️ Updated internal implementations (yay ARC and modern Obj-C)

    Client Logger

    • ⚑️ Updated Swift wrapper for Swift 4.2
    • πŸ›  Fixed OSAtomics deprecations (@jllubia)
    • ⚠ Multiple fixes for compilation warnings

    Known issues

    • 🍎 When logging from a macOS app running on macOS 10.14, an initial "crash log" (simulated) is output by the lower networking layers of macOS. This is a known issue in macOS itself but does not prevent NSLogger from working fine.
  • v1.9.0 Changes

    March 11, 2018

    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.
  • v1.8.3 Changes

    May 09, 2017

    Client Logger

    • 0️⃣ You must now use NSLogger/Swift to get the Swift wrapper along with base NSLogger code. Default pod now just provides C / Obj-C API.
    • πŸ— Carthage build now has a NSLoggerSwift target
    • πŸ— Carthage build targets simplified, single target for all platforms
    • πŸš€ Internal debug flag has been inadvertently left turned ON in previous release, resulting in additional logs sent to console
  • v1.8.2 Changes

    April 19, 2017

    Client Logger

    • πŸ›  Fixed a deadlock issue introduced in 1.8.0 that could trigger when using buffer files
  • v1.8.1 Changes

    April 13, 2017

    Desktop Viewer

    • Rebuilt viewer

    Client Logger

    • πŸ›  Fixed a couple data races issues raised by thread sanitizer in Console interception
    • πŸ›  Fixed compilation of framework for Carthage users
  • v1.8.0 Changes

    April 09, 2017

    Desktop Viewer

    • πŸ›  Fixed several crashers
    • πŸ›  Fixed issues with connecting over SSL
    • πŸ›  Fixed UI issues with multiple windows (down-right popup disappearing)

    Client Logger

    • πŸ›  Fixed SSL / TLS connection issues to the desktop
    • πŸ›  Fixed Bonjour connection issues
    • πŸ›  Fixed issues with console logging
    • βͺ Reverted to old way of capturing console logs, allowing again both logging to NSLogger Viewer and to Xcode console when running app from Xcode
    • βž• Added Swift wrapper for all platforms (iOS, tvOS, macOS)
  • v1.7.0 Changes

    May 24, 2016

    πŸš€ Most changes in this release brought to you by CΓ©dric Luthi (@0xced)

    Desktop Viewer

    πŸ›  β€’ Fixed an issue with status bar disappearing from the desktop viewer window
    πŸ”Œ β€’ Implement Xcode file opening with the KZLinkedConsole plugin
    βͺ β€’ Restored per-level color support
    πŸ‘ β€’ Support Copy action

    Client Logger

    πŸ‘ β€’ Added support for peer-to-peer networking and desktop viewer discovery
    🚚 β€’ Code moves back from ARC to MRC for readability
    🌲 β€’ Do not check for Reachability in cases where network is not needed (local console logging)

    πŸ— Download the prebuilt, signed desktop viewer application directly if you don't want to have to build the Mac viewer yourself.

  • v1.6.1

    April 22, 2016