Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Jun 22, 2024
1 parent 7912fd5 commit a815c99
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# CHANGELOG: Freeboard

### v2.8.4

- **Fixed**: shore.basestation popover & properties not displayed.
- **Fixed**: Use performance data values to control layline display (#149).
- **Updated**: Display moored vessels with different image (#164).
- **Updated**: Color AIS vessels based on value of `design.asiShipType` (#162).

### v2.8.3

- **Fixed**: Laylines being shown when vessel is upwind (#149).
- **Fixed**: True wind vector display when using `angleTrueGround` or `angleTrueWater`.
- **Fixed**: Focussed AIS target hidden behind other vessels (#165).
- **Fixed**: Focussed AIS target hidden behind other vessels.
- **Updated**: Display position in preferred format in properties modals.
- **Updated**: Meteo popover to display wind & temperature values.

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.8.3",
"version": "2.8.4",
"description": "Openlayers chart plotter implementation for Signal K",
"keywords": [
"signalk-webapp",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export class AppInfo extends Info {
this.name = 'Freeboard-SK';
this.shortName = 'Freeboard';
this.description = `Signal K Chart Plotter.`;
this.version = '2.8.3';
this.version = '2.8.4';
this.url = 'https://github.com/signalk/freeboard-sk';
this.logo = './assets/img/app_logo.png';

Expand Down

0 comments on commit a815c99

Please sign in to comment.