Skip to content

Commit

Permalink
docs: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Jan 18, 2024
1 parent 3d2888b commit c606b1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ RELEASING:
13. Create new release in GitHub with tag version and release title of `vX.X.X`
-->

# Unreleased
- Make vertex marker on map drag and droppable, add live preview ([#204](https://github.com/GIScience/orstools-qgis-plugin/issues/204))

## [1.7.1] - 2024-01-15

### Added
- Add hint to use batch jobs for point layers in tooltip in save vertices button ([#211](https://github.com/GIScience/orstools-qgis-plugin/issues/211))

### Fixed
- TypeError if no SVGPaths are set ([#212](https://github.com/GIScience/orstools-qgis-plugin/issues/212))
- replace removesuffix() function with replace() function in base processing algorithm ([#215](https://github.com/GIScience/orstools-qgis-plugin/pull/215))
- Replace line style with style from QGIS v3.16 to enable correct rendering in older versions ([#218](https://github.com/GIScience/orstools-qgis-plugin/issues/218))

## [1.7.0] - 2023-12-22

### Added
Expand Down

0 comments on commit c606b1e

Please sign in to comment.