Skip to content

Commit

Permalink
Prepare for 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fakuivan committed Oct 21, 2017
1 parent d029e76 commit 3b4fff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)).
Expand Down
2 changes: 1 addition & 1 deletion scripting/tf2_taunts_tf2idb.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 3b4fff8

Please sign in to comment.