## 0.2.4 - 2022-04-12

### Added
- Allow to manually set data range #159

### Changed
- Make circle-fit half-transparent, show points on top #157

### Fixed
- Fix opening broken/empty data sets #156
- Fix automatic color scale for 2D data #158

## 0.2.3 - 2022-04-07

### Fixed
- Fix showing 2D data #154

## 0.2.2 - 2022-03-22

### Changed
- Code cleanup #145

### Fixed
- Bring back multiprocessing support #149
- Don't open multiple instances on Win when evaluating #147
- Don't open multiple instances on MacOS with DMG package #140

## 0.2.1 - 2022-03-21

### Changed
- Code cleanup #135 #142

### Fixed
- Don't crash when extracted peaks are on a straight line #141
- Don't crash when trying to evaluate #139

## 0.2.0 - 2022-03-15

### Added
- Implement showing 3D data #128
- Remember last used folder #132

### Fixed
- Fix warning when file could not be opened #129
- Fix build #131

## 0.1.6 - 2022-02-18

### Added
- Add an about menu #119

### Changed
- Update to PyQt6 to support M1 Macs #124

### Fixed
- Request minimum required bmlab version #122
- Pin Shapely to 1.8.0 #120 #121

## 0.1.5 - 2022-02-16

### Fixed
- Adjust release pipeline to properly build and upload release artifacts #118 9347bce74f7bf1fb40ab823967f4be8490af47b9 eb5d7e7d2bcb4cf590e967a01a71d00aefced3b5

## 0.1.4 - 2022-02-16

### Added
- Add keyboard shortcuts for file actions #117
- Allow finding peaks in extraction view for all calibrations #111
- Implement automatic peak finding in calibration view #110
- Implement automatically finding peaks #99
- Allow to browse through calibration spectra #89
- Show selected extraction points in table, allow editing #85
- Show colorbar with labels in evaluation view #70
- Automatically load session if it exists #67

### Changed
- Add action to exit app #107
- Deploy with python-3.9 #105
- Update pyinstaller version #104
- Require python >= 3.7 #103
- Add more package requirements #98
- Suppress mean of empty slice warning #95
- Suppress useless warning #88
- Automatically set image shape on orientation change #84
- Adjust to streamlined bmlab interface #83
- Adjust to changes in bmlab #82
- Refactor use of session #81
- Only check bmlab main branch in workflows #72

### Fixed
- Fix rotation labels and make rotations more generic #114
- Fix matplotlib deprecation warnings #115
- Fix build on appveyor and for MacOS #116
- Correctly show evaluation plot after closing a file #102
- Fix crash when clicking if no file is loaded #101
- Try to fix slow evaluation plot update #97
- Recalculate derived values when calibration changes #90
- Correctly scale the data if the unit is GHz #77
- Only update necessary tab when switching tabs #76
- Show measurement of arbitrary dimensionality correctly #74
- Actually run pytest in checks #73

## 0.1.3

- setup: use "pytest" command instead of deprecated "setup.py test"
- ui: add app icon (#9)
- ui: data tab (#11)
- build: add Windows and macOS build pipeline (#1)

## 0.1.2

- CI automation

## 0.1.1

- Test CI automation

## 0.1.0

- dummy release
