Skip to content

Commit

Permalink
Stop padding 0s
Browse files Browse the repository at this point in the history
  • Loading branch information
kirazy committed Jul 6, 2020
1 parent 9641ea2 commit 44b768d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
---------------------------------------------------------------------------------------------------
Version: 0.00.8
Version: 0.0.8
Date: 2020.07.06
Features:
- Added function "rescale_remnant"
---------------------------------------------------------------------------------------------------
Version: 0.00.7
Version: 0.0.7
Date: 2020.06.24
Changes:
- Reverted previous change in 0.00.6
- Reverted previous change in 0.0.6
- Sets icon_size and icon_mipmaps at every entry within an icons table when icons are assigned
---------------------------------------------------------------------------------------------------
Version: 0.00.6
Version: 0.0.6
Date: 2020.06.23
Changes:
- Unbrick mods that depend on icon field being present when icons was set by this mod
---------------------------------------------------------------------------------------------------
Version: 0.00.5
Version: 0.0.5
Date: 2020.06.22
Features:
- 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.00.4
Version: 0.0.4
Date: 2020.06.18
Features:
- Added functions "construct_technology_icon" and "assign_technology_icon"
Expand All @@ -33,20 +33,20 @@ Date: 2020.06.18
- 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.00.3
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
Changes:
- Added "homepage" property to info.json
---------------------------------------------------------------------------------------------------
Version: 0.00.2
Version: 0.0.2
Date: 2020.06.08
Changes:
- Renamed from "Core Library" to "Function Library"
- Added means to disable icon mask tinting in setup_masked_icon
---------------------------------------------------------------------------------------------------
Version: 0.00.1
Version: 0.0.1
Date: 2020.06.06
Features:
- Initial Beta Release

0 comments on commit 44b768d

Please sign in to comment.