Skip to content

Releases: Wynntils/Artemis

v1.2.9

15 May 12:10
Compare
Choose a tag to compare

New Features

  • UI updates to Territory Management Screen + significantly faster selection when there are multiple pages (#2473) (c5a0778)

v1.2.8

14 May 16:03
Compare
Choose a tag to compare

New Features

  • Add rainbow donator tag, fix developer tags [skip ci] (#2498) (4d57fc0)

Bug Fixes

v1.2.7

14 May 12:06
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Detect insulators and simulators in mythic found feature [skip ci] (#2487) (61f03c8)
  • Detect raid failure from chat message [skip ci] (#2496) (4873261)
  • fix damage stat collecting neutral damage only (#2497) (759459a)
  • Handle streamer mode correctly in WorldStateModel [skip ci] (#2491) (964b17d)
  • Use scale in bomb bell overlay [skip ci] (#2486) (b3ac5eb)

v1.2.6

12 May 15:30
Compare
Choose a tag to compare

New Features

  • Show item type for chat items, show perfect/defective (#2485) (b8e4a6d)

v1.2.5

12 May 15:29
Compare
Choose a tag to compare

New Features

  • Backwards container searching and resume search after match (#2483) (fbe04ae)

v1.2.4

11 May 15:19
Compare
Choose a tag to compare

New Features

  • Add custom names for info boxes and custom bars [skip ci] (#2480) (d6836c6)
  • Colour territory attack time if player is inside territory [skip ci] (#2475) (8908ae2)

Bug Fixes

  • Don't overwrite current world name when entering housing [skip ci] (#2477) (3f1179a)
  • Don't return null in profession last harvest functions [skip ci] (#2479) (4a46ba9)
  • Fix DeathCoordinatesFeature sending both the Wynn and the custom message [skip ci] (#2478) (87fd4f5)
  • Fix ItemGuessFeature tooltip line being fully underlined incorrectly [skip ci] (#2482) (f9400cf)
  • Fix transcription tooltip option not working correctly [skip ci] (#2476) (419aebe)
  • Powder special charges do not reset on use [skip ci] (#2481) (cc4d773)

v1.2.3

10 May 07:45
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Make war DPS use effective health for calculations (instead of raw health) (#2474) (371da1f)

v1.2.2

07 May 18:31
Compare
Choose a tag to compare

New Features

  • Add open guild bank keybind [skip ci] (#2470) (9267c1e)
  • Make TowerStatsFeature messages copy-able [skip ci] (#2465) (2ca6298)
  • Shift middle click to place multiple markers on guild map [skip ci] (#2469) (1d83ba3)
  • Use scrolling text in various screens [skip ci] (#2461) (0ec6e1d)

Bug Fixes

  • Actually track raid succeeded stats [skip ci] (#2462) (7b3a203)
  • fix gammabright resetting brightness setting, even when the feature is off [skip ci] (#2468) (b57566a)
  • Fix war info (dps, estimated time) not being accurate (#2471) (79805be)
  • Only render server list overlay if the actual player tab is rendering [skip ci] (#2464) (537e884)
  • Parse shaman mask correctly when only one mask available [skip ci] (#2467) (5141419)
  • Some lootrun drops not included in box possibilities [skip ci] (#2466) (4a98fc9)

Miscellaneous Chores

  • Collect end of war stats in war history [skip ci] (#2463) (c1b831e)

v1.2.1

05 May 18:22
Compare
Choose a tag to compare

New Features

  • Add keybind to open territory management [skip ci] (#2454) (78f302d)
  • Click territory pois to set marker on guild map [skip ci] (#2455) (83712b8)
  • Make territory attack timer bold if the player is standing in it (#2458) (8f1aadf)

Bug Fixes

  • Fix PlayerCommand not using the correct date format [skip ci] (#2456) (b748bb2)
  • Fix territory connections not working due to some connections not being displayed as bidirectional [skip ci] (#2453) (ea97818)
  • Fix Territory Management Screen not working in wars [skip ci] (#2457) (89a108c)

v1.2.0

05 May 16:16
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Release Wynntils 1.2.0

New Features

  • Add an overall mode the statistics page (#2432) (31e4c5d)
  • Add beacons/POIs for territories with queued war timers (#2406) (4d023bf)
  • Add ExtendedSeasonLeaderboardFeature (#2431) (5e80f8e)
  • Add guild bank redirector in ChatRedirectFeature (#2430) (171a012)
  • Add mythic pull dry streaks and some new lootrun statistics (#2435) (c4b6f1a)
  • Add onlinemembers and player command (#2412) (53f63de)
  • Add ProfessionHighlightFeature (#2424) (2bff405)
  • Add RevealNicknamesFeature (#2408) (ad4c00f)
  • Add ServerUptimeInfoOverlay (#2414) (a8ef08a)
  • Add soulpoint subcommand and aliases for server commands, click-to-switch server texts, fix formatting issues, command no longer hands the game (#2415) (aa94e6e)
  • Add statistics functions, add overall support for statistics command (#2434) (ebde28b)
  • Add TerritoryManagementScreen (#2439) (e9035c9)
  • Add timer and vignette overlay, sound effect and functions for tower volley and tower aura (#2405) (9b169fd)
  • Add TowerStatsFeature and TowerStatsOverlay (#2427) (7613756)
  • Add war statistics and WarSinceFunction (#2451) (8e07892)
  • Add WarHornFeature (#2411) (16b682c)
  • Add WeeklyConfigBackupFeature (#2449) (a58ef62)
  • Bomb Bell Overlay (#2409) (460dc41)
  • Handle territory timers in a more advanced way to make sure they always appear as accurate as they can (#2429) (eee5682)
  • Item Filter GUI (#2417) (ec77450)
  • Raid progress overlay and print times feature (#2446) (b4e5c43)
  • Redirect guild reward messages (#2437) (bfdb3fa)
  • Release Wynntils 1.2.0 (c104c45)
  • Spell Recast Functions [skip ci] (#2448) (f216c38)

Bug Fixes

  • Fix CrowdSourcedData races by using concurrent collections (#2447) (e580f9c)
  • Fix TerritoryModel#getTerritoryProfileFromShortName not having a stable order (#2442) (adfcf50)
  • Fix WorldWaypointDistanceFeature not rendering all waypoint markers correctly (1af00a8)
  • Make boss-bars update, if they are rendered, but tracked (675c681)
  • Make guild map compass behaviour consistent with main map [skip ci] (#2450) (b43bbe6)
  • Make GuildAttackTimerModel use string territory names instead of profiles (#2445) (0467354)
  • Use proper url encoding [skip ci] (#2410) (c510838)
  • Use the new dropMeta info for showing item guesses [skip ci] (#2399) (81337ca)

Performance Improvements

  • Multiple StyledText optimizations [skip ci] (#2444) (91e84e2)
  • Optimize ItemHandler lore soft matching [skip ci] (#2440) (14de02f)

Miscellaneous Chores

  • [auto-generated] Update urls.json [ci skip] (#2452) (4493d0e)

Code Refactoring

  • Move onlinemembers and player command json handling to models (#2438) (b0437cb)