changeset 160:4bccac50fd0b

update version number and documentation
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 Jun 2014 08:08:52 -0700
parents 13ca2a7a63f3
children 490bae26d3a2
files AndroidManifest.xml xml/510connectbot.in
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/AndroidManifest.xml	Tue Jun 24 07:04:12 2014 -0700
+++ b/AndroidManifest.xml	Tue Jun 24 08:08:52 2014 -0700
@@ -17,7 +17,7 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 	package="com.five_ten_sg.connectbot"
-	android:versionName="1.8.0-1"
+	android:versionName="1.8.1-1"
 	android:versionCode="1"
 	android:installLocation="auto">
 
--- a/xml/510connectbot.in	Tue Jun 24 07:04:12 2014 -0700
+++ b/xml/510connectbot.in	Tue Jun 24 08:08:52 2014 -0700
@@ -177,7 +177,12 @@
                 DEPRESS = 8 (Monitor -> TE). The argument is a single uint16
                 value containing the vk_key value. This command causes the emulator
                 to simulate a keypress for that key. The codes are defined
-                <ulink url="http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731%28v=vs.85%29.aspx">here</ulink>.
+                <ulink url="http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731">here</ulink>.
+            </para>
+
+            <para>
+                SHOWURL = 9 (Monitor -> TE). The single argument is a sequence
+                of uint16 character codes forming a URL to be displayed.
             </para>
         </refsect1>