Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Jul 6, 2023
1 parent afa7b34 commit 611136f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG: Freeboard

### v2.1.0

- **Added**: Ability to limit map zoom to min / max of displayed charts.

- **Fix**: Issue handling port value when no port is specified in host url.

### v2.0.2

- **Fix** Update signalk-client-angular library to address issues creating resources when not using ssl.

### v2.0.1

- **Fix** `tslib` dependency`.

### v2.0.0

__** BREAKING CHANGES **__
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/freeboard-sk",
"version": "2.0.2",
"version": "2.1.0",
"description": "Openlayers chart plotter implementation for Signal K",
"keywords": [
"signalk-webapp",
Expand Down
6 changes: 6 additions & 0 deletions src/assets/help/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,12 @@ <h4>Display</h4>
<i>Available only on supported devices.</i>
</li>

<li class="nobullet">
<i class="material-icons">zoom_in_map</i>
<b>Constrain map zoom:</b>
Limit minimum and maximum zoom levels to the zoom extent of the selected charts.
</li>

<li class="nobullet">
<i class="material-icons">add_location</i>
<b>Drop Waypoint:</b>
Expand Down

0 comments on commit 611136f

Please sign in to comment.