Skip to content

Commit dcfcb9f

Browse files
author
IMS212
committed
1.2.7 changelog
1 parent 1d0995e commit dcfcb9f

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

docs/changelogs/1.2.7/full.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Iris 1.2.7 Changelog (full)
2+
3+
Iris 1.2.7 is now available for download for 1.16.5, 1.17.1, 1.18.2, and 1.19.2, improving performance and fixing minor bugs.
4+
5+
**This will be the last release for 1.17.1.**
6+
7+
This release was developed by coderbot and IMS.
8+
9+
## Performance
10+
11+
- Rewrote shadow frustum calculation to improve shadow performance, and allow skipping some checks on 1.17+. (IMS)
12+
13+
## Bug fixes and mod compatibility improvements
14+
15+
- Added custom lighting API (parzivail)
16+
- Pass through vertex alpha in AO separation (parzivail)
17+
- Switch to using renderTargets to avoid `centerDepthSmooth` breaking on reload (IMS)
18+
19+
### Iris exclusive features
20+
21+
- Added `currentPlayerHealth` (0-1) and `maxPlayerHealth` (default 20) uniforms (IMS)
22+
- Added `currentPlayerHunger` (0-1) and `maxPlayerHunger` (default 20) uniforms (IMS)
23+
- Added `currentPlayerAir` (0-1) and `maxPlayerAir` (default 300) uniforms (IMS)
24+
- Added `eyePosition` uniform (IMS)
25+
26+
## Translations
27+
28+
- [Updated Russian translation](https://github.com/IrisShaders/Iris/pull/1592) (Felix14-v2)
29+
- [Updated Mandarin Chinese translation](https://github.com/IrisShaders/Iris/pull/1581) (HJ-zhtw)
30+
- [Renamed Ukranian translation to function properly](https://github.com/IrisShaders/Iris/pull/1594) (Borusu1)

docs/changelogs/1.2.7/summary.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Iris 1.2.7 Changelog (trimmed)
2+
3+
Iris 1.2.7 is now available for download for 1.16.5, 1.17.1, 1.18.2, and 1.19.2, improving performance and fixing minor bugs.
4+
5+
**This will be the last release for 1.17.1.**
6+
7+
This release was developed by coderbot and IMS.
8+
9+
**⬇ Download the release here: https://irisshaders.net/download.html**
10+
11+
A more detailed changelog is available for those interested: <https://github.com/IrisShaders/Iris/blob/trunk/docs/changelogs/1.2.7/full.md>
12+

0 commit comments

Comments
 (0)