You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes significant changes to the project organization of Iris, as well as fixes for some rendering bugs in the shader packs supported by Iris, especially when using manually-edited shader configuration.
Copy file name to clipboardExpand all lines: docs/changelogs/1.1.3/summary.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,3 @@
1
-
**note: Iris 1.1.3 is unreleased, this is just an in-progress summary / changelog**
2
-
3
-
---
4
-
5
1
Iris version 1.1.3 for Minecraft 1.16.5 and Minecraft 1.17.1 has been released!
6
2
7
3
This release was jointly developed by coderbot, IMS, and Justsnoopy30, and also contains major contributions from Kroppeb and maximum#8760. It also contains many other smaller (but still important) contributions from many other people!
This release mainly focuses on bug fixes, and closes over 50 GitHub issues! It resolves a huge number of bugs, and the Iris experience with supported packs should be substantially improved as a result. Thanks to the many contributors that made this release possible!
Copy file name to clipboardExpand all lines: docs/changelogs/1.1.4/summary.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,3 @@
1
-
**note: Iris 1.1.4 is unreleased, this is just an in-progress summary / changelog**
2
-
3
-
---
4
-
5
1
Iris version 1.1.4 for Minecraft 1.16.5, Minecraft 1.17.1, and Minecraft 1.18.1 has been released!
6
2
7
3
This release was jointly developed by coderbot and IMS, and also contains a number of contributions from maximum#8760 and Justsnoopy30. It also contains many other smaller (but still important) contributions from many other people!
This is a small bug fix release to support Sodium 0.3.4 on 1.17 and Sodium 0.4.0 alpha 6 on 1.18, while we work on the 1.2.0 update to add shader settings, currently in public beta on our Discord!
2
+
3
+
⬇️ Download the release here: https://irisshaders.net/download.html
**note: Iris 1.2.0 is unreleased, this is just an in-progress summary / changelog**
4
+
5
+
Iris 1.2.0 is here for Minecraft 1.16.5 / 1.17.1 / 1.18.1, bringing the long awaited Shader Configuration GUI!
6
+
7
+
The shader configuration system and GUI was a massive undertaking, with development of this iteration beginning in June 2021 with development of the previous iteration (as seen in Starline) having started in February 2021.
8
+
9
+
While shader config might seem like a simple enough request, the reality is that applying option changes while accounting for all the complexity and edge cases but also keeping shader pack loading extremely fast took a ton of work. An intuitive and functional GUI on top of that was also a ton of work. All in all, the following people directly contributed code to shader config:
**note: Iris 1.2.0 is unreleased, this is just an in-progress summary / changelog**
2
+
3
+
---
4
+
5
+
Iris 1.2.0 is here for Minecraft 1.16.5 / 1.17.1 / 1.18.1, bringing the long awaited Shader Configuration GUI! This release was jointly developed by coderbot, IMS, and FoundationGames, but also contains code contributions from Justsnoopy30 and maximum#8760.
6
+
7
+
The shader configuration system and GUI was a massive undertaking, with development of this iteration beginning in June 2021 with development of the previous iteration (as seen in Starline) having started in February 2021. Applying option changes while accounting for all the complexity and edge cases but also keeping shader pack loading extremely fast took a ton of work. An intuitive and functional GUI on top of that was also a ton of work.
8
+
9
+
But finally, it is ready for release! We've included some smaller issue fixes as well.
10
+
11
+
**⬇ Download the release here: https://irisshaders.net/download.html**
12
+
13
+
A more detailed changelog is available for those interested: <https://github.com/IrisShaders/Iris/blob/trunk/docs/changelogs/1.2.0/full.md>
0 commit comments