Update changelog

This commit is contained in:
r00telement
2021-12-22 21:16:54 +00:00
parent 06fa4bbd47
commit 263974905b
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ namespace PlayerTags.Data
DpsRoleTags[DpsRole.Ranged] = new Tag()
{
IsSelected = false,
IsExpanded = false,
IsExpanded = true,
};
RangedDpsRoleTags = new Dictionary<RangedDpsRole, Tag>();

View File

@@ -10,5 +10,5 @@
"https://github.com/r00telement/PlayerTags/raw/main/PlayerTags/Resources/Promo/Nameplates_1.png",
"https://github.com/r00telement/PlayerTags/raw/main/PlayerTags/Resources/Promo/Chat_1.png"
],
"Changelog": "- Added experimental option to apply tags to self in chat.\n- Added separate melee and ranged inheritance under dps.\n- Added separate magical and physical inheritance under ranged dps.\n- Added separate land and hand inheritance under land/land."
"Changelog": "- Added experimental option to apply tags to self in chat.\n- Added separate melee and ranged inheritance under dps.\n- Added separate magical and physical inheritance under ranged dps.\n- Added separate land and hand inheritance under land/land.\n- Added option to reset a selected item to its defaults."
}