You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,32 @@ New updates are added as a h2 header (`##`) above the previous version (meaning
6
6
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.
7
7
8
8
9
+
## 5.0.4
10
+
```diff
11
+
+ Added "il" and "gl" aliases to quickly paste in inspect link IDs and gen codes through console
12
+
+ Added echolns per section of skinpictures.cfg
13
+
+ Added more robust frame rate limiting to skinpictures.cfg
14
+
+ Added fin_vmp_skins directly into skinpictures.cfg
15
+
+ Added both sv_skirmish_id and game_alias next to all instances of game_mode
16
+
+ Added sv_reliableavatardata to practice.cfg and safety.cfg
17
+
+ Added cl_deathnotices_show_numbers "2" to ui.cfg
18
+
19
+
* Reworked defensive_values, there are now a maximum of 75 convars per file and the CFGs are auto generated from a cvar dump.
20
+
* Changed sv_cheats "1" -> "true"
21
+
* Changed fin_vmp_skins to use viewmodel_offset_x, y, and z to 1, and set viewmodel_fov 61
22
+
* fin_vmp_skins is no longer disabled by skinpictures.cfg
23
+
* Adjusted whitespace
24
+
* Changed all instances of developer cvar from 4 -> 2147483647
25
+
* Reordered practice.cfg, moving some cvars between sections
26
+
* Changed echolns in practice.cfg
27
+
* Removed a double-space in the middle of a sentence in an old changelog entry
28
+
* Lowered hidehud to 2147483626 so that you can still change weapons
29
+
30
+
- Removed outdated comment from autoexec.cfg
31
+
- Removed sv_unify_random_seed from practice.cfg as it was removed in a recent update
32
+
```
33
+
34
+
9
35
## 5.0.3
10
36
```diff
11
37
+ Added sv_maxuptimelimit "0"; to networking.cfg and practice.cfg
@@ -135,7 +161,7 @@ We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) which is
135
161
## 5.0.0-beta8
136
162
```diff
137
163
+ Added fin_scoreboardfix and fin_scoreboard_off to fin_controls.cfg to fix the issue where you can't bring up the scoreboard at the end of matches
138
-
+ Added sv_merge_changes_after_tick_with_calcdelta 2, fs_report_sync_opens 1, and cl_error_report_time 10 for extra debug info in console
164
+
+ Added sv_merge_changes_after_tick_with_calcdelta 2, fs_report_sync_opens 1, and cl_error_report_time 10 for extra debug info in console
139
165
+ Added sv_pure_trace 1 to practice.cfg and safety.cfg
140
166
+ Added snd_steamaudio_enable_perspective_correction true to audio.cfg
0 commit comments