Skip to content

Commit be5fe28

Browse files
committed
1.19.2-0.7.32r
1 parent 870739a commit be5fe28

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [1.19.2-0.7.32r] - 2023-11-12
10+
11+
### Fixed
12+
- [#530] Fixed stray pixel in inventory_manager_gui.png
13+
- Fixed Memory Card tooltip color
14+
- [#524] Fixed not working brackets color change of the Chat Box - Thanks to @zyxkad!
15+
- [#522] Fixed that the index of the argument `range` for the functions `sendMessageToPlayer` and `sendFormattedMessageToPlayer` in the Chat Box is incorrect - Thanks to @zyxkad!
16+
17+
### Added
18+
- [#519] Added Applied Mekanistics support to the ME Bridge - Thanks to @starcatmeow!
19+
20+
### Changed
21+
- [#474] Changed the inventory manager. Merged the NBT and normal variants of the removeItem and addItem functions to one. See documentation for more info
22+
- [#441] Let the ME bridges `isConnected` function only return true when the ME bridge is actually connected to an active ME system
23+
924
## [1.19.2-0.7.31r] - 2023-10-07
1025

1126
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mod_id=advancedperipherals
77
minecraft_version=1.19.2
88
forge_version=43.2.21
99
loader_version=43
10-
mod_version=0.7.31r
10+
mod_version=0.7.32r
1111
release_type=release
1212
mappings_channel=parchment
1313
mappings_version=2022.09.18-1.19.2

0 commit comments

Comments
 (0)