Skip to content

Commit

Permalink
!deploy v0.6.3 to resolve #37
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Jun 27, 2020
1 parent f4bbca8 commit 1814a27
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# PSProfile - ChangeLog

* [PSProfile - ChangeLog](#psprofile---changelog)
* [0.6.3 - 2020-06-27](#063---2020-06-27)
* [0.6.2 - 2020-05-14](#062---2020-05-14)
* [0.6.1 - 2019-11-04](#061---2019-11-04)
* [0.6.0 - 2019-11-02](#060---2019-11-02)
Expand All @@ -22,6 +23,12 @@

***

## 0.6.3 - 2020-06-27

* [Issue #37](https://github.com/SCRT-HQ/PSProfile/issues/37)
* Fixed: Machine-specific environment variables set by PSProfile are now set after profile load to prevent issues when syncing configurations across machines.
* Added: `$PSProfile.ConfigurationPaths` and the surrounding functions to support management of this new property: `Add-PSProfileConfigurationPath`, `Get-PSProfileConfigurationPath`, `Remove-PSProfileConfigurationPath`.

## 0.6.2 - 2020-05-14

* Miscellaneous
Expand Down
11 changes: 11 additions & 0 deletions PSProfile/en-US/about_PSProfile_Configuration.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@ LONG DESCRIPTION
object directly for convenience.

COMMANDS
* `Add-PSProfileConfigurationPath`
Adds an external Configuration Path to `$PSProfile.ConfigurationPaths`.
Configurations added here will be layered on top of the machine-specific
config during module import.

* `Export-PSProfileConfiguration`
Exports the PSProfile configuration to the desired path for portability.

*Any secrets stored in the `$PSProfile.Vault` will be exported, but
will be unable to be decrypted on another machine or by another user on
the same machine due to encryption via Data Protection API.*

* `Get-PSProfileConfigurationPath`
Gets a specified path or list of paths from `$PSProfile.ConfigurationPaths`.

* `Import-PSProfile`
Invokes `$PSProfile.Load()` to run through the actions typically performed
during the initial import of PSProfile. Useful when adding new items to
Expand All @@ -26,6 +34,9 @@ COMMANDS
Used when importing a non-standard configuration from a specific path,
e.g. one you have migrated from another machine.

* `Remove-PSProfileConfigurationPath`
Removes a configuration path from `$PSProfile.ConfigurationPaths`.

* `Save-PSProfile`
Invokes `$PSProfile.Save()` to save your current PSProfile object back
to the Configuration file.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PSProfile is a cross-platform PowerShell module built for profile customization.
<div align="center">
<!-- Azure Pipelines -->
<a href="https://dev.azure.com/scrthq/SCRT%20HQ/_build/latest?definitionId=8">
<img src="https://dev.azure.com/scrthq/SCRT%20HQ/_apis/build/status/scrthq.PSProfile"
<img src="https://dev.azure.com/scrthq/SCRT%20HQ/_apis/build/status/scrthq.PSProfile?branchName=main"
alt="Azure Pipelines" title="Azure Pipelines" />
</a>&nbsp;&nbsp;&nbsp;&nbsp;
<!-- Discord -->
Expand Down

0 comments on commit 1814a27

Please sign in to comment.