From 259b7d2673b07e59a97c66edee66a92d402e650a Mon Sep 17 00:00:00 2001 From: IMS212 Date: Sat, 12 Mar 2022 14:46:01 -0800 Subject: [PATCH 1/4] Iris 1.2.2 changelog --- docs/changelogs/1.2.2/full.md | 11 +++++++++++ docs/changelogs/1.2.2/summary.md | 15 +++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 docs/changelogs/1.2.2/full.md create mode 100644 docs/changelogs/1.2.2/summary.md diff --git a/docs/changelogs/1.2.2/full.md b/docs/changelogs/1.2.2/full.md new file mode 100644 index 0000000000..8a52dbd43b --- /dev/null +++ b/docs/changelogs/1.2.2/full.md @@ -0,0 +1,11 @@ +# Iris 1.2.1 Changelog + +- Added a custom Sodium vertex format for entities + - This improves performance greatly in entity-heavy spots over 1.2.1. +- Added Complementary's `isEyeInCave` uniform + - This controls the sky color in caves. + +## Translations + +- Updated Korean translation (ko_kr.json) by @brackryun in #1300 +- Added Finnish translation (fi_fi.json) by @tappaja666 in #1313 diff --git a/docs/changelogs/1.2.2/summary.md b/docs/changelogs/1.2.2/summary.md new file mode 100644 index 0000000000..957d36424c --- /dev/null +++ b/docs/changelogs/1.2.2/summary.md @@ -0,0 +1,15 @@ +Iris 1.2.2 is ready for download, with major performance improvements! + +Here's what's changed since 1.2: + +⌛ Improved performance around entities with a new vertex format +🗣️ Two translations have been updated +🩹 ...as well as some other fixes! + +Known potential issues: + +❌ SEUS PTGI HRR Test 3 currently has major graphical issues (SEUS PTGI HRR 2.1 is compatible). + +⬇️ Download the release here: https://irisshaders.net/download.html + +A more detailed changelog is available for those interested: https://github.com/IrisShaders/Iris/blob/trunk/docs/changelogs/1.2.2/full.md From 2828217b17fc97e57b2316e86dae4349b147c684 Mon Sep 17 00:00:00 2001 From: IMS212 Date: Sat, 12 Mar 2022 14:46:19 -0800 Subject: [PATCH 2/4] fix typo --- docs/changelogs/1.2.2/full.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelogs/1.2.2/full.md b/docs/changelogs/1.2.2/full.md index 8a52dbd43b..aef64bdf7c 100644 --- a/docs/changelogs/1.2.2/full.md +++ b/docs/changelogs/1.2.2/full.md @@ -1,4 +1,4 @@ -# Iris 1.2.1 Changelog +# Iris 1.2.2 Changelog - Added a custom Sodium vertex format for entities - This improves performance greatly in entity-heavy spots over 1.2.1. From af3ee5fbd31f8bf95505b88b58c0ec28525a17bc Mon Sep 17 00:00:00 2001 From: IMS212 Date: Sat, 12 Mar 2022 14:51:53 -0800 Subject: [PATCH 3/4] change naming --- docs/changelogs/1.2.2/summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelogs/1.2.2/summary.md b/docs/changelogs/1.2.2/summary.md index 957d36424c..ab146ffd80 100644 --- a/docs/changelogs/1.2.2/summary.md +++ b/docs/changelogs/1.2.2/summary.md @@ -2,7 +2,7 @@ Iris 1.2.2 is ready for download, with major performance improvements! Here's what's changed since 1.2: -⌛ Improved performance around entities with a new vertex format +⌛ Fixed a regression in 1.2.1 causing low performance around entities 🗣️ Two translations have been updated 🩹 ...as well as some other fixes! From 4176219a45225818f2b4a46ba0eefb99cf3c12ca Mon Sep 17 00:00:00 2001 From: IMS212 Date: Sat, 12 Mar 2022 15:01:26 -0800 Subject: [PATCH 4/4] no pre --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1ead07d411..23f2bc4341 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "iris", - "version": "1.2.2-pre-development-environment", + "version": "1.2.2-development-environment", "name": "Iris", "description": "A modern shaders mod for Minecraft intended to be compatible with existing OptiFine shader packs",