Skip to content

Commit

Permalink
Prepare v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmims committed Apr 23, 2018
1 parent d44b2b0 commit ad6f5c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# PSConsoleTheme Changes

## Version 0.3.0

Features

* Added `ShowColors` parameter to `Get-ConsoleTheme` to display the current color palette.

Performance

* Lazy load themes to decrease module import time.

Bug Fixes

* Reset PSReadline tokens before loading a theme.
* Ensure PSReadline token backgrounds are set properly.
* Use Win32 API to accurately set the active console background and foreground.
* Improve error handling.

## Version 0.2.0

Features
Expand Down
2 changes: 1 addition & 1 deletion PSConsoleTheme/PSConsoleTheme.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\PSConsoleTheme.psm1'

# Version number of this module.
ModuleVersion = '0.2.0'
ModuleVersion = '0.3.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down

0 comments on commit ad6f5c5

Please sign in to comment.