Bump to 21 (#59)
This commit is contained in:
parent
22e13854e7
commit
d5009243cf
2 changed files with 5 additions and 4 deletions
|
@ -12,7 +12,7 @@ namespace DutyContent
|
||||||
{
|
{
|
||||||
class DcConfig
|
class DcConfig
|
||||||
{
|
{
|
||||||
public static int PluginTag => 20;
|
public static int PluginTag => 21;
|
||||||
public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
|
|
||||||
public static bool PluginEnable { get; set; }
|
public static bool PluginEnable { get; set; }
|
||||||
|
|
|
@ -3,9 +3,10 @@
|
||||||
* Duty finding codes from https://github.com/purutu/ACT.DFAssist
|
* Duty finding codes from https://github.com/purutu/ACT.DFAssist
|
||||||
* Network analyzer codes from https://github.com/Noisyfox/ACT.FFXIVPing
|
* Network analyzer codes from https://github.com/Noisyfox/ACT.FFXIVPing
|
||||||
|
|
||||||
## 6.0
|
## For 6.0(EndWalker) update
|
||||||
* FATE/Duty/Match/Instance/Zone **working**
|
* Critical Engament alert is not working correctly
|
||||||
* Critical Engagement ***not** working*
|
* Progress visible in new area's FATEs is not shown correctly
|
||||||
|
* Most of instace dungeons are added. but, need more time to add FATEs (Actually I don't know how to gather FATEs information 😱)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue