Releases: KubaP/Factorio-Profiles
Releases · KubaP/Factorio-Profiles
FactorioProfiles v0.1.1
0.1.1 (2021-09-15)
Added
Sync-FactorioProfilescmdlet for syncing profiles if they are sharing blueprint data. For more information see the help page and the issue below.- Explanation of the blueprint sharing issue in the
about_FactorioProfileshelp page. - Store the currently active profile, and display this information in the
Get-FactorioProfileSettingscmdlet. - A
-GlobalProfileswitch to theOpen-FactorioProfileFoldercmdlet to open the "global" profile which contains the shared content.
Changed
- Database version bump to
0.1.1to hold the new data, and data migration logic from0.1.0.
Fixed
- Blueprint data not being correctly shared between profiles and the "global" profile. However, due to the limitations of factorio's behaviour, this has introduced the necessity for a new cmdlet,
Sync-FactorioProfiles. For more information about this, see the help page. - The
-Nameparameter for theSwitch-FactorioProfilecmdlet not being mandatory.
FactorioProfiles v0.1.0
Changelog
0.1.0 (2021-08-29)
Added
New-FactorioProfilecmdlet for creating a new profile folder.Get-FactorioProfilecmdlet for retrieving the details of an existing profile.Set-FactorioProfileOptioncmdlet for setting an option for an existing profile, or setting a global module-wide option.Remove-FactorioProfilecmdlet for deleting an existing profile.Switch-FactorioProfileOptioncmdlet for making a certain profile be the active one.Open-FactorioProfileFoldercmdlet for openingexplorer.exeat the location of a profile folder. This is useful if you want to manually edit/modify the files.Get-FactorioProfileSettingscmdlet for retrieving the global settings for this module.- The
[Profile]object for grouping relevant information, with appropriate public getters/setters. - Formatting styles for the
[Profile]object, supporting all 4 formatting views. - Tab completion of profile names in the relevant cmdlets.
- Main
about_FactorioProfileshelp page, with an overview of the module, how to use it, and any important notes.