Skip to content

Commit e5f687b

Browse files
committed
version bump + added back missing text in adv page
1 parent 9a2f6d6 commit e5f687b

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

dev_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
> v2.4.0
6868
- [x] create `/advanced` page and move the verbosity switch there
6969
- [x] fixed updateChecker error handling and added a message for pre-releases
70-
- [ ] create playerController module
70+
> v2.4.1
71+
- [ ] create playerController module (started on v2.4.0)
7172
- [ ] remove the public ip thing and make the /status configurable
7273

7374
> Soon™

fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ games { 'gta5' }
44
author 'Tabarra'
55
description 'Remotely Manage & Monitor your GTA5 FiveM Server'
66
repository 'https://github.com/tabarra/txAdmin'
7-
version '2.5.0-dev'
7+
version '2.4.1'
88

99
server_script 'main.js'
1010

version.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.4.0",
2+
"version": "2.4.1",
33
"changelog": "Deprecated Message. Please Update to v2.",
44
"allVersions": [
55
{
@@ -173,6 +173,10 @@
173173
{
174174
"version": "2.4.0",
175175
"changelog": "Added FXServer update checker, improved some error messages, increased heartbeat cooldown limit for low-spec machines and update packages."
176+
},
177+
{
178+
"version": "2.4.1",
179+
"changelog": "Minor fixes to the FXServer update checker."
176180
}
177181
]
178182
}

web/advanced.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ <h2>Advanced</h2>
4242
<hr>
4343

4444
<!-- Profile Monitor -->
45+
<span class="text-muted">
46+
This will execute the profilet in the Monitor for 5 seconds. <br>
47+
Required the Server to be started for showing the profiler URL. <br>
48+
</span>
4549
<button class="btn btn-md btn-outline-dark mt-2" onclick="doProfileMonitor()">Profile Monitor</button>
4650
</div>
4751
</div>

0 commit comments

Comments
 (0)