Skip to content

Commit

Permalink
Merge pull request #1205 from subutai-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
crioto authored Jun 21, 2018
2 parents 0d979b2 + 624b8c8 commit fb717b4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [7.1.1] 21/12/2018
# IMPROVEMENTS:
* Reworked login page
* Reworked P2P control button, now it's an action menu
* Updated packages of Vagrant and Virtualbox
* About menu shows component's versions# BUG FIXES:
* Implemented eye button for password input
* Improved UI/UX of "Notification history" dialog
* Open tray menu with left click on KDE Desktops
# BUG FIXES:
* Fixed bug with multiples user authorization for p2p daemon commands
* Fixed bug on Windows, when after CC update, users had two tray icons
# FEATURES:
* Update PeerOS management from CC
* Implemented CLI commands, type `SubutaiControlCenter --help` to learn about them

## [7.1.0] 6/12/2018
# IMPROVEMENTS:
* Use name validators for the peer registration
Expand Down
2 changes: 1 addition & 1 deletion hub/src/SystemCallWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ system_call_wrapper_error_t run_sshkey_in_terminal_internal<Os2Type<OS_WIN> >(co
.arg(port);

if (!key.isEmpty()) {
str_command += QString(" -i '%1' ").arg(key);
str_command += QString(" -i \"%1\" ").arg(key);
}


Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0
7.1.1

0 comments on commit fb717b4

Please sign in to comment.