Skip to content

Commit 5a60660

Browse files
authored
Fix changelog styling (#9216)
1 parent ee13999 commit 5a60660

File tree

2 files changed

+34
-32
lines changed

2 files changed

+34
-32
lines changed

.github/tweak_changelogs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ sed -i -re 's/( \()?\[\\#[0-9]+\]\([^)]*\),? ?\)?//g' changelog_temp.txt
5050
sed -i -re 's/\[([^]]*)\]\(https:\/\/github\.com\/[^)]*\)/\1/g' changelog_temp.txt
5151
# Create new changelog format: add version header, remove lines 2-3, format section headers, remove ## headers with following line, prepend to existing changelog
5252
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
53+
# Convert dashes to asterisks for bullet points
54+
sed -i -e 's/^- /* /' changelog_new.txt
5355
mv changelog_new.txt changelog.txt
5456

5557
# Normalize line endings to CRLF for all output files to ensure consistent checksums with Windows

changelog.txt

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
VERSION[2.58.1][2025/11/05]
22

33
--- User Interface ---
4-
- Fix incorrect tooltip when crafting some flask mods (LocalIdentity)
5-
- Fix Damage Gain breakdown including skill conversion (LocalIdentity)
6-
- Fix insufficient skill cost warning applying to other skills (LocalIdentity)
4+
* Fix incorrect tooltip when crafting some flask mods (LocalIdentity)
5+
* Fix Damage Gain breakdown including skill conversion (LocalIdentity)
6+
* Fix insufficient skill cost warning applying to other skills (LocalIdentity)
77

88
--- Fixed Calculations ---
9-
- Fix Spectre conversion multiplier applying to "gain as x" mods and Chaos damage (LocalIdentity)
10-
- Fix Pyroclast Mine Exposure being inverted and unscalable (LocalIdentity)
9+
* Fix Spectre conversion multiplier applying to "gain as x" mods and Chaos damage (LocalIdentity)
10+
* Fix Pyroclast Mine Exposure being inverted and unscalable (LocalIdentity)
1111

1212
--- Fixed Behaviours ---
13-
- Fix Intuitive Leap, Thread of Hope and Impossible Escape not parsing correctly (Wires77)
14-
- Fix mod order when crafting Grafts (LocalIdentity)
15-
- Fix "Farewell to Flesh" not applying to Agony Crawler ailment damage (LocalIdentity)
16-
- Fix Dying Breath Curse effect mod not working (LocalIdentity)
13+
* Fix Intuitive Leap, Thread of Hope and Impossible Escape not parsing correctly (Wires77)
14+
* Fix mod order when crafting Grafts (LocalIdentity)
15+
* Fix "Farewell to Flesh" not applying to Agony Crawler ailment damage (LocalIdentity)
16+
* Fix Dying Breath Curse effect mod not working (LocalIdentity)
1717

1818

1919
VERSION[2.58.0][2025/11/03]
2020

2121
--- Keepers of the Flame ---
22-
- Update and add new 3.27 skills (LocalIdentity)
23-
- Add new Wand and Ring item bases (LocalIdentity)
24-
- Add initial support for Grafts (LocalIdentity)
25-
- Add initial support for Foulborn unique mods (Wires77)
26-
- Add Support for new Monster Phys damage conversion logic (LocalIdentity)
27-
- Add support for "Farewell to Flesh" (Lycia Bloodline Herald Ascendancy Node) (majochem)
28-
- Add instant buyout to search URLs (Goufix)
22+
* Update and add new 3.27 skills (LocalIdentity)
23+
* Add new Wand and Ring item bases (LocalIdentity)
24+
* Add initial support for Grafts (LocalIdentity)
25+
* Add initial support for Foulborn unique mods (Wires77)
26+
* Add Support for new Monster Phys damage conversion logic (LocalIdentity)
27+
* Add support for "Farewell to Flesh" (Lycia Bloodline Herald Ascendancy Node) (majochem)
28+
* Add instant buyout to search URLs (Goufix)
2929

3030
--- User Interface ---
31-
- Show Foulborn Icon on new Foulborn uniques and flavour text on new base items (Blitz54)
32-
- Sort Replica Dragonfang's Flight mods (Wires77)
33-
- Fix "The Tactician" missing flavour text (Nightblade)
31+
* Show Foulborn Icon on new Foulborn uniques and flavour text on new base items (Blitz54)
32+
* Sort Replica Dragonfang's Flight mods (Wires77)
33+
* Fix "The Tactician" missing flavour text (Nightblade)
3434

3535
--- Fixed Calculations ---
36-
- Fix Warcry uptime when using Dual Strike of Ambidexterity (LocalIdentity)
36+
* Fix Warcry uptime when using Dual Strike of Ambidexterity (LocalIdentity)
3737

3838
--- Fixed Behaviours ---
39-
- Fix Gem dropdown tooltip not updating when hovering over gems (LocalIdentity)
40-
- Fix Aul Bloodline Aura nodes always applying (LocalIdentity)
41-
- Fix Everlasting Sacrifice not showing the config from the Chaos Ascendancy (Wires77)
42-
- Fix Intuitive Leap, Thread of Hope and Impossible Escape not working (n1tr0xs)
43-
- Fix legacy Curse cluster not appearing on tree sometimes (LocalIdentity)
44-
- Fix Overexertion and Echoes of Creation counting duplicate Warcries (LocalIdentity)
45-
- Fix Chaos Inoculation not disabling Righteous Fire Buff and Degen (LocalIdentity)
39+
* Fix Gem dropdown tooltip not updating when hovering over gems (LocalIdentity)
40+
* Fix Aul Bloodline Aura nodes always applying (LocalIdentity)
41+
* Fix Everlasting Sacrifice not showing the config from the Chaos Ascendancy (Wires77)
42+
* Fix Intuitive Leap, Thread of Hope and Impossible Escape not working (n1tr0xs)
43+
* Fix legacy Curse cluster not appearing on tree sometimes (LocalIdentity)
44+
* Fix Overexertion and Echoes of Creation counting duplicate Warcries (LocalIdentity)
45+
* Fix Chaos Inoculation not disabling Righteous Fire Buff and Degen (LocalIdentity)
4646

4747
--- Accuracy Improvements ---
48-
- Fix Burning Ground from Replica Siegebreaker not working (pabgarbar)
48+
* Fix Burning Ground from Replica Siegebreaker not working (pabgarbar)
4949

5050
--- Other changes ---
51-
- Fix broken header images on Linux (ZereoX)
51+
* Fix broken header images on Linux (ZereoX)
5252

5353
VERSION[2.57.0][2025/10/30]
5454

@@ -2587,7 +2587,7 @@ VERSION[2.19.0][2022/07/12]
25872587
VERSION[2.18.1][2022/06/05]
25882588

25892589
--- Fixed Bugs ---
2590-
- Fix crash related to Life gain on Block (Regisle)
2590+
* Fix crash related to Life gain on Block (Regisle)
25912591

25922592
VERSION[2.18.0][2022/06/05]
25932593

@@ -2833,7 +2833,7 @@ VERSION[2.14.0][2022/02/05]
28332833
* Add Armour and Evasion sorting to the tree and uniques tab (Lexy)
28342834
* Add Mastery tooltip for an unallocated node when comparing trees (pHiney)
28352835
* Add improvements to multiple passive tree jewel socket management (Lothrik)
2836-
- Update tree images to use the latest colours (LocalIdentity)
2836+
* Update tree images to use the latest colours (LocalIdentity)
28372837
* Fix Passive Tree Management Titles (pHiney)
28382838

28392839
--- New Calculations ---
@@ -2862,7 +2862,7 @@ VERSION[2.14.0][2022/02/05]
28622862
* Update Crimson Storm changes (lpolaright)
28632863
* Update Whispering Ice and its trigger conditions (Nostrademous)
28642864
* Update Kraityn's bandit rewards based on 3.16 values (Prismateria)
2865-
- Update Kingmaker with 3.16 changes (Wires77)
2865+
* Update Kingmaker with 3.16 changes (Wires77)
28662866
* Update Blightwell and Solstice Vigil to 3.16.0 (Lothrik)
28672867
* Update Saqawals Flock to 3.16 values (Lexy)
28682868
* Update Survival Jewels to 3.16.0 (Lothrik)

0 commit comments

Comments
 (0)