Compare commits

...

20 Commits

Author SHA1 Message Date
franukis c146319b4f Update version from 1.2.8 to 1.2.11 in MCT.xml 2026-06-29 11:05:25 +02:00
franukis bdd940fb80 Update changelog for version 1.2.11
Updated changelog to include version 1.2.11 with changes to briefing icons and added option for generating a planning .miz without RedAir.
2026-06-29 10:44:16 +02:00
franukis 6cbbefc21e Update MCT.xml 2026-06-12 11:20:30 +02:00
franukis 1183889ab9 Update changelog to version 1.2.8 2026-06-12 11:20:02 +02:00
franukis 0d0d3c0ea6 Update .miz file structure to preserve MCT info
Altered the internal structure of .miz files to prevent DCS from overwriting MCT information.
2026-06-12 11:19:48 +02:00
franukis 3c303ca584 Update version from 1.2.5 to 1.2.7 in MCT.xml 2026-06-08 14:09:25 +02:00
franukis 91d55f7194 Update changelog to version 1.2.7 2026-06-08 14:09:04 +02:00
franukis e2575e30a8 Update version from 1.1.7 to 1.2.5 in MCT.xml 2026-06-06 20:24:14 +02:00
franukis 6fbe8c0e06 Update changelog to version 1.2.5 2026-06-06 20:23:37 +02:00
franukis 87fc014ef6 Update version from 1.1.6 to 1.1.7 in MCT.xml 2026-03-05 14:30:55 +01:00
franukis 154b828879 Update changelog to include v1.1.7 changes 2026-03-05 14:30:33 +01:00
franukis 828e84769b Update version from 1.1.5 to 1.1.6 in MCT.xml 2026-03-04 17:16:58 +01:00
franukis 8ffaffb5e0 Update changelog for version 1.1.6
Added new Datacard type 'Notes' and modified IA Flight routes to be dashed on the map.
2026-03-04 16:02:15 +01:00
franukis 2351b8ecd3 Update changelog to include v1.1.5 changes 2026-03-04 14:27:03 +01:00
franukis 9b845bdaa1 Update version from 1.1.3 to 1.1.5 in MCT.xml 2026-03-04 14:20:46 +01:00
franukis fa540a9a95 Add Discord release notification workflow 2026-03-04 10:14:40 +01:00
franukis aa6607eb75 Fix changelog URL in MCT.xml
Updated changelog URL to point to the GitHub Pages site.
2026-02-27 08:22:40 +01:00
franukis dcba1a1489 Update version from 1.1.2 to 1.1.3 in MCT.xml 2026-02-27 08:17:11 +01:00
franukis e2b72e1e03 Update version to 1.1.2 in MCT.xml 2026-02-26 14:55:29 +01:00
franukis eab5b9fa61 Add v1.1.2 changelog entries
Updated changelog to include version 1.1.2 changes.
2026-02-26 14:55:07 +01:00
3 changed files with 66 additions and 3 deletions
+18
View File
@@ -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 }}
+9 -3
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<item> <item>
<version>1.1.1</version> <version>1.2.11</version>
<url>https://github.com/franukis/MCT_release/releases/download/v1.1.1/setup.msi</url> <url>https://github.com/franukis/MCT_release/releases/download/v1.2.11/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>
@@ -19,6 +19,12 @@
+39
View File
@@ -12,6 +12,41 @@
<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.2.11 Changelog:</u></h2>
<ul>
<li style="color: orange;">[Change]: several changes to ensure proper icons in the Briefing</li>
<li style="color: green;">[New]: New option to generate a "Planning .miz" w/o RedAir, for DCT preparation</li>
</ul>
<h2><u>v1.2.8 Changelog:</u></h2>
<ul>
<li style="color: orange;">[Change]: altered .miz internal structure to avoid DCS overwriting MCT info</li>
</ul>
<h2><u>v1.2.7 Changelog:</u></h2>
<ul>
<li style="color: orange;">[Change]: MCT file will be embedded in .miz if using the proper Retribution fork</li>
<li style="color: red;">[Fix]:Various fixes</li>
</ul>
<h2><u>v1.2.5 Changelog:</u></h2>
<ul>
<li style="color: orange;">[Change]: Multiple corrections</li>
<li style="color: green;">[New]: New Briefing Tab and ppt briefing generation features</li>
<li style="color: red;">[Fix]:Various fixes</li>
</ul>
<h2><u>v1.1.7 Changelog:</u></h2>
<ul>
<li style="color: orange;">[Change]: JTAC/AFAC frequencies recovered from Advanced Actions in waypoint</li>
<li style="color: red;">[Fix]:Corrected wrong takeoff/taxi timings on helicopters</li>
</ul>
<h2><u>v1.1.6 Changelog:</u></h2>
<ul>
<li style="color: green;">[New]: New Datacard type "Notes" for text-notes</li>
<li style="color: orange;">[Change]: IA Flight routes now dashed on the map</li>
</ul>
<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> <h2><u>v1.1.1 Changelog:</u></h2>
<ul> <ul>
<li style="color: red;">[Fix]:error when saving miz file</li> <li style="color: red;">[Fix]:error when saving miz file</li>
@@ -153,3 +188,7 @@