Skip to content

Commit

Permalink
V33.0.0
Browse files Browse the repository at this point in the history
new Dragging or hovering a target for more than 0.5s will create a line between the target and the placed weapons, simulating the projectile path.
new Hovering a target for more than 0.5s will fade out other markers for clarity. Can be toggled off through settings.
fix Fixed Kokan/Goosebay/Foolroad gamma (thanks zfzr031 ! fix #206)
fix Fixed incorrect cursor sometimes appearing while dragging
fix Fixed incorrect cursor sometimes appearing when hovering the lower part of a marker
fix Attempt to fix toast message sometimes shifting the window at launch
fix Focus mode should now be correctly hidden on mobile devices
fix "Keypad Under Cursor" & "Use Classic Cursor" settings are now correctly disabled on mobile devices
fix Fixed slow image loading in settings preview
improv Removed Halloween event theme
improv Settings preview is now hidden on small screens to provide more space for settings
improv Added new tooltip on "Use classic cursor" setting
improv Settings will be displayed compacted on width smaller than 992px (previously 768px)
improv Settings preview is now hidden on small screens to provide more space for settings
improv Settings added in the last two months have been marked as 'New'
dev Replaced deprecated sass import function (fix [#213](#213))
  • Loading branch information
sh4rkman authored Oct 31, 2024
2 parents 3eeb2f1 + cecb50d commit c6ce119
Show file tree
Hide file tree
Showing 40 changed files with 1,367 additions and 1,254 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
uses: Ilshidur/action-discord@master
with:
args: |
New version has been deployed on https://squadcalc.app !
New version has been deployed on squadcalc.app !
**Full Changelog**: https://github.com/sh4rkman/SquadCalc/blob/master/CHANGELOG.md
**Commit**: ${{ github.event.head_commit.message }}
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# <img src="https://img.shields.io/badge/-major%20release-b22222?style=for-the-badge"> **33.0.0** *(2024-11-XX)*

<img src="https://img.shields.io/badge/-new-green"> Dragging or hovering a target for more than 0.5s will create a line between the target and the placed weapons simulating the projectile path.

<img src="https://img.shields.io/badge/-new-green"> Hovering a target for more than 0.5s will fade out other markers for clarity. Can be toggled off though settings.

<img src="https://img.shields.io/badge/-%20improv%20-orange"> Removed Halloween event theme

<img src="https://img.shields.io/badge/-%20improv%20-orange"> Settings preview is now hidden on small screens to provide more space for settings

<img src="https://img.shields.io/badge/-%20improv%20-orange"> Added new tooltip on "Use classic cursor" setting

<img src="https://img.shields.io/badge/-%20improv%20-orange"> Settings will be displayed compacted on width smaller than 992px (previously 768px)

<img src="https://img.shields.io/badge/-%20improv%20-orange"> Settings preview is now hidden on small screens to provide more space for settings

<img src="https://img.shields.io/badge/-%20improv%20-orange"> Settings added this last two months has been marked as 'New'

<img src="https://img.shields.io/badge/-%20fix%20-b22"> Fixed incorrect cursor sometime appearing while dragging

<img src="https://img.shields.io/badge/-%20fix%20-b22"> Fixed incorrect cursor sometime appearing when hovering the lower part of a marker

<img src="https://img.shields.io/badge/-%20fix%20-b22"> Atempt to fix toast message sometimes shifting the window at launch

<img src="https://img.shields.io/badge/-%20fix%20-b22"> Focus mode should now be correctly hidden on mobile devices

<img src="https://img.shields.io/badge/-%20fix%20-b22"> "Keypad Under Cursor" & "Use Classic Cursor" settings are now correctly disabled on mobile devices

<img src="https://img.shields.io/badge/-%20fix%20-b22"> Fixed slow image loading in settings preview

<img src="https://img.shields.io/badge/-%20dev%20-grey"> Replaced deprecated sass import function (fix [#213](https://github.com/sh4rkman/SquadCalc/issues/213))


</br></br><!-- CHANGELOG SPLIT MARKER -->

# <img src="https://img.shields.io/badge/-minor%20release-cd6f68?style=for-the-badge"> **32.3.0** *(2024-10-20)*

<img src="https://img.shields.io/badge/-new-green"> 🎃
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,4 @@ It allows :
</br>

[![buy me a coffee](https://img.shields.io/badge/BUY%20ME%20A%20COFFEE-b12222?style=for-the-badge&logo=buy-me-a-coffee&logoColor=white)](https://buymeacoffee.com/sharkman)

[![help to translate](https://img.shields.io/badge/HELP%20TO%20TRANSLATE-111?style=for-the-badge&logo=google-translate&logoColor=white)](https://buymeacoffee.com/sharkman)
[![help to translate](https://img.shields.io/badge/HELP%20TO%20TRANSLATE-111?style=for-the-badge&logo=google-translate&logoColor=white)](https://github.com/sh4rkman/SquadCalc/wiki/Translating-SquadCalc)
1,507 changes: 714 additions & 793 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squadcalc",
"version": "32.3.0",
"version": "33.0.0",
"description": "A Complete Mortar Calculator for Squad",
"author": "Maxime 'sharkman' Boussard",
"license": "MIT",
Expand Down Expand Up @@ -48,6 +48,7 @@
"jshint": "^2.13.6",
"leader-line-new": "^1.1.9",
"leaflet": "^1.9.4",
"leaflet-ant-path": "^1.3.0",
"leaflet-loader": "^0.0.3",
"leaflet-spin": "^1.1.2",
"mini-css-extract-plugin": "^2.9.1",
Expand All @@ -65,7 +66,7 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^6.0.1",
"webpack-pwa-manifest": "^4.0.0",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^7.1.0"
}
}
1 change: 1 addition & 0 deletions public/locales/en/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"experimentalWeapons": "Experimental weapons",
"targetOptions": "Targets Options",
"targetDrag": "Keypads while dragging",
"targetEmphasis": "Highlight hovered marker",
"showSpread": "Spread Radius",
"showDamage": "Damage Radiuses",
"showAnimations": "Animations",
Expand Down
4 changes: 3 additions & 1 deletion public/locales/en/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@
"damageRadiusTooltip": "Display kill radius and 25 damage radius",
"showKeypadTooltip": "Display the keypad currently hovered under the cursor",
"showSpreadTooltip": "Display possible rounds' dispersion area around the targets",
"showMaxRangeTooltip": "Displays blue circles for minimum (if applicable) and maximum range. Does not account for elevation"
"showMaxRangeTooltip": "Displays blue circles for minimum (if applicable) and maximum range. Does not account for elevation",
"targetEmphasisTooltip": "Emphasize hovered marker by fading out others",
"useClassicCursorTooltip": "Replace crosshair with default cursor"
}
1 change: 1 addition & 0 deletions public/locales/fr/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"experimentalWeapons": "Armes expérimentales",
"targetOptions": "Options des cibles",
"targetDrag": "Grille pendant le déplacement",
"targetEmphasis": "Mise en valeur au survol",
"showSpread": "Rayon de dispersion",
"showDamage": "Rayons de dégâts",
"showAnimations": "Animations",
Expand Down
4 changes: 3 additions & 1 deletion public/locales/fr/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@
"damageRadiusTooltip": "Affiche les zones où 100 et 25 dégâts seront infligés",
"showKeypadTooltip": "Affiche le numéro de grille (ex: \"B03-4-5\") sous le curseur de souris",
"showSpreadTooltip": "Affiche la dispersion possible des projectiles autour des cibles",
"showMaxRangeTooltip": "Affiche des cercles bleus pour la portée minimale et maximale. Ne tient pas compte de l'altitude"
"showMaxRangeTooltip": "Affiche des cercles bleus pour la portée minimale et maximale. Ne tient pas compte de l'altitude",
"targetEmphasisTooltip": "Met en valeur une cible au survol de la souris en masquant les autres",
"useClassicCursorTooltip": "Remplace le réticule par le curseur par défaut de votre systeme"
}
1 change: 1 addition & 0 deletions public/locales/ru/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"experimentalWeapons": "Экспер. оружие",
"targetOptions": "Опции целей",
"targetDrag": "Сетка маркера",
"targetEmphasis": "Выделить наведенный маркер",
"showSpread": "Радиус разброса",
"showDamage": "Радиусы урона",
"showAnimations": "Анимации",
Expand Down
5 changes: 4 additions & 1 deletion public/locales/ru/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"damageRadiusTooltip": "Показать радиус поражения и радиус 25 урона",
"showKeypadTooltip": "Показать блок кнопок под курсором",
"showSpreadTooltip": "Показать возможную область рассеивания снарядов вокруг целей",
"showMaxRangeTooltip": "Отображает синие круги для минимальной (если применимо) и максимальной дальности. Не учитывает высоту"
"showMaxRangeTooltip": "Отображает синие круги для минимальной (если применимо) и максимальной дальности. Не учитывает высоту",
"targetEmphasisTooltip": "Выделить наведенный маркер, затемнив остальные",
"useClassicCursorTooltip": "Заменить перекрестие на стандартный курсор"
}

1 change: 1 addition & 0 deletions public/locales/uk/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"experimentalWeapons": "Експериментальна зброя",
"targetOptions": "Опції цілей",
"targetDrag": "Сітка маркера",
"targetEmphasis": "Підсвітити наведений маркер",
"showSpread": "радіус розподілу",
"showDamage": "радіуси ураження",
"showAnimations": "анімації",
Expand Down
4 changes: 3 additions & 1 deletion public/locales/uk/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@
"damageRadiusTooltip": "Показати радіус ураження та радіус 25 одиниць пошкоджень",
"showKeypadTooltip": "Показати клавішний блок під курсором",
"showSpreadTooltip": "Показати можливу область розсіювання снарядів навколо цілей",
"showMaxRangeTooltip": "Відображає сині кола для мінімальної (за потреби) та максимальної дальності. Не враховує висоту"
"showMaxRangeTooltip": "Відображає сині кола для мінімальної (за потреби) та максимальної дальності. Не враховує висоту",
"targetEmphasisTooltip": "Підкреслити наведений маркер, зменшивши прозорість інших",
"useClassicCursorTooltip": "Заміна прицілу на стандартний курсор"
}
1 change: 1 addition & 0 deletions public/locales/zh/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"experimentalWeapons": "实验武器",
"targetOptions": "目标选项",
"targetDrag": "拖动时的网格",
"targetEmphasis": "突出显示悬停的标记",
"showSpread": "显示散布半径",
"showDamage": "显示伤害半径",
"showAnimations": "显示动画",
Expand Down
4 changes: 3 additions & 1 deletion public/locales/zh/tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@
"damageRadiusTooltip": "显示伤害半径和25点伤害的半径",
"showKeypadTooltip": "在光标下显示数字键盘",
"showSpreadTooltip": "显示目标周围可能的弹药散布区域",
"showMaxRangeTooltip": "显示最小(如果适用)和最大范围的蓝色圆圈。不考虑高度"
"showMaxRangeTooltip": "显示最小(如果适用)和最大范围的蓝色圆圈。不考虑高度",
"targetEmphasisTooltip": "通过淡出其他标记来强调悬停的标记",
"useClassicCursorTooltip": "用默认光标替换十字准星"
}
Binary file modified public/maps/foolsroad/basemap.webp
Binary file not shown.
Binary file modified public/maps/foolsroad/basemap_hq.webp
Binary file not shown.
Binary file modified public/maps/foolsroad/terrainmap.webp
Binary file not shown.
Binary file modified public/maps/goosebay/basemap.webp
Binary file not shown.
Binary file modified public/maps/goosebay/basemap_hq.webp
Binary file not shown.
Binary file modified public/maps/goosebay/terrainmap.webp
Binary file not shown.
Binary file modified public/maps/kokan/basemap.webp
Binary file not shown.
Binary file modified public/maps/kokan/basemap_hq.webp
Binary file not shown.
Binary file modified public/maps/kokan/terrainmap.webp
Binary file not shown.
Loading

0 comments on commit c6ce119

Please sign in to comment.