All Versions
19
Latest Version
Avg Release Cycle
102 days
Latest Release
1396 days ago

Changelog History
Page 2

  • v0.33.9 Changes

    September 09, 2015

    ๐Ÿš€ This is the public release of Excel-DNA v0.33.

    • ๐Ÿ‘Œ Improve RtdObserver/Async array function handling to ensure RTD DisconnectData when complete.
    • Suppress CustomUI loading when running embedded with /K switch.
    • ๐Ÿ›  Fix timer leak in ExcelDnaUtil.QueueAsMacro (incorrect timer id tracking).
    • ๐Ÿ‘ Allow CommandBars find by Id.
    • ๐Ÿ’พ Save source files as binary when packing.
    • โž• Add further workaround for RTD bugs in Excel 2010 RTM.
    • ๐Ÿ›  Fix memory leak where on-demand registered RTD servers were not garbage collected after ServerTerminate().
    • ๐Ÿ”„ Change COM registrations (for RTD, ribbon and CTP) to always try machine hive first, before falling back to user hive.
    • ๐Ÿ‘ Allow byte[] as parameters key in ExcelRtdObservable, to support storing only an opaque hash instead of the full parameter set.
    • ๐Ÿ›  Fix race condition between ExcelRtdObserver.OnNext(), DateTime.ToOADateTime() and Excel calling RefreshData().
    • ๐Ÿ›  Fix integer return type with IsExceptionSafe=true crashes in marshaling.
    • โšก๏ธ Update ExcelReference to allow immutable use, mark AddRectangle mutator Obsolete. Add operator== to AsyncCallInfo.
    • Increase number of exports to 10,000.
    • ๐ŸŒฒ Implement logging mechanism based on System.Diagnostics.Trace.
    • โž• Add CreateCustomTask overloads that take the control explicitly.
    • Clean up ExcelReference internals to only keep extra array of rectangles if needed.
    • ๐Ÿ‘Œ Improve RTD and async exception handling for damaged Excel installs.
    • ๐Ÿ›  Fix NuGet package paths to use macros when packages are under solution folder.
    • ๐Ÿ›  Fix NuGet package install for F# on VS 2015.
  • v0.33.8 Changes

    September 03, 2015

    ๐Ÿš€ This release candidate update fixes a few issues in the NuGet installation script, and an unintended breaking change in the use of the XlCall class.

  • v0.33.8-rc2 Changes

    September 03, 2015

    ๐Ÿš€ This release candidate update fixes a few issues in the NuGet installation script, and an unintended breaking change in the use of the XlCall class.

  • v0.33.7 Changes

    August 02, 2015

    ๐Ÿš€ This is the first release candidate for Excel-DNA version 0.33.

    โšก๏ธ Binaries are updated and included in the source tree under the Distribution\ directory.

    ๐ŸŒฒ A detailed change log can be found in Distribution\ChangeLog.txt.

    ๐Ÿš€ This version is also available as a (pre-release) NuGet package:

    • ๐Ÿ“ฆ Install-Package ExcelDna.AddIn -Pre
  • v0.33.7-rc1 Changes

    August 02, 2015

    ๐Ÿš€ This is the first release candidate for Excel-DNA version 0.33.

    โšก๏ธ Binaries are updated and included in the source tree under the Distribution\ directory.

    ๐ŸŒฒ A detailed change log can be found in Distribution\ChangeLog.txt.

    ๐Ÿš€ This version is also available as a (pre-release) NuGet package:

    • ๐Ÿ“ฆ Install-Package ExcelDna.AddIn -Pre
  • v0.33 Changes

    July 01, 2015

    ๐Ÿš€ This is an updated Beta release of version 0.33. An initialization bug in Beta 2 that prevented the add-in from starting when ExcelDna.Integration.dll was not present is fixed. All LogDisplay logging is now channeled through the new TraceSource-based logging mechanism.

    โšก๏ธ Binaries are updated and included in the source tree under the Distribution\ directory.

  • v0.33-b3 Changes

    July 01, 2015

    ๐Ÿš€ This is an updated Beta release of version 0.33. An initialization bug in Beta 2 that prevented the add-in from starting when ExcelDna.Integration.dll was not present is fixed. All LogDisplay logging is now channeled through the new TraceSource-based logging mechanism.

    โšก๏ธ Binaries are updated and included in the source tree under the Distribution\ directory.

  • v0.33-b2 Changes

    June 21, 2015

    ๐Ÿš€ This is an updated Beta release of version 0.33. The TraceSource-based logging is now used for all error handling the ExcelDna.Integration. The internals of ExcelReference has also been changed.

  • v0.33-b1 Changes

    June 14, 2015

    ๐Ÿš€ This is a test release for the new diagnostic logging based on System.Diagnostics.Trace. In particular the warnings and errors logging for function registration have been improved.