Skip to content

Commit 22a594d

Browse files
authored
Updated Changelog and version bump to 1.10.8 (#1349)
1 parent b2aba6e commit 22a594d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
### 1.10.8
4+
* Added Sifter to Smart Item FIlter options (#1345) - LAGIdiot
5+
* Fixed shouldCheckWeakPower not working correctly because of Vanilla MC bug (#1331) - solidDoWant
6+
* Fixed wrong localization key for empty hand (#1327) - Pierre Zhang
7+
* Fixed wrong translation of Rubber nuget in ZH (#1327) - Pierre Zhang
8+
* Fixed Multiblocks voiding partial recipe outputs when output bus is mostly full (#1337) - ALongStringOfNumbers
9+
310
### 1.10.7 (Hotfix)
411
* Fixed Brewery and Forming Press recipe finder not working properly - LAGIdiot
512
* Fixed Fluid Canner and Electric Furnace recipe finder not working properly (#1326) - ALongStringOfNumbers

src/main/java/gregtech/GregTechVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public final class GregTechVersion {
66
//This number is incremented every major feature update
77
public static final int MINOR = 10;
88
//This number is incremented every time the feature is added, or bug is fixed. resets every major version change
9-
public static final int REVISION = 7;
9+
public static final int REVISION = 8;
1010
//This number is incremented every build, and never reset. Should always be 0 in the repo code.
1111
public static final int BUILD = 0;
1212

0 commit comments

Comments
 (0)