Skip to content

Commit

Permalink
Changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Dec 10, 2016
1 parent bfd4408 commit 524b33a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Blink/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.109</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>46</string>
<string>53</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 2.109
- NEW Autorepeat for normal keys on external keyboard. Vim users rejoice!
- NEW Default User for connections based on device.
- NEW Comments for Public Keys.

- Security updates to libraries.

- Fixed critical bugs affecting ssh connections.

# Version 1.031
- NEW On-screen keyboard with more space for modifiers, FKeys and Cursor keys. Redesigned for more space on the modifiers, and with a central scrollable area that handles more keys. Activate the Alternate keys by taping on the Alt key. And now tap on a modifier to activate it as a normal button, or make a long press to chain different combinations.
- NEW Add your own Fonts & Themes! More info on (https://github.com/blinksh/fonts) and (https://github.com/blinksh/themes)
Expand Down
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +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 1.031
- NEW On-screen keyboard with more space for modifiers, FKeys and Cursor keys. Redesigned for more space on the modifiers, and with a central scrollable area that handles more keys. Activate the Alternate keys by taping on the Alt key. And now tap on a modifier to activate it as a normal button, or make a long press to chain different combinations.
- NEW Add your own Fonts & Themes! More info on (https://github.com/blinksh/fonts) and (https://github.com/blinksh/themes)
- NEW Multistep authentication. Servers with google authenticator or similar will now connect without problems :)
- NEW Fira Code font with ligatures included.

- Added -l parameter to ssh for Hosts.
- Improved message on how use hosts after adding them.
- Fixed on-screen arrows.
- Fixed F0 as F10 on external keyboard.
- Fixed keys selection problem on settings
- Fixed ssh-copy-id issue when accessing the host for the first time
# Version 2.109
- NEW Autorepeat for normal keys on external keyboard. Vim users rejoice!
- NEW Default User for connections based on device.
- NEW Comments for Public Keys.

- Security updates to libraries.

- Fixed critical bugs affecting ssh connections.

[View all changes](CHANGELOG.md)

Expand Down

0 comments on commit 524b33a

Please sign in to comment.