* Support of Revit 2025
* Remove Support of Revit 2020 and Revit 2021
* Support of Revit 2024
* Filter function in UI
* Load last test result on load assembly in UI
* Library update
* Small UI improvements
* Support of Revit 2023
* Console runner Revit language support
* Console runner exit code -1 on some failed tests
* Fix bug where longer running tests are not accounted
* Update notification on start of test group
* Support of NUnit attribute 'Explicit' on class level
* Fix 'service may not be running' issue
* Bin clean up
* SetRaiseWithoutDelay on OnIdle event
* NUnit attribute 'OneTimeSetUp' and 'OneTimeTearDown' are supported.
* NUnit attribute 'TestCase' is not supported anymore!
* Console output in message
* Test duration
* Small UI improvements
* NUnit result files
* Clients using .net core 3.1
* Shared using .net standard 2.0
* 'Run all tests from an assembly' command in console application
* Change of parameters in console application
* Rough implementation of nUnit Explicit- and Ignore- Attributes
* Change of communication between client and service (Please recreate request files!)
* Recent files in desktop app
* Service based execution
* Standalone desktop application
* Console application
* Multi test execution
* Async execution
* Revit 2021 Support
* .NET 4.8
* Support of NUnit Attributes 'TestCase'
* Using NUnit3
* No reference to Revit.TestRunner needed in test assembly
* Support of NUnit attributes SetUp and TearDown
* Injection of API objects in test method
* Works as an addin with GUI
* Installation script for libraries
* Post build event in VS project to create addin files