|
4 | 4 | _ = nil
|
5 | 5 | _detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0")
|
6 | 6 |
|
7 |
| - _detalhes.build_counter = 7938 |
8 |
| - _detalhes.alpha_build_counter = 7938 --if this is higher than the regular counter, use it instead |
| 7 | + _detalhes.build_counter = 7950 |
| 8 | + _detalhes.alpha_build_counter = 7950 --if this is higher than the regular counter, use it instead |
9 | 9 | _detalhes.game_version = "v9.0.1"
|
10 | 10 | _detalhes.userversion = "v9.0.1." .. _detalhes.build_counter
|
11 |
| - _detalhes.realversion = 143 --core version, this is used to check API version for scripts and plugins (see alias below) |
| 11 | + _detalhes.realversion = 144 --core version, this is used to check API version for scripts and plugins (see alias below) |
12 | 12 | _detalhes.APIVersion = _detalhes.realversion --core version
|
13 | 13 | _detalhes.version = _detalhes.userversion .. " (core " .. _detalhes.realversion .. ")" --simple stirng to show to players
|
14 | 14 |
|
|
28 | 28 | local Loc = _G.LibStub("AceLocale-3.0"):GetLocale( "Details" )
|
29 | 29 |
|
30 | 30 | local news = {
|
| 31 | + {"v9.0.1.7950.144", "November 3rd, 2020"}, |
| 32 | + "Added the baseline for the Coach feature, for testing use '/details coach', all users in the raid must have details! up to date.", |
| 33 | + "Added container_spells:GetOrCreateSpell(id, shouldCreate, token).", |
| 34 | + "Added Details:GetRaidLeader(), return the RL name.", |
| 35 | + "Fixed Tiny Threat not showing threat.", |
| 36 | + "Fixed annoucement interrupt enable toggle checkbox was reseting on logon.", |
| 37 | + |
31 | 38 | {"v9.0.1.7938.142", "October 29th, 2020"},
|
32 | 39 | "Added option to select the icon buttons in the title bar.",
|
| 40 | + |
33 | 41 | {"v9.0.1.7739.142", "August 18th, 2020"},
|
34 | 42 | "More development on the new plugin Cast Timeline.",
|
35 | 43 | "More development on Details! Scroll Damage.",
|
|
333 | 341 | --> player detail skin
|
334 | 342 | _detalhes.playerdetailwindow_skins = {}
|
335 | 343 |
|
336 |
| - _detalhes.BitfieldSwapDebuffsIDs = {265646, 272407, 269691, 273401, 269131, 260900, 260926, 284995, 292826, 311367, 310567, 308996, 307832, 327414} |
| 344 | + _detalhes.BitfieldSwapDebuffsIDs = {265646, 272407, 269691, 273401, 269131, 260900, 260926, 284995, 292826, 311367, 310567, 308996, 307832, 327414, 337253} |
337 | 345 |
|
338 | 346 | --> auto run code
|
339 | 347 | _detalhes.RunCodeTypes = {
|
|
0 commit comments