diff --git a/README.md b/README.md index 16e15ff..990a361 100644 --- a/README.md +++ b/README.md @@ -79,14 +79,15 @@ Available commands: insert-note-template name path Inserts a new note template from the specified file, with the specified name get-configuration path Saves the system configuration to a local file at set-configuration path Send the system configuration from a local file at - root [-dryrun] Roots the device, builds the pkg inline from the repo files (no surprise) - diag fetch remote-path local-path Downloads a files from the diagnostic mode, after root. See doc/diagnosis_mod_map.md + root [-dryrun] BETA - Roots the device + diag fetch remote-path local-path BETA - Downloads a files from the diagnostic mode, after root. See doc/diagnosis_mod_map.md diag exit Exits the diagnostic mode (triggers a reboot) unpack pkg target-directory Unpacks an update pkg file into a data and animation archives adb list-extensions Lists all extensions installed on the Digital Paper adb fetch-extension name local-path Retrieve extension descriptors as return by dpt adb list-extensions adb setup-extension name component action icon-path Setup an extension (apk intent launcher) for the official app launcher. adb remove-extension name Removes a user-space extension, do not use to delete offical apps. + adb install-apk local-path Installs an APK and enables it in the launcher help Prints this message ``` diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 1463eeb..dd37f1b 100755 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: dpt -Version: 1.2.0 +Version: 1.3.0 Section: utils Priority: optional Architecture: amd64 diff --git a/debian/VERSION b/debian/VERSION index 26aaba0..f0bb29e 100644 --- a/debian/VERSION +++ b/debian/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/debian/changelog b/debian/changelog index bcb51f2..10b0286 100644 --- a/debian/changelog +++ b/debian/changelog @@ -152,7 +152,7 @@ dpt (1.1.0) stable; urgency=medium * Version bumper 1.1.0 * Version bumper 1.1.0 - -- pierre Thu, 07 May 2020 00:49:24 +0800 + -- pierre Thu, 07 May 2020 01:08:43 +0800 dpt (1.0.0) stable; urgency=medium diff --git a/pom.xml b/pom.xml index ebd3e47..89ff250 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.sony DigitalPaperApp - 1.2.0 + 1.3.0 jar DigitalPaperApp