mirror of
https://github.com/franukis/MCT_release.git
synced 2026-07-17 19:25:00 +00:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c146319b4f | |||
| bdd940fb80 | |||
| 6cbbefc21e | |||
| 1183889ab9 | |||
| 0d0d3c0ea6 | |||
| 3c303ca584 | |||
| 91d55f7194 | |||
| e2575e30a8 | |||
| 6fbe8c0e06 | |||
| 87fc014ef6 | |||
| 154b828879 | |||
| 828e84769b | |||
| 8ffaffb5e0 | |||
| 2351b8ecd3 | |||
| 9b845bdaa1 | |||
| fa540a9a95 | |||
| aa6607eb75 | |||
| dcba1a1489 | |||
| e2b72e1e03 | |||
| eab5b9fa61 | |||
| 778285a09c | |||
| 9a9dac9d94 |
@@ -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"?>
|
||||
<item>
|
||||
<version>1.1.0</version>
|
||||
<url>https://github.com/franukis/MCT_release/releases/download/v1.1.0/setup.msi</url>
|
||||
<changelog>https://raw.githack.com/franukis/MCT_release/refs/heads/main/changelog.html</changelog>
|
||||
<version>1.2.11</version>
|
||||
<url>https://github.com/franukis/MCT_release/releases/download/v1.2.11/setup.msi</url>
|
||||
<changelog>https://franukis.github.io/MCT_release/changelog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
</item>
|
||||
|
||||
@@ -18,6 +18,13 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -12,6 +12,45 @@
|
||||
<center>
|
||||
<h1>GV5Js Mission Commander Toolkit</h1>
|
||||
</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>
|
||||
<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>
|
||||
@@ -148,3 +187,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user