Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflame0 committed Nov 4, 2024
1 parent 90f495a commit f4365c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion AtlasLootClassic/Documentation/Release_Notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v4.2.1 (Nov 4, 2024)
- Added missing trinkets to Fissure Stone vendor
- Fixed dungeon sets not showing under classic collections

# v4.2.0 (Oct 29, 2024)
- Fixed model display, shows models again (some models buggy)
- Added Phase 3 VP/JP items
Expand All @@ -8,4 +12,3 @@
- Many small fixes and code cleanup

Shoutout to @Firsthunterz for help adding lots of items manually in this release

2 changes: 1 addition & 1 deletion generate_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
date=$( git log -1 --date=short --format="%ad" )
url=$( git remote get-url origin | sed -e 's/^git@\(.*\):/https:\/\/\1\//' -e 's/\.git$//' )

cat AtlasLootClassic/Documentation/Release_Notes.md > "Changelog.md"
cat "AtlasLootClassic/Documentation/Release_Notes.md" > "Changelog.md"

echo -ne "# [${version}](${url}/tree/${current}) ($date)\n\n[Full Changelog](${url}/compare/${previous}...${current})\n\n" >> "CHANGELOG.md"

Expand Down

0 comments on commit f4365c3

Please sign in to comment.