From 3b4fff8d40ab3be3fb0b6b76ccf2c7ad68c50669 Mon Sep 17 00:00:00 2001 From: fakuivan Date: Sat, 21 Oct 2017 14:59:27 -0300 Subject: [PATCH] Prepare for 1.6.3 --- CHANGELOG.md | 4 ++++ scripting/tf2_taunts_tf2idb.sp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d75b447..332616d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +* [1.6.3](https://github.com/fakuivan/TF2-Taunts-TF2IDB/releases/tag/1.6.3) Gamedata update, minor improvements + * Gamedata updated ([#23](https://github.com/fakuivan/TF2-Taunts-TF2IDB/issues/23)). + * Cache initialization failure for the [TF2IDB](https://github.com/FlaminSarge/tf2idb) (while quite rare) was never treated as such, allowing the plugin to just move on with invalid values ([#21](https://github.com/fakuivan/TF2-Taunts-TF2IDB/issues/21)). + * Now the ``TF2IDB_UsedByClasses_Compat`` wrapper calls ``TF2IDB_UsedByClasses`` directly, improving load times on newer versions of [TF2IDB](https://github.com/FlaminSarge/tf2idb) ([#22](https://github.com/fakuivan/TF2-Taunts-TF2IDB/issues/22)). * [1.6.1](https://github.com/fakuivan/TF2-Taunts-TF2IDB/releases/tag/1.6.1) I like better menus * Class-specific taunts are back on top of the list for ``sm_taunt``, ([#19](https://github.com/fakuivan/TF2-Taunts-TF2IDB/issues/19)) along with class labels ([#18](https://github.com/fakuivan/TF2-Taunts-TF2IDB/issues/18)). * Fix plugin not checking if target filter matches no clients, attempting to give taunts to entity 0 (world/"console"), under the ``sm_taunt_force`` menu ([#17](https://github.com/fakuivan/TF2-Taunts-TF2IDB/issues/17)). diff --git a/scripting/tf2_taunts_tf2idb.sp b/scripting/tf2_taunts_tf2idb.sp index 9bd8b10..c19357b 100644 --- a/scripting/tf2_taunts_tf2idb.sp +++ b/scripting/tf2_taunts_tf2idb.sp @@ -32,7 +32,7 @@ #if defined _autoversioning_included #define PLUGIN_VERSION AUTOVERSIONING_TAG ... "." ... AUTOVERSIONING_COMMIT ... "-" ... _USING_ITEMS_HELPER #else - #define PLUGIN_VERSION "1.6.1" ... "." ... "*" ... "-" ... _USING_ITEMS_HELPER + #define PLUGIN_VERSION "1.6.3" ... "." ... "*" ... "-" ... _USING_ITEMS_HELPER #endif public Plugin myinfo =