mirror of
https://github.com/franukis/MCT_release.git
synced 2026-07-21 00:35:40 +00:00
Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa540a9a95 | |||
| aa6607eb75 | |||
| dcba1a1489 | |||
| e2b72e1e03 | |||
| eab5b9fa61 | |||
| 778285a09c | |||
| 9a9dac9d94 | |||
| 1221b22318 | |||
| f5053b7363 | |||
| 78237056ad | |||
| f1c9fe8a61 | |||
| fe51e62d0e | |||
| 336435e712 | |||
| 7d0c0f11bb | |||
| 232f3f9774 | |||
| 0ee93e8358 | |||
| 6588a03ce2 |
@@ -0,0 +1,18 @@
|
|||||||
|
name: Discord Release Notification
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
notify:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Send release to Discord
|
||||||
|
run: |
|
||||||
|
curl -H "Content-Type: application/json" \
|
||||||
|
-X POST \
|
||||||
|
-d '{
|
||||||
|
"content": "🚀 **New Release Published!**\n\n**${{ github.event.release.name }}**\n${{ github.event.release.html_url }}"
|
||||||
|
}' \
|
||||||
|
${{ secrets.DISCORD_WEBHOOK }}
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<item>
|
<item>
|
||||||
<version>1.0.8</version>
|
<version>1.1.3</version>
|
||||||
<url>https://github.com/franukis/MCT_release/releases/download/v1.0.8/setup.msi</url>
|
<url>https://github.com/franukis/MCT_release/releases/download/v1.1.3/setup.msi</url>
|
||||||
<changelog>https://raw.githack.com/franukis/MCT_release/refs/heads/main/changelog.html</changelog>
|
<changelog>https://franukis.github.io/MCT_release/changelog.html</changelog>
|
||||||
<mandatory>false</mandatory>
|
<mandatory>false</mandatory>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
@@ -17,3 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,43 @@
|
|||||||
<center>
|
<center>
|
||||||
<h1>GV5Js Mission Commander Toolkit</h1>
|
<h1>GV5Js Mission Commander Toolkit</h1>
|
||||||
</center5 Changelog:</u></h2>
|
</center5 Changelog:</u></h2>
|
||||||
|
<h2><u>v1.1.2 Changelog:</u></h2>
|
||||||
|
<ul>
|
||||||
|
<li style="color: orange;">[Change]: Adjusted naval threat circles, transparency adjustments and added a couple new units</li>
|
||||||
|
<li style="color: red;">[Fix]:additional non-critical fixes on saving/loading files</li>
|
||||||
|
</ul>
|
||||||
|
<h2><u>v1.1.1 Changelog:</u></h2>
|
||||||
|
<ul>
|
||||||
|
<li style="color: red;">[Fix]:error when saving miz file</li>
|
||||||
|
</ul>
|
||||||
|
<h2><u>v1.1.0 Changelog:</u></h2>
|
||||||
|
<ul>
|
||||||
|
<li style="color: green;">[New]: Support for .kmz/.ml files in the map tab. It allows to use Google Earth created overlays to the map</li>
|
||||||
|
<li style="color: green;">[New]: Support of .mbtiles files, that can be used as map overlays. Just drop them in a folder named "mbtiles" inside your install path</li>
|
||||||
|
<li style="color: green;">[New]: Added support of several High-Digits SAM mod variants (SA-10B, SA-12...)</li>
|
||||||
|
<li style="color: orange;">[Change]: (WiP) Modified the interface to alter a waypoint parameters (ETA, speed, station time) and recalculate following waypoints</li>
|
||||||
|
<li style="color: orange;">[Change]: greatly increased performance when selecting multiple SAMs and changing transparency</li>
|
||||||
|
<li style="color: red;">[Fix]:fixed a memory leak when creating several Mission Datacards</li>
|
||||||
|
<li style="color: red;">[Fix]:several minor fixes and adjustments</li>
|
||||||
|
</ul>
|
||||||
|
<h2><u>v1.0.11 Changelog:</u></h2>
|
||||||
|
<ul>
|
||||||
|
<li style="color: red;">[Fix]:Manually modified frequencies in the Commcard would not be saved</li>
|
||||||
|
<li style="color: orange;">[Change]:(WiP) if groupID or unitId are >1500, MCT will check and clean those, to start from 1 again. Useful for missions that have been edited repeatedly</li>
|
||||||
|
<li style="color: orange;">[Change]: Improved handling of missions with different scripts</li>
|
||||||
|
<li style="color: orange;">[Change]: Correct handling of .kmz files</li>
|
||||||
|
<li style="color: orange;">[Change]: Improved color recovery and formats of kml/kmz overlays</li>
|
||||||
|
<li style="color: green;">[New]: Included SA-13 in threats card</li>
|
||||||
|
<li style="color: green;">[New]: early support for Cold War Germany map, airbases and frequencies still missing</li>
|
||||||
|
</ul>
|
||||||
|
<h2><u>v1.0.10 Changelog:</u></h2>
|
||||||
|
<ul>
|
||||||
|
<li style="color: orange;">[Change]: Added initial (WiP) support for F-14 variants in Commlist and Loadouts</li>
|
||||||
|
</ul>
|
||||||
|
<h2><u>v1.0.9 Changelog:</u></h2>
|
||||||
|
<ul>
|
||||||
|
<li style="color: green;">[New]: Added functionality to retrieve line drawings from the miz (Liberation/Retribution routes, FLOT...)</li>
|
||||||
|
</ul>
|
||||||
<h2><u>v1.0.8 Changelog:</u></h2>
|
<h2><u>v1.0.8 Changelog:</u></h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li style="color: orange;">[Change]: Modified Rezky frigates threat range, and included several ship-related changes</li>
|
<li style="color: orange;">[Change]: Modified Rezky frigates threat range, and included several ship-related changes</li>
|
||||||
@@ -114,3 +151,11 @@
|
|||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user