diff --git a/Blink/Info.plist b/Blink/Info.plist index 2b9046405..667ca9e88 100644 --- a/Blink/Info.plist +++ b/Blink/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 9.224 + 9.307 CFBundleSignature ???? CFBundleVersion - 1 + 4 LSRequiresIPhoneOS NSAppleMusicUsageDescription diff --git a/CHANGELOG.md b/CHANGELOG.md index b2941cea8..34134a34a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,23 @@ # Version 10.0 - Secured Mosh Persistent Connections and Restore. + - Image rendering! - URL Links detection! - Autocomplete for commands and hosts! - - Two fingers closes on-screen keyboard. - - Two fingers up now closes terminals. + - Two fingers swipe up shows a new "control command" section. + - Support for Remote Copy under SSH. + - iPhone users, two fingers closes on-screen keyboard. + - More and better emojis support. - New WWDC16 theme. - Added Light/Dark keyboard setting. + - Support for installed fonts, so no more CSS is required. + - Control selections with keyboard! Read help for more information. + - Copy - Paste now works in unfocused mode too. + - Paste Selection. - Faster Terminal rendering thanks to better writing flows. - Updated HTerm! - Updated Mosh to 1.3! + - Updated MBProgressHUD to fix race conditions. - Fixed stuck Cmd key (deal with iOS issues). - Fixed swipe ups triggering SmartKeys. @@ -19,6 +27,7 @@ - Improved focus when switching between apps. - Improved and smoother animations. - Improved accessoryView handling if other screen is active. + - Improved all gestures internally. - Fixed tab caching after closed. - Fixed issues with irregular character widths misaligning columns. - Fixed vertical rendering of fonts in some specific scenarios.