Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit f1b0684

Browse files
committed
5.0.0 RELEASE!
Signed-off-by: bigfinfrank <[email protected]>
1 parent 640965e commit f1b0684

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ New updates are added as a h2 header (`##`) above the previous version (meaning
66
We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is the undoubtedly best format for version formatting, please use it for your own projects.
77

88

9+
## 5.0.0
10+
```diff
11+
* No changes, just version bump to remove RC tag. Happy CS2 Release!
12+
```
13+
14+
915
## 5.0.0-rc3
1016
```diff
1117
* Fixed Unknown command: fin_forward_released in console when using long jump bind

config/loader.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ fin_echo "[loader.cfg] Start of loader.cfg";
55
exec "./config/utility/clear.cfg";
66

77
fin_echo "[loader.cfg] Loading"; // Echo the command arguments on the console
8-
fin_echo "[loader.cfg] Fin's CS2 Config 5.0.0-rc3";
8+
fin_echo "[loader.cfg] Fin's CS2 Config 5.0.0";
99
fin_echo "[loader.cfg] https://steamcommunity.com/id/bigfinfrank";
1010
fin_echo "[loader.cfg] https://github.com/bigfinfrank/cfg";
11-
fin_echo "[loader.cfg] Last edited: November 3rd 2023";
11+
fin_echo "[loader.cfg] Last edited: November 4th 2023";
1212
fin_echo "[loader.cfg] ";
1313
fin_echo "[loader.cfg] ";
1414
fin_echo "[loader.cfg] ";
@@ -120,10 +120,10 @@ fin_echo "[loader.cfg] ";
120120
fin_echo "[loader.cfg] ";
121121
fin_echo "[loader.cfg] ";
122122
fin_echo "[loader.cfg] Loaded";
123-
fin_echo "[loader.cfg] Fin's CS2 Config 5.0.0-rc3";
123+
fin_echo "[loader.cfg] Fin's CS2 Config 5.0.0";
124124
fin_echo "[loader.cfg] https://steamcommunity.com/id/bigfinfrank";
125125
fin_echo "[loader.cfg] https://github.com/bigfinfrank/cfg";
126-
fin_echo "[loader.cfg] Last edited: November 3rd 2023";
126+
fin_echo "[loader.cfg] Last edited: November 4th 2023";
127127
fin_echo "[loader.cfg] ";
128128
fin_echo "[loader.cfg] ";
129129
fin_echo "[loader.cfg] ";

config/primary/init.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ echoln "[init.cfg] Start of init.cfg";
33

44

55
echoln "[init.cfg] {1} Initializing";
6-
hostname "Fin's CS2 Config 5.0.0-rc3 - github.com/bigfinfrank/cfg"; // Sets the server name shown in the scoreboard
7-
alias "fin_version" "echoln 5.0.0-rc3"; // Sets version number to an alias (can be output with: "alias fin_version")
6+
hostname "Fin's CS2 Config 5.0.0 - github.com/bigfinfrank/cfg"; // Sets the server name shown in the scoreboard
7+
alias "fin_version" "echoln 5.0.0"; // Sets version number to an alias (can be output with: "alias fin_version")
88
alias "fin_echo" "echoln"; // Allows easy changing between echo and echoln commands.
99
sv_steamgroup "42297947"; // The ID of the steam group that this server belongs to. You can find your group's ID on the admin profile page in the steam community. (currently https://steamcommunity.com/groups/advancedcfg)
1010
cl_clanid "42297947"; // Current clan ID for name decoration

0 commit comments

Comments
 (0)