Skip to content

Commit

Permalink
Version 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Nov 10, 2017
1 parent ea2997e commit 05af591
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
10 changes: 5 additions & 5 deletions Blink/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSUserActivityTypes</key>
<array>
<string>com.blink.cmdline</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand All @@ -21,13 +17,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>8.026</string>
<string>9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSUserActivityTypes</key>
<array>
<string>com.blink.cmdline</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Version 9.0
- Index and run commands from Spotlight
- Tune Selection

- Updated Layout guides for terminal. Better behaviour on iOS11 and iPhone X
- Shortcuts working again.
- Send INTerrupt instead of TERMinate to Mosh.
- Ignore commands when app doesn't have focus. Should fix empty tabs and improve stability.

# Version 8.026
- Fixed keyboard settings bug and alignment of controls

# Version 8.0
- Avoid kbd to collapse while performing a selection.
- Disable Smart Anything within iOS 11
Expand Down
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,14 @@ 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 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 9.0
- Index and run commands from Spotlight
- Tune Selection

- Updated Layout guides for terminal. Better behaviour on iOS11 and iPhone X
- Shortcuts working again.
- Send INTerrupt instead of TERMinate to Mosh.
- Ignore commands when app doesn't have focus. Should fix empty tabs and improve stability.

[View all changes](CHANGELOG.md)

Expand Down

0 comments on commit 05af591

Please sign in to comment.