Skip to content

Commit

Permalink
Version 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Jul 12, 2017
1 parent 9ce4c2e commit 97a7349
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 7.0
- Selection Granularity at the character level.
- Mapped Ctrl+/ to 0x1f (undo on Emacs).
- Set Autolock with a timer.
- Improved behavior of SmartKeys when in SplitView.
- Remember KB language selection between sessions.

- Fixed issue with terminal resizing not resetting after rotation or SplitView
- Fixed issue with iOS11 beta 3 breaking due to WKWebView changing on non-main thread.

PLEASE NOTE: If using iOS11, disable smart punctuation to have quotes and dashes behave as the terminal expects. This will be fixed once iOS11 goes gold.

# Version 5.028.1
- Fixed Cmd+v shortcut
- HostKey fingerprint as base64 encoding
Expand Down
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,17 @@ Our UI is very straightforward and optimizes the experience on touch devices for
- Ctrl and Alt modifiers at the SmartKeys bar allow for continuous presses, like in a real keyboard.

# Changelog
# Version 3.021.2
- iCloud Hosts sync. Synchronize hosts between devices. If a Host already has been synced, it provides conflict resolution. No critical data like passwords is saved.
- Auto Lock. If enabled, when you lock/unlock your device, Blink will also be locked. Passcode and TouchID will be required to unlock the app.
- Added ARMv7 support. Support for 32 bit devices like iPad 2, 3, iPhone 5, etc... We will publish depending on how well it performs!
- Added IPv6 support for hosts.
- Share Public Encryption Keys. You can now share the public key from the Keys section to other apps, like Mail.

- Updated Fira Code font to v1.204.
- Improved error checking on Themes and Font uploads. Auto correct if the GH URL is not a raw one.

- Fixed bug with password not getting saved on host creation
- Fixed crash when hitting arrows with landscape keyboard on Plus devices.
- Rolled back LC_CTYPE enforcement on server.
# Version 7.0
- Selection Granularity at the character level.
- Mapped Ctrl+/ to 0x1f (undo on Emacs).
- Set Autolock with a timer.
- Improved behavior of SmartKeys when in SplitView.
- Remember KB language selection between sessions.

- Fixed issue with terminal resizing not resetting after rotation or SplitView
- Fixed issue with iOS11 beta 3 breaking due to WKWebView changing on non-main thread.

PLEASE NOTE: If using iOS11, disable smart punctuation to have quotes and dashes behave as the terminal expects. This will be fixed once iOS11 goes gold.

[View all changes](CHANGELOG.md)

Expand Down

0 comments on commit 97a7349

Please sign in to comment.