Skip to content

Commit

Permalink
v31.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4rkman committed Oct 1, 2024
1 parent 827db4b commit 0223051
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# <img src="https://img.shields.io/badge/-minor%20release-cd6f68?style=for-the-badge"> **31.2.0** *(2024-09-XX)*
# <img src="https://img.shields.io/badge/-minor%20release-cd6f68?style=for-the-badge"> **31.2.0** *(2024-10-01)*

<img src="https://img.shields.io/badge/-%20fix%20-orange"> Fixed "first zooms lags" due to map image not being properly decoded on Chrome

<img src="https://img.shields.io/badge/-%20improv%20-orange"> Added a quick ping to Squad Mortar Overlay before opening websocket to it, avoid ugly error message in console when it's off (code by Devil4ngle)

<img src="https://img.shields.io/badge/-%20improv%20-orange"> Improved responsivness of settings dialog on very small resolution

<img src="https://img.shields.io/badge/-%20improv%20-orange"> Reduced heat points size/chroma on weapons heatmaps

<img src="https://img.shields.io/badge/-%20fix%20-orange"> Fixed "first zooms lags" due to map image not being properly decoded on Chrome

<img src="https://img.shields.io/badge/-%20dev%20-orange"> Splited HTML/SCSS into components

<img src="https://img.shields.io/badge/-%20dev%20-orange"> Simplified github actions workflows

<img src="https://img.shields.io/badge/-%20dev%20-orange"> Linters : Removed w3c validator / Added htmlhint config

<img src="https://img.shields.io/badge/-%20dev%20-orange"> Project now use module syntax (imports/exports) pretty much everywhere


Expand Down
2 changes: 1 addition & 1 deletion src/components/dialogs/dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dialog {
cursor: pointer;
}
caption {
margin: 0px 0px 10px 0;
margin: 0 0 10px;
color: $mainTxtColor;
font-style: normal;
font-weight: bold;
Expand Down

0 comments on commit 0223051

Please sign in to comment.