diff --git a/.github/tweak_changelogs.sh b/.github/tweak_changelogs.sh index 1d32a48078..d2db1fb0ce 100755 --- a/.github/tweak_changelogs.sh +++ b/.github/tweak_changelogs.sh @@ -50,6 +50,8 @@ sed -i -re 's/( \()?\[\\#[0-9]+\]\([^)]*\),? ?\)?//g' changelog_temp.txt sed -i -re 's/\[([^]]*)\]\(https:\/\/github\.com\/[^)]*\)/\1/g' changelog_temp.txt # Create new changelog format: add version header, remove lines 2-3, format section headers, remove ## headers with following line, prepend to existing changelog echo "VERSION[${RELEASE_VERSION#v}][$(date +'%Y/%m/%d')]" | cat - changelog_temp.txt | sed '2,3d' | sed -re 's/^### (.*)/\n--- \1 ---/' | sed -e '/^##.*/,+1 d' | cat - changelog.txt > changelog_new.txt +# Convert dashes to asterisks for bullet points +sed -i -e 's/^- /* /' changelog_new.txt mv changelog_new.txt changelog.txt # Normalize line endings to CRLF for all output files to ensure consistent checksums with Windows diff --git a/changelog.txt b/changelog.txt index 646d79d00b..a7d9968b27 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,54 +1,54 @@ VERSION[2.58.1][2025/11/05] --- User Interface --- -- Fix incorrect tooltip when crafting some flask mods (LocalIdentity) -- Fix Damage Gain breakdown including skill conversion (LocalIdentity) -- Fix insufficient skill cost warning applying to other skills (LocalIdentity) +* Fix incorrect tooltip when crafting some flask mods (LocalIdentity) +* Fix Damage Gain breakdown including skill conversion (LocalIdentity) +* Fix insufficient skill cost warning applying to other skills (LocalIdentity) --- Fixed Calculations --- -- Fix Spectre conversion multiplier applying to "gain as x" mods and Chaos damage (LocalIdentity) -- Fix Pyroclast Mine Exposure being inverted and unscalable (LocalIdentity) +* Fix Spectre conversion multiplier applying to "gain as x" mods and Chaos damage (LocalIdentity) +* Fix Pyroclast Mine Exposure being inverted and unscalable (LocalIdentity) --- Fixed Behaviours --- -- Fix Intuitive Leap, Thread of Hope and Impossible Escape not parsing correctly (Wires77) -- Fix mod order when crafting Grafts (LocalIdentity) -- Fix "Farewell to Flesh" not applying to Agony Crawler ailment damage (LocalIdentity) -- Fix Dying Breath Curse effect mod not working (LocalIdentity) +* Fix Intuitive Leap, Thread of Hope and Impossible Escape not parsing correctly (Wires77) +* Fix mod order when crafting Grafts (LocalIdentity) +* Fix "Farewell to Flesh" not applying to Agony Crawler ailment damage (LocalIdentity) +* Fix Dying Breath Curse effect mod not working (LocalIdentity) VERSION[2.58.0][2025/11/03] --- Keepers of the Flame --- -- Update and add new 3.27 skills (LocalIdentity) -- Add new Wand and Ring item bases (LocalIdentity) -- Add initial support for Grafts (LocalIdentity) -- Add initial support for Foulborn unique mods (Wires77) -- Add Support for new Monster Phys damage conversion logic (LocalIdentity) -- Add support for "Farewell to Flesh" (Lycia Bloodline Herald Ascendancy Node) (majochem) -- Add instant buyout to search URLs (Goufix) +* Update and add new 3.27 skills (LocalIdentity) +* Add new Wand and Ring item bases (LocalIdentity) +* Add initial support for Grafts (LocalIdentity) +* Add initial support for Foulborn unique mods (Wires77) +* Add Support for new Monster Phys damage conversion logic (LocalIdentity) +* Add support for "Farewell to Flesh" (Lycia Bloodline Herald Ascendancy Node) (majochem) +* Add instant buyout to search URLs (Goufix) --- User Interface --- -- Show Foulborn Icon on new Foulborn uniques and flavour text on new base items (Blitz54) -- Sort Replica Dragonfang's Flight mods (Wires77) -- Fix "The Tactician" missing flavour text (Nightblade) +* Show Foulborn Icon on new Foulborn uniques and flavour text on new base items (Blitz54) +* Sort Replica Dragonfang's Flight mods (Wires77) +* Fix "The Tactician" missing flavour text (Nightblade) --- Fixed Calculations --- -- Fix Warcry uptime when using Dual Strike of Ambidexterity (LocalIdentity) +* Fix Warcry uptime when using Dual Strike of Ambidexterity (LocalIdentity) --- Fixed Behaviours --- -- Fix Gem dropdown tooltip not updating when hovering over gems (LocalIdentity) -- Fix Aul Bloodline Aura nodes always applying (LocalIdentity) -- Fix Everlasting Sacrifice not showing the config from the Chaos Ascendancy (Wires77) -- Fix Intuitive Leap, Thread of Hope and Impossible Escape not working (n1tr0xs) -- Fix legacy Curse cluster not appearing on tree sometimes (LocalIdentity) -- Fix Overexertion and Echoes of Creation counting duplicate Warcries (LocalIdentity) -- Fix Chaos Inoculation not disabling Righteous Fire Buff and Degen (LocalIdentity) +* Fix Gem dropdown tooltip not updating when hovering over gems (LocalIdentity) +* Fix Aul Bloodline Aura nodes always applying (LocalIdentity) +* Fix Everlasting Sacrifice not showing the config from the Chaos Ascendancy (Wires77) +* Fix Intuitive Leap, Thread of Hope and Impossible Escape not working (n1tr0xs) +* Fix legacy Curse cluster not appearing on tree sometimes (LocalIdentity) +* Fix Overexertion and Echoes of Creation counting duplicate Warcries (LocalIdentity) +* Fix Chaos Inoculation not disabling Righteous Fire Buff and Degen (LocalIdentity) --- Accuracy Improvements --- -- Fix Burning Ground from Replica Siegebreaker not working (pabgarbar) +* Fix Burning Ground from Replica Siegebreaker not working (pabgarbar) --- Other changes --- -- Fix broken header images on Linux (ZereoX) +* Fix broken header images on Linux (ZereoX) VERSION[2.57.0][2025/10/30] @@ -2587,7 +2587,7 @@ VERSION[2.19.0][2022/07/12] VERSION[2.18.1][2022/06/05] --- Fixed Bugs --- -- Fix crash related to Life gain on Block (Regisle) +* Fix crash related to Life gain on Block (Regisle) VERSION[2.18.0][2022/06/05] @@ -2833,7 +2833,7 @@ VERSION[2.14.0][2022/02/05] * Add Armour and Evasion sorting to the tree and uniques tab (Lexy) * Add Mastery tooltip for an unallocated node when comparing trees (pHiney) * Add improvements to multiple passive tree jewel socket management (Lothrik) -- Update tree images to use the latest colours (LocalIdentity) +* Update tree images to use the latest colours (LocalIdentity) * Fix Passive Tree Management Titles (pHiney) --- New Calculations --- @@ -2862,7 +2862,7 @@ VERSION[2.14.0][2022/02/05] * Update Crimson Storm changes (lpolaright) * Update Whispering Ice and its trigger conditions (Nostrademous) * Update Kraityn's bandit rewards based on 3.16 values (Prismateria) -- Update Kingmaker with 3.16 changes (Wires77) +* Update Kingmaker with 3.16 changes (Wires77) * Update Blightwell and Solstice Vigil to 3.16.0 (Lothrik) * Update Saqawals Flock to 3.16 values (Lexy) * Update Survival Jewels to 3.16.0 (Lothrik)