All Versions
12
Latest Version
Avg Release Cycle
72 days
Latest Release
827 days ago

Changelog History
Page 1

  • v2.73 Changes

    December 23, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix #126
  • v2.72 Changes

    December 20, 2020

    โž• Added

    • Per solution settings. Just create an empty VSColorOutput.json in the same folder as the solution file.
    • ๐Ÿ‘‰ Show time stamps in margin at every line (without incremental time)
    • ๐Ÿ‘‰ Show hours in time stamps in margin
    • ๐Ÿ— Show times in elapsed build time and margin according to system locale
  • v2.71 Changes

    February 24, 2020

    ๐Ÿ›  Fixes issue #108

  • v2.7 Changes

    December 06, 2019

    #47 Show Time Stamps False breaks the same functionality of the Productivity Power Tools
    ๐Ÿ— #60 Some Azure build/publish events by default are marked as errors
    #68 Functionality lost after saving Output Window as a text file
    #100 Time Elapsed (hh:mm:ss.fff)?
    #103 Prevent "disconnection" when output window content is saved to file

  • v2.6.7 Changes

    October 16, 2019

    ๐Ÿ”€ From merge #98

    ElapsedBuildTime is now aware of the current culture,
    ๐Ÿ— Some variables renamed in BuildEvents.cs,
    replaced \r\n with Environment.NewLine

    Introduced some c# 6/7 language features:

    • c# 6 expression-bodied members for get-only indexers
    • c# 6 expression-bodied members for get-only properties
    • c# 7 expression-bodied members for ctors
    • c# 7 expression-bodied members for get accessors
    • c# 7 out variable in method invocation
  • v2.6.6 Changes

    September 05, 2019

    โšก๏ธ Update HTTP links to HTTPS

  • v2.6.5 Changes

    April 16, 2019
    • ๐Ÿ“ฆ Use AsyncPackage with background load to work with VS 16.1 as recommended here
    • ๐Ÿ‘‰ Use new project template
    • โœ… Switch from NUnit to MSTest
    • โœ… Reenable tests that would not run with NUnit Test Runner
    • ๐Ÿ”„ Change to Package References in project files
  • v2.6.4 Changes

    January 21, 2019

    โœจ Enhance warning detection via pull request #82

  • v2.6.3 Changes

    December 05, 2018

    โž• Add VS 2019 support (back in)

  • v2.6.2 Changes

    December 03, 2018

    โž• Address issue #81