add release notes

This commit is contained in:
Mara Wörle 2025-07-08 22:57:58 +02:00
parent 04ca8d50b9
commit 5920622c5c
2 changed files with 92 additions and 4 deletions

View file

@ -68,6 +68,14 @@ jobs:
runs-on: docker
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Get Release Notes
id: release_notes
run: |
echo "release_notes=$(sed -n '/v1.5.0/,/^### /{s/v1.5.0/Changelog/;/# v/d;s/###/#/;p}' README.md)" >> $GITHUB_OUTPUT
- name: Download Binaries
uses: actions/download-artifact@v3
with:
@ -87,6 +95,7 @@ jobs:
repo: ${{ env.GITHUB_REPOSITORY }}
token: ${{ secrets.TOKEN }}
release-dir: release
release-notes: ${{ steps.release_notes.outputs.release_notes }}
tag: "${{ github.ref_name }}"
sha: "${{ github.sha }}"
override: true

View file

@ -17,3 +17,82 @@ Whitelist: ping catppuccin-macchiato or tux to get whitelisted
- We use [packwiz](https://packwiz.infra.link/tutorials/creating/getting-started/) to manage the modpack
- Mods should be sourced from Modrinth where possible
## Release Notes
### v1.5.0
#### Mods
- Added Eureka
- Added BotanyTrees
- Added IronChests
#### Technical Changes
- Switched to packwiz for modpack management
### v1.4.1
- Added Fast IP Ping for faster Connection to server
### v1.4.0
#### Gameplay
- Added Botany Pots
-Added RechiseledCreate
#### Performance, QoL & Style
- Switched from REI to EMI
- Added GPUTape
- Added ModernFix
- Added ThreatenGL
- Added WayGL
- Added Enchantment Descriptions
- Added DurabilityTooltip
- Added DynamicFPS
- Added EnhancedBlockEntities
- Added LambDynamicLights
- Added MemoryLeakfix
- Added ReesesSodiumOptions
- Added ShulkerboxTooltip
- Blanket Client Tweaks
### v1.3.0
- Added Chisel Refabricated
- Added Rechiseled
- Added CreateFabric&REIBugFix
- Added Female Gender Mod
### v1.2.2
- Added Entity Culling mod for better performance
### v1.2.1
- Made distant horizons optional
### v1.2.0
#### Added
- Powah
- Roughly Enough Professions
- Gravestones
- Harvest
- Justzoom
- Lighty
- MouseWheelie
- 3d Skinlayers
#### Enabled
- Appleskin
- Blur
### v1.1.0
- First Release on this repository