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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [Unreleased]
9
+
10
+
### Added
11
+
-[#755] Added disabled peripherals, a better way to check if a peripheral is disabled in the config. See [docs](https://docs.advanced-peripherals.de/latest/guides/disabled_peripherals)
12
+
13
+
### Fixed
14
+
-[#784] Fixed that the energy detector transfer rate limit is not enforced
15
+
-[#772] Fixed that the inventory manager does not save it's content
Copy file name to clipboardExpand all lines: src/main/java/de/srendi/advancedperipherals/common/addons/computercraft/peripheral/plugins/AutomataBlockHandPlugin.java
Copy file name to clipboardExpand all lines: src/main/java/de/srendi/advancedperipherals/common/addons/computercraft/peripheral/plugins/AutomataEntityHandPlugin.java
Copy file name to clipboardExpand all lines: src/main/java/de/srendi/advancedperipherals/common/addons/computercraft/peripheral/plugins/AutomataEntityTransferPlugin.java
Copy file name to clipboardExpand all lines: src/main/java/de/srendi/advancedperipherals/common/addons/computercraft/peripheral/plugins/AutomataLookPlugin.java
0 commit comments