blob: a0a9d6e6dd0779b2a27ad6a2dbb5d3951d11cdd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
View full changelog [here](https://github.com/shedaniel/RoughlyEnoughItems/blob/1.14/CHANGELOG.md).
## v2.7.3.87
- Fixed: Credits button not working
- Fixed: Keybinds (e.g. O, R, U) working even creative search field is focused
## v2.7.3.86
- Fixed [#56](https://github.com/shedaniel/RoughlyEnoughItems/issues/56): Even tho I don't know how I fixed it
- Added: Credits button in Config Screen
- Fixed: Odd pixel with the recipe screen
- Fixed: Pressing R not working on the side panel while viewing recipes
- Modified: Right-clicking the search field now focus it
- Fixed: Craftable Only button having a weird tint when something else is focused
- Added: Recipes now sort base on their identifiers
## v2.7.2.85
- Bundled with updated APIs for 1.14-pre1
- New DisplayHelper for better bounds calculation
## v2.7.1.84
- Bundled with updated APIs. Fixed crash.
## v2.7.0.83
- Updated to Fabric Loader 0.4.0
- Now bundled with Fabric API, Cloth Events API, Cloth Config API
## v2.6.2.81
- Fix [#53](https://github.com/shedaniel/RoughlyEnoughItems/issues/53): Crash on keyPressed
## v2.6.2.80
- Updated to 19w14b
## v2.6.1.79
- 75% less mixins
- Updated to 19w14a
## v2.6.0.78
- Added config to force enable april fools
- Fix crash related to `getTotalPage()`
- Fix depth on overlay
- Less mixins
## v2.6.0.77
- fish (April Fools [Download](https://minecraft.curseforge.com/projects/roughly-enough-items/files/2693786))
## v2.6.0.76
- New DisplayVisibilityHandler
- Fixed [#49](https://github.com/shedaniel/RoughlyEnoughItems/issues/49): REI Overlay added twice
## v2.5.1.75
- Using Cloth events instead of overwriting methods \o/ (Please update [Cloth](https://minecraft.curseforge.com/projects/cloth))
## v2.5.1.74
- Updated to 19w13a
## v2.5.0.73
- Made REI crash better (lmao wut)
## v2.5.0.72
- Updated to 19w12b
## v2.5.0.71
- Removed mouseScrolled Override in mixins
- Added spectator mode in gamemode switcher
- Gamemodes & Weather are now translatable: [#47](https://github.com/shedaniel/RoughlyEnoughItems/issues/47)
- Fixed Search Field
- Fixed Button Focus
- Added Button Tooltips
- Removed credits button (it will be back)
- Removed disabling credits option
- Update to 19w12a
- New config screen from [Cloth](https://minecraft.curseforge.com/projects/cloth)
## v2.4.2.68
- Fixed [Cloth](https://minecraft.curseforge.com/projects/cloth) missing message
## v2.4.2.67
- Fixed pages being weird
- Added Portuguese
## v2.4.2.66
- Removed Mod Menu hooks, will hook into Mod Menu itself in the future
- Improved gui widgets
## v2.4.1.65
- [Cloth](https://minecraft.curseforge.com/projects/cloth) is now required for REI to run
- Update to 19w11a
## v2.4.0.63
- First implementation of [Cloth](https://minecraft.curseforge.com/projects/cloth), [Cloth](https://minecraft.curseforge.com/projects/cloth) is still not required for REI to boot but it will be a must have dependency when 19w11a comes.
- Used [Cloth](https://minecraft.curseforge.com/projects/cloth) for hooking up [Mod Menu](https://minecraft.curseforge.com/projects/modmenu/) config. Example: [https://streamable.com/ivbsj](https://streamable.com/ivbsj)
- Changed config `true / false` to `Yes / No`
## v2.4.0.61
- Config with comments
- Fix creative inventory even more
- No longer uses Fabric internals
- Config to disable Recipe Book
- Fixes [Issue #27: Second page react as first page recipes](https://github.com/shedaniel/RoughlyEnoughItems/issues/27)
## v2.3.2.56
- Removed Plugin Update Checker
|