Skip to content

Commit 9e415e6

Browse files
committed
v2.6.1 version bump
1 parent f374242 commit 9e415e6

4 files changed

Lines changed: 29 additions & 25 deletions

File tree

dev_notes.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,12 @@
11
## TODO v2
2-
> v2.5.1
3-
- [x] validate that min session time is valid
4-
- [x] fix revoke button always visible
5-
- [x] add player/action search feature
6-
- [x] add search button for player modal
7-
- [x] adapt all modal actions to offline players
8-
- [x] change Server Log page to use the new modal
9-
- [x] upgrade to Discord.js v12
10-
- [x] upgrade to squirrelly 8 (omg why sooo hard???)
11-
- [x] convert cl_logger.js to lua
12-
- [x] set autostart as default, but only call spawnfunc if the cfg/data paths are set
13-
- [x] improve input readability in low-contrast monitors (css tweak)
14-
- [x] action revoking based on permission
15-
- [x] give `manage.admins` permission to edit their social IDs
16-
- [x] convert discordBot to use a commands folder
17-
- [x] discord bot: add /addwl command
18-
- [x] discord bot: change settings to accept prefix
19-
- [x] remove html tags from kick messages (hopefully temporarily)
20-
- [x] update dependencies
21-
- [x] add stats endpoint
22-
- [x] replace timestamp function in update checking
23-
- [x] build test + version bump
242
> v2.6.0
253
- [x] discord bot: fixed bug of it accepting any prefix
264
- [x] discord bot: likely fixed multi-client issue
275
- [x] discord bot: re-add spam limiter
286
- [x] discord bot: add usage stats
297
- [x] add admins count to the stats.json
308
- [x] check for "stop monitor" in cfg file
9+
> v2.6.1
3110
- [ ] check why scheduled restarts are not kicking players
3211
- [ ] use the new fd3 stream (added on 2427, ask ferrum before dropping support for older fxserver)
3312
- [ ] replace `clone` with `lodash/clonedeep` and check the places where I'm doing `Object.assign()` for shallow clones

docs/old_todo.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,28 @@ More:
259259
- [x] player page: add expiration note to the action history
260260
- [x] ignore EPIPE koa errors
261261
> v2.5.1
262-
262+
- [x] validate that min session time is valid
263+
- [x] fix revoke button always visible
264+
- [x] add player/action search feature
265+
- [x] add search button for player modal
266+
- [x] adapt all modal actions to offline players
267+
- [x] change Server Log page to use the new modal
268+
- [x] upgrade to Discord.js v12
269+
- [x] upgrade to squirrelly 8 (omg why sooo hard???)
270+
- [x] convert cl_logger.js to lua
271+
- [x] set autostart as default, but only call spawnfunc if the cfg/data paths are set
272+
- [x] improve input readability in low-contrast monitors (css tweak)
273+
- [x] action revoking based on permission
274+
- [x] give `manage.admins` permission to edit their social IDs
275+
- [x] convert discordBot to use a commands folder
276+
- [x] discord bot: add /addwl command
277+
- [x] discord bot: change settings to accept prefix
278+
- [x] remove html tags from kick messages (hopefully temporarily)
279+
- [x] update dependencies
280+
- [x] add stats endpoint
281+
- [x] replace timestamp function in update checking
282+
- [x] build test + version bump
283+
> v2.6.0
263284
264285

265286
------------------------------

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.6.1-dev'
7+
version '2.6.1'
88

99

1010
-- NOTE: Due to global package constraints, js scripts will be loaded from main.js

version.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.6.0",
2+
"version": "2.6.1",
33
"changelog": "Deprecated Message. Please Update to v2.",
44
"allVersions": [
55
{
@@ -189,6 +189,10 @@
189189
{
190190
"version": "2.6.0",
191191
"changelog": "Added player/action search feature. Added discord whitelist command. Added new player modal to the server log. Minor tweaks, fixes and housekeeping."
192+
},
193+
{
194+
"version": "2.6.1",
195+
"changelog": "Fixed discord bot commands prefix bug, re-added spam limiter. Minor tweaks and upgraded packages."
192196
}
193197
]
194198
}

0 commit comments

Comments
 (0)