Update changelog to reflect changes made today

This commit is contained in:
Raoul
2016-03-29 02:51:21 +02:00
parent b63758ad78
commit c74e4dc628

View File

@@ -3,12 +3,14 @@
### 0.5 ### 0.5
**Bugfixes** **Bugfixes**
- Fixed clicking sound in Grid - Fixed clicking sound in Grid
- Fixed NPE in Grid while sorting - Fixed a bunch of crashes
- Fixed exporter not exporting is some cases - Fixed exporter not exporting is some cases
- Fixed importer not importing in some cases - Fixed importer not importing in some cases
- Fixed controller drawing RF every 20 ticks instead of every tick - Fixed controller drawing RF every 20 ticks instead of every tick
- Fixed not being able to shift click from Crafting Grid crafting slots - Fixed not being able to shift click from Crafting Grid crafting slots
- Fixed crash with interfaces - Fixed new items inserted after crafting in Grid being laggy
- Fixed flickering of items in Grid
- Fixed getting a stack of unstackable stuff from Grid
- Check if the Constructor can actually place said block in the world - Check if the Constructor can actually place said block in the world
**Features** **Features**
@@ -25,7 +27,7 @@
- Deep Storage Unit integration (with this several barrel mods are now supported too!) - Deep Storage Unit integration (with this several barrel mods are now supported too!)
- Machines don't need to be connected with cables anymore, they can be next to each other too - Machines don't need to be connected with cables anymore, they can be next to each other too
- Made the amount text in the Grid for items smaller - Made the amount text in the Grid for items smaller
- Nice formatting for items >= 1K - Nice formatting for items >= 1K (pressing shift while hovering over an item will still display the real item count)
- When placing Importer, Exporter or External Storage with SHIFT, it will have the opposite direction. This is for easy placement behind other blocks (furnaces for example) - When placing Importer, Exporter or External Storage with SHIFT, it will have the opposite direction. This is for easy placement behind other blocks (furnaces for example)
### 0.4.1 ### 0.4.1
@@ -45,4 +47,4 @@
- Interfaces - Interfaces
### 0.3 ### 0.3
- Initial release - Initial release