Skip to content

Commit

Permalink
build: release v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed May 17, 2021
1 parent bc8c0cf commit c9d384f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
- [x] create auto backup/restore of the database
- [x] make quiet mode default on windows
- [x] remove the discord login option
- [ ] break `playerController` actions stuff to another file
- [ ] update recipes
- [x] version bump



stuff:
- [ ] break `playerController` actions stuff to another file
- [ ] do the sv_listingIPOverride thing
- [ ] maybe remove the sv_maxclients enforcement in the cfg file
- [ ] fix the interface enforcement without port being set as zap server?
Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
author 'Tabarra'
description 'Remotely Manage & Monitor your GTA5 FiveM Server'
repository 'https://github.com/tabarra/txAdmin'
version '3.8.0-dev'
version '3.8.0'

rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
fx_version 'cerulean'
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ if (verbose) dir({isZapHosting, forceInterface, forceFXServerPort, txAdminPort,
//Check if this version of txAdmin is too outdated to be considered safe to use in prod
//NOTE: Only valid if its being very actively maintained.
// Use 30d for patch 0, or 45~60d otherwise
const txVerBBLastUpdate = 1619440000;
const txVerBBDelta = 35 + ((isZapHosting) ? 10 : 0);
const txVerBBLastUpdate = 1621233333;
const txVerBBDelta = 21 + ((isZapHosting) ? 10 : 0);
const txAdminVersionBestBy = txVerBBLastUpdate + (txVerBBDelta * 86400);
// dir({
// updateDelta: txVerBBDelta,
Expand Down

0 comments on commit c9d384f

Please sign in to comment.