ULib 2.71 release prep

This commit is contained in:
SticklyMan 2024-03-23 21:02:58 -06:00
parent 5e730bb41e
commit f447587d5c
4 changed files with 6 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# ULib Changelog # ULib Changelog
## Experimental Features in Testing - *(00/00/0000)* ## Experimental Features in Testing - *(00/00/00)*
* [ADD] Added a hook for PostCommandCalled (Thanks, brandonsturgeon) * [ADD] Added a hook for PostCommandCalled (Thanks, brandonsturgeon)
* [CHANGE] Moved Users to SQLite. (Thanks, JoshPiper) * [CHANGE] Moved Users to SQLite. (Thanks, JoshPiper)
## v2.71 - *(00/00/0000)* ## v2.71 - *(03/24/24)*
* [ADD] Added a sanity check to ULib.replicatedWritableCvar to address older addons after the net code rewrite. (Thanks, ZenBre4ker) * [ADD] Added a sanity check to ULib.replicatedWritableCvar to address older addons after the net code rewrite. (Thanks, ZenBre4ker)
* [FIX] Fixed some issues in player.lua with SetClip errors. (Thanks, JoshPiper) * [FIX] Fixed some issues in player.lua with SetClip errors. (Thanks, JoshPiper)
* [FIX] Cleaned up some code in player.lua to be more aligned with our docs. (Thanks, JoshPiper) * [FIX] Cleaned up some code in player.lua to be more aligned with our docs. (Thanks, JoshPiper)
@ -15,7 +15,7 @@
* [CHANGE] Removed gsub from the SteamID replacement string in ban reasons. * [CHANGE] Removed gsub from the SteamID replacement string in ban reasons.
* [CHANGE] Strings can now be passed to ULib.addBan for the admin parameter. This is useful for 3rd party integrations of ULib's ban. (Thanks, wrefgtzweve) * [CHANGE] Strings can now be passed to ULib.addBan for the admin parameter. This is useful for 3rd party integrations of ULib's ban. (Thanks, wrefgtzweve)
## v2.70 - *(08/04/2022)* ## v2.70 - *(08/04/22)*
* [ADD] Hook when a new, previously unknown access is registered. UCLChanged is now called as well. * [ADD] Hook when a new, previously unknown access is registered. UCLChanged is now called as well.
* [CHANGE] Moved bans to SQLite. * [CHANGE] Moved bans to SQLite.
* [CHANGE] Listen server hosts can no longer be banned (thanks, lewez). * [CHANGE] Listen server hosts can no longer be banned (thanks, lewez).

View File

@ -2,7 +2,7 @@
{ {
"name" "ULib" "name" "ULib"
"version" "2.71" "version" "2.71"
"up_date" "00/00/00" "up_date" "03/24/24"
"author_name" "Team Ulysses" "author_name" "Team Ulysses"
"author_email" "teamulysses@ulyssesmod.net" "author_email" "teamulysses@ulyssesmod.net"
"author_url" "https://www.ulyssesmod.net/" "author_url" "https://www.ulyssesmod.net/"

View File

@ -6,7 +6,7 @@
ULib = ULib or {} ULib = ULib or {}
ULib.RELEASE = false -- Don't access these two directly, use ULib.pluginVersionStr("ULib") ULib.RELEASE = true -- Don't access these two directly, use ULib.pluginVersionStr("ULib")
ULib.VERSION = 2.71 ULib.VERSION = 2.71
ULib.AUTOMATIC_UPDATE_CHECKS = true ULib.AUTOMATIC_UPDATE_CHECKS = true
@ -467,6 +467,4 @@ if SERVER then
util.AddNetworkString( "tsayc" ) util.AddNetworkString( "tsayc" )
util.AddNetworkString( "ulib_repWriteCvar" ) util.AddNetworkString( "ulib_repWriteCvar" )
util.AddNetworkString( "ulib_repChangeCvar" ) util.AddNetworkString( "ulib_repChangeCvar" )
end end

View File

@ -1 +1 @@
1711248700 1711250860