← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~verzegnassi-stefano/ubuntu-docviewer-app/reboot-bump-to-2.0 into lp:ubuntu-docviewer-app/reboot

 

Stefano Verzegnassi has proposed merging lp:~verzegnassi-stefano/ubuntu-docviewer-app/reboot-bump-to-2.0 into lp:ubuntu-docviewer-app/reboot with lp:~verzegnassi-stefano/ubuntu-docviewer-app/reboot-cmake-refactor as a prerequisite.

Commit message:
* Bump app version to 2.0
* Updated changelog

Requested reviews:
  Ubuntu Document Viewer Developers (ubuntu-docviewer-dev)

For more details, see:
https://code.launchpad.net/~verzegnassi-stefano/ubuntu-docviewer-app/reboot-bump-to-2.0/+merge/275997

* Bump app version to 2.0
* Updated changelog
-- 
Your team Ubuntu Document Viewer Developers is requested to review the proposed merge of lp:~verzegnassi-stefano/ubuntu-docviewer-app/reboot-bump-to-2.0 into lp:ubuntu-docviewer-app/reboot.
=== modified file 'click/manifest.json.in'
--- click/manifest.json.in	2015-02-13 15:30:01 +0000
+++ click/manifest.json.in	2015-10-28 14:10:57 +0000
@@ -13,7 +13,7 @@
             "urls": "@URLS_FILE@"
         }
     },
-    "version": "0.3.@BZR_REVNO@",
+    "version": "2.0.@BZR_REVNO@",
     "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@xxxxxxxxxxxxxxxxxxx>",
     "x-source": {
         "vcs-bzr": "@BZR_SOURCE@",

=== modified file 'debian/changelog'
--- debian/changelog	2015-06-24 20:50:40 +0000
+++ debian/changelog	2015-10-28 14:10:57 +0000
@@ -1,3 +1,44 @@
+ubuntu-docviewer-app (2.0.194) vivid; urgency=medium
+
+  [ Ubuntu Document Viewer Developers ]
+  * Support for LibreOffice documents
+
+  [ Roman Shchekin ]
+  * Performance improvements in LibreOffice viewer
+  * Multithreading support in LibreOffice viewer
+  * Get screen DPIs at runtime.
+  * Asynchronous LibreOffice viewer loading
+  * LibreOffice viewer render engine
+
+  [ Stefano Verzegnassi ]
+  * Don't import a second copy of a document using ContentHub (LP: #1432394)
+  * Use ContentHub QML APIs (LP: #1469422)
+  * Updated to Qt 5.4 and Ubuntu.Components 1.2 (LP: #1470897)
+  * Added share option (LP: #1494818)
+  * UI updates
+  * Removed GridView from documents page
+  * Refactored app initialization
+  * Refactored project folders
+  * Automatically fetch LibreOffice dependencies when building a .click package
+  * Updated app icons (LP: #1476659)
+  * Performance improvements in LibreOffice viewer
+  * Zoom implementation in LibreOffice viewer
+  * Support for LibreOffice Presentation documents
+
+ -- Stefano Verzegnassi <verzegnassi.stefano@xxxxxxxxx>  Wed, 28 Oct 2015 15:04:17 +0200
+
+ubuntu-docviewer-app (0.3.181) vivid; urgency=medium
+
+  [ Roman Shchekin ]
+  * Improved multithreading in the PDF viewer
+
+  [ Stefano Verzegnassi ]
+  * Don't show duplicated entries from VFAT file systems (LP: #1477713)
+  * Fixed bad strings in the translation template (LP: #1477502)
+  * Restored contextual actions in the documents page (LP: #1447995)
+
+ -- Stefano Verzegnassi <verzegnassi.stefano@xxxxxxxxx>  Sat, 01 Aug 2015 07:43:03 +0200
+
 ubuntu-docviewer-app (0.3.154) vivid; urgency=medium
 
   * Fix missing icon for desktop: #1468418  


Follow ups