# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Dates are specified in the format `DD-MM-YYYY`. ## [0.2.0] - 03-03-2025 ### Changed - Reworked the plugin system - The approach now loosely follows the [`napari` manifest](https://napari.org/stable/plugins/technical_references/manifest.html), where plugins are to be published via a `yaml` configuration file in the root folder of the plugin package, specifiying where the classes have to be imported. - The manifest is taken as the actual entry point of a plugin, which will be used to redirect to the actual imports which is executed via the standard library `importlib`. - Added additional coverage for the ``factory`` module. - Bumped sunflare version to ``sunflare>=0.5.0``, which implements the above changes at toolkit level ## [0.1.0] - 22-02-2025 ### Added - Initial release on PyPI [0.2.0]: https://github.com/redsun-acquisition/sunflare/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/redsun-acquisition/sunflare/compare/v0.1.0