release: bump version to 0.44.0

This commit is contained in:
linkong
2026-04-29 17:27:44 +08:00
parent 2da25376bd
commit 87594a95ff
54 changed files with 3665 additions and 2154 deletions

View File

@@ -121,6 +121,19 @@
box-shadow: 0 0 4px currentColor;
}
.legend-dot--vessel {
width: 0;
height: 0;
border-radius: 0;
background: transparent !important;
border-left: calc(5px * var(--hud-scale)) solid transparent;
border-right: calc(5px * var(--hud-scale)) solid transparent;
border-bottom: calc(13px * var(--hud-scale)) solid currentColor;
color: inherit;
box-shadow: none;
transform: rotate(45deg);
}
.legend-label {
color: var(--hud-text);
font-size: calc(0.78rem * var(--hud-scale));