100 lines
No EOL
3.5 KiB
Text
100 lines
No EOL
3.5 KiB
Text
---------------------------------------------------------------------------------------------------
|
|
Version: 1.4.0
|
|
Date: 10.01.2026
|
|
Changes:
|
|
- Add Entity.setFilename
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 1.3.0
|
|
Date: 24.12.2025
|
|
Changes:
|
|
- :apply() returns self
|
|
- Add Recipe:addIndicatorIcon()
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 1.2.0
|
|
Date: 14.12.2025
|
|
Changes:
|
|
- Add class Entity
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 1.1.0
|
|
Date: 12.12.2025
|
|
Changes:
|
|
- Add Item:defaultImportLocation
|
|
- Add Recipe:addCategory
|
|
Bug Fixes:
|
|
- Settings.force also sets default_value
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 1.0.0
|
|
Date: 23.11.2025
|
|
Changes:
|
|
- Add table.filterKey
|
|
- Add class Settings
|
|
- Add Recipe:removeResult
|
|
- Add Recipe:addResult
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.14
|
|
Date: 10.06.2025
|
|
Changes:
|
|
- Add :merge
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.13
|
|
Date: 23.05.2025
|
|
Changes:
|
|
- Add Item class
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.12
|
|
Date: 06.04.2025
|
|
Changes:
|
|
- Add table.count
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.11
|
|
Date: 28.03.2025
|
|
Changes:
|
|
- Add Technology:setIngredients
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.10
|
|
Date: 16.03.2025
|
|
Changes:
|
|
- Recipe: addIngredient amount defaults to 1
|
|
- Functions are chainable
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.9
|
|
Date: 28.02.2025
|
|
Bug Fixes:
|
|
- Rename `table.concat` to `table.concatTables` to resolve conflict
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.8
|
|
Date: 28.02.2025
|
|
Changes:
|
|
- Add table.trim
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.7
|
|
Date: 26.02.2025
|
|
Changes:
|
|
- Add table.concat
|
|
Bug Fixes:
|
|
- Bugfix in Recipe
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.6
|
|
Date: 15.02.2025
|
|
Bug Fixes:
|
|
- Bugfix in table.removeValue
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.5
|
|
Date: 15.02.2025
|
|
Changes:
|
|
- Add Recipe class
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.4
|
|
Date: 13.02.2025
|
|
Changes:
|
|
- Add Technology:addEffect
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.3
|
|
Date: 02.02.2025
|
|
Changes:
|
|
- Prevent duplicate entries when adding a recipe to a technology
|
|
---------------------------------------------------------------------------------------------------
|
|
Version: 0.0.2
|
|
Date: 07.01.2025
|
|
Changes:
|
|
- Add Technology class |