Skip to content

Commit

Permalink
Prepare for release of v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kirazy committed Aug 7, 2020
1 parent 044a287 commit 619970d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
---------------------------------------------------------------------------------------------------
Version: 0.0.14
Date: 2020.08.XX
Date: 2020.08.07
Features:
- Added function "assign_deferred_icons"
- Added functions `assign_deferred_icons`, `rescale_minimachine`
Changes:
- Moved relevant visual assets and code for oil refineries into this mod
- Revised icon assignment to optionally define "pictures"
- Increased scope of "create_icons_from_list" to handle all item/technology icon setups
- Moved sprites, icons and code for oil refineries into this mod
- Revised icon assignment to optionally define `pictures`
- Increased scope of `create_icons_from_list` to handle all item/technology icon setups
---------------------------------------------------------------------------------------------------
Version: 0.0.13
Date: 2020.08.03
Changes:
- Modified function "create_icons_from_list" to support inputs-defined icon deferral
- Modified function `create_icons_from_list` to support inputs-defined icon deferral
---------------------------------------------------------------------------------------------------
Version: 0.0.12
Date: 2020.08.03
Features:
- Added function "clear_icon_specification"
- Added function "create_icons_from_list"
- Added function `clear_icon_specification`
- Added function `create_icons_from_list`
Changes:
- Modifed function "store_icon" to handle data-updates as well
- Modifed function `store_icon` to handle data-updates as well
---------------------------------------------------------------------------------------------------
Version: 0.0.11
Date: 2020.07.15
Expand All @@ -28,13 +28,13 @@ Date: 2020.07.15
- Revised how equipment icon backgrounds are handled
- Added support for a 6th tier, currently disabled
- Enhanced mod setting names and descriptions with rich text; tier labels are now displayed next to their respective option
- Renamed "ingredients"-based tier mapping to "progression"-based tier mapping, and improved the clarity of the setting description
- Renamed `ingredients`-based tier mapping to `progression`-based tier mapping, and improved the clarity of the setting description
- Removed files and code relating to target drone utility
---------------------------------------------------------------------------------------------------
Version: 0.0.10
Date: 2020.07.13
Features:
- Added customized version of "make_4way_animation_from_spritesheet"
- Added customized version of `make_4way_animation_from_spritesheet`
---------------------------------------------------------------------------------------------------
Version: 0.0.9
Date: 2020.07.11
Expand All @@ -46,7 +46,7 @@ Date: 2020.07.11
Version: 0.0.8
Date: 2020.07.06
Features:
- Added function "rescale_remnant"
- Added function `rescale_remnant`
---------------------------------------------------------------------------------------------------
Version: 0.0.7
Date: 2020.06.24
Expand All @@ -62,32 +62,32 @@ Date: 2020.06.23
Version: 0.0.5
Date: 2020.06.22
Features:
- Added function "startup_setting" to handle validation of startup settings
- Added function `startup_setting` to handle validation of startup settings
Changes:
- Moved icon assignments to occur immediately, with method to re-apply if necessary
---------------------------------------------------------------------------------------------------
Version: 0.0.4
Date: 2020.06.18
Features:
- Added functions "construct_technology_icon" and "assign_technology_icon"
- Added functions `construct_technology_icon` and `assign_technology_icon`
Changes:
- Set minimum version for Base to 0.18.32
- Consolidated "setup_masked_icon", "setup_flat_icon", "setup_standard_icon" into "construct_icon"
- Added support for "inputs.icon_background" in "construct_icon"
- Added support for "item-with-entity-data" to "assign_icons"
- Added "storage" parameter to function "store_icons" to allow for more control over where icons are stored
- Consolidated `setup_masked_icon`, `setup_flat_icon`, `setup_standard_icon` into `construct_icon`
- Added support for `inputs.icon_background` in `construct_icon`
- Added support for `item-with-entity-data` to `assign_icons`
- Added `storage` parameter to function `store_icons` to allow for more control over where icons are stored
---------------------------------------------------------------------------------------------------
Version: 0.0.3
Date: 2020.06.11
Features:
- Added function "store_icons" to collate icon setup parameters for later assignment in data-final-fixes by originating mod
- Added function `store_icons` to collate icon setup parameters for later assignment in data-final-fixes by originating mod
Changes:
- Added "homepage" property to info.json
- Added `homepage` property to info.json
---------------------------------------------------------------------------------------------------
Version: 0.0.2
Date: 2020.06.08
Changes:
- Renamed from "Function Library" to "Function Library"
- Renamed from `Function Library` to `Function Library`
- Added means to disable icon mask tinting in setup_masked_icon
---------------------------------------------------------------------------------------------------
Version: 0.0.1
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://forums.factorio.com/viewtopic.php?f=51&t=85707",
"dependencies":
[
"base >= 0.18.36",
"base >= 0.18.44",
"(?) vanilla-loaders-hd",
"(?) ShinyBobGFX",
"(?) ShinyAngelGFX"
Expand Down

0 comments on commit 619970d

Please sign in to comment.