Skip to content

Commit

Permalink
Fixed serialization of sanitized environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmecham committed Feb 17, 2018
1 parent 9ed2a45 commit 5c3f2db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.3

* Fixed serialization of sanitized environment variables.

## 0.5.2

* Fixed serialization of shell arguments.
Expand Down
2 changes: 1 addition & 1 deletion lib/terminal-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default class TerminalSession {
return {
deserializer: 'TerminalSession',
config: {
sanitizeEnvironment: this.sanitizeEnvironment,
sanitizeEnvironment: this.sanitizedEnvironmentKeys,
shellArgs: this.shellArguments,
shellPath: this.shellPath
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terminal-tab",
"main": "./lib/main",
"version": "0.5.2",
"version": "0.5.3",
"description": "A simple terminal for panes and docks.",
"author": {
"name": "Justin Mecham",
Expand Down

0 comments on commit 5c3f2db

Please sign in to comment.