Skip to content

Commit

Permalink
Merge pull request #267 from mxtommy/v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
godind authored Dec 22, 2023
2 parents 8fc884c + 5c251e8 commit 45812f0
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# V 2.5.0
## New features
* Course Over Ground indicator added to Wind Widget
## Improvements
* Wind Widget "Laylines" feature label is incorrect and port/starboard wind shift colors are inverted
## Fixes
* Fix Widget Options path filtering with performance improvements
# V 2.4.2
## Fixes
* null path values causing errors, preventing proper value types assignment and default source selection
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": "@mxtommy/kip",
"version": "2.4.2",
"version": "2.5.0",
"description": "An advanced and versatile marine instrumentation package to display Signal K data.",
"license": "MIT",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<link rel="apple-touch-startup-image" href="assets/apple-splash-1334-750.jpg" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
<link rel="apple-touch-startup-image" href="assets/apple-splash-640-1136.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="assets/apple-splash-1136-640.jpg" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
<style>html,body,app-root{height:100%}body{margin:0;touch-action:none}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
<style>html,body,app-root{height:100%}body{margin:0;touch-action:none}</style><link rel="stylesheet" href="styles.a5d5fc1506885765.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.a5d5fc1506885765.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script>
<script src="runtime.e75056c32c37f59d.js" type="module"></script><script src="polyfills.64db6be9cdc8f808.js" type="module"></script><script src="main.026c51a2aa2a2ac8.js" type="module"></script>
</body></html>
1 change: 1 addition & 0 deletions public/main.026c51a2aa2a2ac8.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/main.js

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 45812f0

Please sign in to comment.