Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Jul 19, 2024
1 parent 7f7987e commit 41b1b11
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### v2.10.0

- **Updated**: Compass widget in Weather Station popover (#173).
- **Updated**: S57 chart styles (@wdantuma).
- **Updated**: Angular framework to v18 & Material 3


Expand Down
21 changes: 15 additions & 6 deletions src/app/app.messages.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
const WHATS_NEW = [
/*{
{
type: 'signalk-server-node',
title: 'OpenWeather 3.0 Support',
title: 'Material 3.0 Theming',
message: `
OpenWeather is deprecating support for v2.5 of their API in April 2024!
Freeboard-SK user interface now uses Material 3 themes.
<br>&nbsp;<br>
Freeboard-SK now supports the v3.0 API which will require you to supply
a new API Key in the configuration.
The result is a refreshed user interface appearance, components and light / dark themes.
`
}*/
},
{
type: 'signalk-server-node',
title: 'S57 Updates',
message: `
This release contains updates to S57 map styles:
<br>&nbsp;<br>
<li>Show only layers from Base and Standard categories.</li>
<li>Buoy top markings.</li>
`
}
];

export const WELCOME_MESSAGES = {
Expand Down

0 comments on commit 41b1b11

Please sign in to comment.