Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Follow release protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
frothy-wifi committed Apr 17, 2024
1 parent 798db87 commit a31acab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# v1.4.2 *[Patch]*
# v1.4.3 *[Patch]*
- Use the new [CYNHUD Update Agent API](https://cynhud.api.frothywifi.cc)
- Aesthetical changes (basically just update style)
## v1.4.2 *[Patch]*
- Fix local version number, making the update system think there is an update
## v1.4.1 *[Patch]*
- Fix settings not saving
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# CYNHUD
> A Titanfall 2 + Northstar mod that adds an easily customizable (through Mod Settings) message to your HUD and useful game commands.
Yes, the name is a Murder Drones reference.
## Why?
> "Science isn't about WHY, it's about WHY NOT." - Cave Johnson
I really don't know, to be immediately honest.
## Credits
- S2ymi, original developer of recycled code (S2TF3DevTest)
- Mysterious_Reuploads, original Thunderstore packager of recycled code (S2TF3DevTest)
- Frothy Wi-Fi, CYNHUD developer
- Frothy Wi-Fi, CYNHUD developer
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CYNHUD",
"version_number": "1.4.2",
"version_number": "1.4.3",
"website_url": "https://github.com/frothy-wifi/CYNHUD",
"description": "Adds an easily customizable (through Mod Settings) message to your HUD and useful game commands.",
"dependencies": []
Expand Down
2 changes: 1 addition & 1 deletion mods/FrothyWiFi.CYNHUD/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Description": "Adds an easily customizable (through Mod Settings) message to your HUD and useful game commands.",
"LoadPriority": 2,
"RequiredOnClient": false,
"Version": "1.4.2",
"Version": "1.4.3",
"ConVars": [
{
"Name": "ch_hud_message",
Expand Down
2 changes: 1 addition & 1 deletion mods/FrothyWiFi.CYNHUD/mod/scripts/vscripts/cynhud.nut
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var rui = null;
string mapName = "";
string message = "";
string messagePos = "";
string version = "1.4.2";
string version = "1.4.3";
bool reloadRequest = false;
bool shouldShowWelcomeText = true;

Expand Down

0 comments on commit a31acab

Please sign in to comment.