Changelog - nanosurf-apps
===========================

2.0.7
-----
- Example scripts and their folders lost the `demo_` prefix.
- studio_scripting.py reworked to match the example in the
  online documentation.
- Added Studio_Scripting_Level_1.ipynb demonstrating level 1 scripting capabilities

2.0.6
-----
No changes

2.0.5
-----
- Split out of the single `nanosurf` package (1.14.1) as its own
  distribution, `nanosurf-apps`, providing runnable demo scripts and example
  applications.
- Removed the Qt/GUI application framework, `nanosurf.framework`, and
  the two demo apps built on it, `app_template` and
  `demo_scanning_and_lib_usage`.
- Now depends explicitly on `nanosurf-utils` - `pyside6` is a
  genuine, direct need
- Packaging fixes: package discovery scoped with
  `[tool.setuptools.packages.find]` (the wheel previously shipped 7 files
  total, none of the widget or demo-app trees or their data files, while the
  build still exited 0); added the missing `py.typed` and `LICENSE`;
  modernized license metadata to PEP 639.

1.14.1 and earlier
-------------------
- See changelog of earlier releases.
