Skip to content

Releases: mono/mono-addins

Mono.Addins 1.3

03 Aug 07:31
Compare
Choose a tag to compare
  • It is now possible to specify a default insertion point in an extension point. This can be done using two new attributes: defaultInsertBefore and defaultInsertAfter.
  • New GetResourceInfo() method in RuntimeAddin. It can be used to get information about how a resource has been persisted.
  • Add support for application level add-ins config file. Allows applications to disable shipped add-ins by default.
  • New icons in add-in manager.
  • Fixed incorrect text format when using the console logger.
  • Fixed bug when loading gettext catalog.

Mono.Addins 1.2

20 Nov 18:52
Compare
Choose a tag to compare

This releases has several improvements and bug fixes:

  • Fixed bug that caused add-ins to be disabled when being updated.
  • Fixed several issues when scanning assemblies.
  • When evaluating a condition, ensure that the add-in that implements that condition is loaded. This change requires some new information to be stored in the add-in database, so the db version number has been bumped.
  • Fixed assembly resolution bug when running in MS.NET.
  • Added GTK3 implementation of the add-in manager.
  • Registered repositories are now automatically updated the first time the add-in manager is shown.

Mono.Addins 1.1

24 Jan 13:01
Compare
Choose a tag to compare

This releases has several improvements and bug fixes

  • When disabling an add-in, disabled all versions of the add-in
  • Allow embedding .addin files into submodule assemblies
  • Fixed some issue when scanning dlls
  • Added new assembly attributes for defining add-in properties
  • Fixed deadlock when loading add-in roots
  • Fixed GAC assembly directory search for .net 4.0
  • Added support for variables in add-in manifests
  • Updated Cecil from upstream

Mono.Addins 1.0

16 Jul 21:58
Compare
Choose a tag to compare
  • Fixed crash in ExtensionContext finalizer
  • Minor optimizations