Skip to content

Commit

Permalink
[PUSH] v2.0.1.2
Browse files Browse the repository at this point in the history
 -Added NIN's Bhavacakra to Hellfrog Level Sync feature
-Added PCT's  Holy Hammer combo feature by @Propagandist1
 -Added PCT's Starry Muse/Star Prism Combo by @kaedys
-Added SAM's AoE Features by @kaedys
-Fixed level checks for BLM, MNK, SAM and RPR by @kaedys
 -Fixed NIN's Forked Raiju features
-Removed PCT's deprecated (and now useless) Landscape Muse/Star Prism Combo
 -Reworked VPR's Vice combo oGCD by @kaedys
-Updated BLM things and stuff for Enochian Timer Feature by @lhn1703
  • Loading branch information
MKhayle committed Dec 5, 2024
1 parent 0a28acc commit d0ae94c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions XIVComboExpanded/Interface/Changelog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ public static Dictionary<string, string[]> GetChangelog()
{
return new Dictionary<string, string[]>()
{
{
"v2.0.1.2",
[
"Added NIN's Bhavacakra to Hellfrog Level Sync feature.",
"Added PCT's Holy Hammer combo feature by @Propagandist1.",
"Added PCT's Starry Muse/Star Prism Combo by @kaedys.",
"Fixed level checks for BLM, MNK, SAM and RPR by @kaedys.",
"Fixed NIN's Forked Raiju features.",
"Removed PCT's deprecated (and now useless) Landscape Muse/Star Prism Combo.",
"Reworked VPR's Vice combo oGCD by @kaedys.",
"Updated BLM things and stuff for Enochian Timer Feature by @lhn1703."
]
},
{
"v2.0.1.1",
[
Expand Down
2 changes: 1 addition & 1 deletion XIVComboExpanded/XIVComboExpanded.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>attick, daemitus, Khayle</Authors>
<Company>-</Company>
<Version>2.0.1.1</Version>
<Version>2.0.1.2</Version>
<Description>This plugin condenses combos and mutually exclusive abilities onto a single button.</Description>
<Copyright>Copyleft attick 2020 baybeeee</Copyright>
<PackageProjectUrl>https://github.com/daemitus/XIVComboPlugin</PackageProjectUrl>
Expand Down

0 comments on commit d0ae94c

Please sign in to comment.