Skip to content

Commit

Permalink
Updated changelog for 3.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkree committed Jun 11, 2023
1 parent 757e292 commit e12170f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 35 deletions.
6 changes: 3 additions & 3 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ license-output: LICENSE.txt

tools-used:

#manual-changelog:
# filename: CHANGELOG.md
# markup-type: markdown
manual-changelog:
filename: CHANGELOG.md
markup-type: markdown

plain-copy:
- assets/*
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.6.0
hooks:
- id: pyupgrade
args: ["--py311-plus"]
Expand Down
36 changes: 11 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# AllTheThings

## [DF-3.4.7](https://github.com/DFortun81/AllTheThings/tree/DF-3.4.7) (2023-06-04)
[Full Changelog](https://github.com/DFortun81/AllTheThings/compare/DF-3.4.7...DF-3.4.7) [Previous Releases](https://github.com/DFortun81/AllTheThings/releases)
## [DF-3.4.8](https://github.com/DFortun81/AllTheThings/tree/DF-3.4.8) (2023-06-11)
[Full Changelog](https://github.com/DFortun81/AllTheThings/compare/DF-3.4.7...DF-3.4.8) [Previous Releases](https://github.com/DFortun81/AllTheThings/releases)


### Diablo 4 event crossover 👿

You have time until June 15th to get all the goodies.


### New Midsummer Fire Festival toy 🔥 Flamin' Ring of Flashiness


### Promotions

Earn Epic Purple Shirt 👕💜 through Prime Gaming until June 22, 2023. More details [here](https://worldofwarcraft.blizzard.com/en-us/news/23952481).
Expand All @@ -21,32 +18,21 @@ Earn Smoldering Banner of the Aspects toy for participating in the The Great Pus

### Logic changes

- Fixed/improved logic for some NPC headers we use.
- Map minilist header now shows Player coordinates in tooltip.
- Currencies are now considered Trackable if they are used as a 'cost' at all (this allows seeing currencies which are 'complete' if desired).


### Logic fixes

- This release should have noticeable speed improvements on 'large' operations (i.e. opening Main list, loading into the game, caching all ATT data, etc).
- Fixed filter ordering, i.e. if you load a minilist in Account mode, there may have been content referenced from an opposing Faction Source instead of your current character's Faction Source if both were available.
- Fixed tooltips for Quests in ATT lists.
- Fixed searching for Mount links from the mount journal.
- Fixed `EJ_GetTierInfo` randomly throwing errors.
- Slight adjustment to old style minimap button to align closer to the button.
- If an Achievement is unobtainable then its criteria will also be unobtainable now.
- Battle Pets are now properly refreshed when force refreshing ATT.
- Lua error fixed for no faction name in lock criteria.
- Improved a lot of underlying 'cost' logic to make it perform more efficiently and accurately when changing ATT Settings.
- Fixes to plotting waypoints.


### Data additions/fixes

- Updated Trading Post for June.
- DF PvP S2 updates.
- Added Blue Dragonflight Questline.
- Zaralek Cavern updates: Renown, Quests, Rares, Researchers Under Fire, Raid, etc.
- Fyrakk Assaults updates.
- Added Flight Point map inside Nokhud Offensive.
- Added criterias and coordinates where missing for the Squirrel achievements of DF.
- Blizzard finally added actual criteria tracking to Queen's Conservatory spirit-planting achievements so we are added tracking as well.
- Clean up of Gladiator's Sanctum in Garrison to current standards.
- 'Herald of the Titans' in Retail will now be considered collectible as appropriate based on user's settings and character level.
- Added last questline chapter of Zaralek Caverns.
- Added Tyr's Fall questline.
- Loamm Niffen fixes.
- Fyrakk Assaults fixes.
- Bartering fixes.
- Other fixes.
2 changes: 0 additions & 2 deletions locales/cn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,6 @@ for key,value in pairs({
-- Commonly used
[-11] = "一般宝箱掉落", -- Common Box Drops
[-23] = "一般地下城掉落", -- WoD Common Dungeon Drop
[-27] = "下层", -- Lower (Blackrock Spire)
[-28] = "上层", -- Upper (Blackrock Spire)
[-41] = "疯狂宝箱", -- Cache of Madness
-- World Events
[-53] = "仲夏火焰节", -- Midsummer Fire Festival
Expand Down
2 changes: 0 additions & 2 deletions locales/fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,6 @@ local a = L.HEADER_NAMES;
for key,value in pairs({
-- Commonly used
[-23] = "Objet commun de donjon", -- WoD Common Dungeon Drop
[-27] = "Bas", -- Lower (Blackrock Spire)
[-28] = "Haut", -- Upper (Blackrock Spire)
[-41] = "L'antre de la Folie",
-- World Events
[-53] = "Fête du Feu du solstice d’été", -- Midsummer Fire Festival
Expand Down
2 changes: 0 additions & 2 deletions locales/ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,6 @@ for key,value in pairs({
-- Commonly used
[-11] = "Обычная добыча из Сундуков", -- Common Box Drops
[-23] = "Обычная добыча с боссов", -- WoD Common Dungeon Drop
[-27] = "Нижняя часть", -- Lower (Blackrock Spire)
[-28] = "Верхняя часть", -- Upper (Blackrock Spire)
[-41] = "Тайник Безумия",
-- World Events
[-53] = "Огненный Солнцеворот", -- Midsummer Fire Festival
Expand Down

0 comments on commit e12170f

Please sign in to comment.