From a815c9963e7b68afb2b12bb3a647a7b221868398 Mon Sep 17 00:00:00 2001 From: panaaj <38519157+panaaj@users.noreply.github.com> Date: Sat, 22 Jun 2024 14:33:09 +0930 Subject: [PATCH] bump version --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- src/app/app.info.ts | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a26a2568..542761f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index d50287c3..ac31c5f3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/app/app.info.ts b/src/app/app.info.ts index 6fdf74c0..faf95a62 100644 --- a/src/app/app.info.ts +++ b/src/app/app.info.ts @@ -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';