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

Commit 380dc3c

Browse files
committed
0.1.0-rc10
1 parent 3d89f91 commit 380dc3c

File tree

2 files changed

+30
-13
lines changed

2 files changed

+30
-13
lines changed

CHANGELOG.md

+27-9
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@ 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+
## 0.1.0-rc10
10+
```diff
11+
* Changed previous changelog entries to be in diff codeblocks which should fix a Markdown linting complaint
12+
* Fixed outdated hostname
13+
14+
- Removed cl_hud_color from section 7.0
15+
- Removed duplicate note about clearinputs.cfg in the 0.1.0-rc9 changelog
16+
```
17+
918
## 0.1.0-rc9
19+
```diff
1020
+ Added missed "settings.scr" to .gitignore
1121
+ Added clearinputs.cfg which executes automatically in section 9.1
1222
+ Added mp_respawnwavetime "0" to practice.cfg
1323
+ Created finsfriends.cfg with all of our preferred server host convar settings
14-
+ Added clearinputs.cfg which runs all -commands and aliased it
1524
+ Added intelligent cheatstart and cheatend aliases for toggling sv_cheats (credit: https://github.com/JarateKing/jarconfig/blob/master/cfg/binds/cheats.cfg)
1625
+ Added lists/ folder with 60percentrow1.cfg -> 60percentrow6.cfg, 80percentkeys.cfg, joystickbinds.cfg, mousekeybinds.cfg, and numberpadkeys.cfg that dynamically put current bindings in console
1726
+ Added 16 bit representation after cl_training_completed_with_classes
@@ -30,33 +39,38 @@ We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is
3039

3140
- Removed note about settings.gg from README
3241
- Removed contributing section in README because that's on the main branch's README
33-
42+
```
3443

3544
## 0.1.0-rc8
45+
```diff
3646
+ Added files from TF2's /tf/cfg folder to .gitignore so it's usable as a working directory for maintaing the project
3747

3848
* Renamed fixed_controller.360.cfg to be in line with tf2's controller file (it's now fixed_360controller.cfg)
3949

4050
- Deleted CONTRIBUTING.md and CONTRIBUTORS.md, these are now on the special "main" branch
4151
- Deleted ISSUE_TEMPLATE/ and PULL_REQUEST_TEMPLATE/ folders and their .keep files because they're only useful on the default GitHub branch
42-
52+
```
4353

4454
## 0.1.0-rc7
55+
```diff
4556
* Fixed linting issue introduce in 0.1.0-rc5
4657
* Fixed a grammar issue at the top of CHANGELOG.md
47-
58+
```
4859

4960
## 0.1.0-rc6
61+
```diff
5062
* Fixed missing newlines in changelog above 0.1.0-rc5 and between 0.1.0-rc5 and 0.1.0-rc4
51-
63+
```
5264

5365
## 0.1.0-rc5
66+
```diff
5467
* Fixed missing newline between Additions and Changes in 0.1.0-rc4 changelog
5568
* Change references from CSGO to TF2 in README.md
5669
* Made launch options a Markdown list
57-
70+
```
5871

5972
## 0.1.0-rc4
73+
```diff
6074
+ Added cl_mute_all_comms "1" to section 0.0
6175
+ Added missing in-line documentation for a handful of convars/commands
6276
+ Added a handful of networking optimisations from various online sources and valve's developer docs
@@ -78,9 +92,10 @@ We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is
7892

7993
- Removed video.txt
8094
- Removed old 3.3.7 knife aliases
81-
95+
```
8296

8397
## 0.1.0-rc3
98+
```diff
8499
+ Added sv_steamblockcheck "4" to avoid playing with any players you have blocked
85100
+ Added description to tf_use_min_viewmodels
86101
+ Added customunbindalljoystick alias that execs customunbindalljoystick.cfg which is also new. customunbindalljoystick.cfg unbinds every joystick (controller) command.
@@ -93,14 +108,16 @@ We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is
93108
- Removed +/-defuse alias
94109
- Removed TODO note from cl_observercrosshair
95110
- Removed commented out cl_show_clan_in_death_notice
96-
111+
```
97112

98113
## 0.1.0-rc2
114+
```diff
99115
* Fixed linting problem in README.md
100116
* Added an extra newline before the start of the version h2's
101-
117+
```
102118

103119
## 0.1.0-rc1
120+
```diff
104121
+ Added an end-of-file trailing newline to .gitignore
105122
+ Added a second nag about reading this to the important box
106123
+ Added a custom weapon and camera FOV to section 2.0
@@ -189,3 +206,4 @@ We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is
189206
- Removed trusted_launch_info from section 10.0 because TF2 does not support trusted launch.
190207
- Deleted config.cfg because there either isn't or I couldn't find a TF2 equivelant file
191208
- Removed csgo_bigfinfrank.txt because it's going to be extremely incompatible with TF2, a TF2 version might be added in the future but it's unlikely.
209+
```

autoexec.cfg

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
clear;
22
echo "Loading";
3-
echo "Fin#1337's TF2 Config v0.1.0-rc9";
3+
echo "Fin#1337's TF2 Config v0.1.0-rc10";
44
echo "https://steamcommunity.com/id/bigfinfrank";
55
echo "https://github.com/bigfinfrank/cfg";
66
echo "https://settings.gg/bigfinfrank";
@@ -38,7 +38,7 @@ tf_mm_trusted "1"; // "Set to 1 on
3838
sv_steamblockingcheck "4"; // Check each new player for Steam blocking compatibility, 1 = message only, 2 >= drop if any member of owning clan blocks,3 >= drop if any player has blocked, 4 >= drop if player has blocked anyone on server
3939
cl_mute_all_comms "1"; // If 1, then all communications from a player will be blocked when that player is muted, including chat messages.
4040
exec "fixed_360controller.cfg"; // Enables controller support
41-
hostname "Fin's TF2 Config 0.1.0-rc4 - github.com/bigfinfrank/cfg"; // Sets the server name shown in the scoreboard
41+
hostname "Fin's TF2 Config 0.1.0-rc10 - github.com/bigfinfrank/cfg"; // Sets the server name shown in the scoreboard
4242

4343

4444

@@ -758,7 +758,6 @@ tf_hud_target_id_disable_floating_health "0"; // Set to disabl
758758
tf_hud_target_id_offset "0"; // RES file Y offset for target id
759759
tf_hud_target_id_show_avatars "1"; // Display Steam avatars on TargetID when using floating health icons. 1 = everyone, 2 = friends only.
760760
cl_observercrosshair "1"; // Shows the crosshair of the person you're spectating instead of your own
761-
cl_hud_color "-1"; // Sets the hud color to default
762761
hud_takesshots "1"; // Auto-save a scoreboard screenshot at the end of a map
763762
cl_hud_minmode "1"; // Set to 1 to turn on the advanced minimalist HUD mode.
764763
tf_use_match_hud "0"; // Determines whether or not to show player classes at the top of the screen/HUD
@@ -890,7 +889,7 @@ echo "";
890889
echo "";
891890
echo "";
892891
echo "Loaded";
893-
echo "Fin#1337's TF2 Config v0.1.0-rc9";
892+
echo "Fin#1337's TF2 Config v0.1.0-rc10";
894893
echo "https://steamcommunity.com/id/bigfinfrank";
895894
echo "https://github.com/bigfinfrank/cfg";
896895
echo "https://settings.gg/bigfinfrank";

0 commit comments

Comments
 (0)