diff options
author | Rael <rael.gc@gmail.com> | 2015-09-25 08:15:17 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-09-25 08:15:17 -0300 |
commit | ee56f02e21f5ab50fa9d6c0ce21aa741d9b31a4a (patch) | |
tree | b1cfcd3340ffa7a6e31e0cf7455cdfedb120d804 | |
parent | 196cb44d2c66c373838c082525af254baafefc01 (diff) | |
download | scudcloud-ee56f02e21f5ab50fa9d6c0ce21aa741d9b31a4a.zip scudcloud-ee56f02e21f5ab50fa9d6c0ce21aa741d9b31a4a.tar.gz scudcloud-ee56f02e21f5ab50fa9d6c0ce21aa741d9b31a4a.tar.bz2 |
New package release
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | scudcloud-1.0/debian/changelog | 7 | ||||
-rwxr-xr-x | scudcloud-1.0/scudcloud | 2 |
3 files changed, 11 insertions, 4 deletions
@@ -76,9 +76,9 @@ First, you'll need to install at least packages for `python3`, `python-qt4` (`qt Then run the below script: it'll download the code and install it: ```bash -wget https://github.com/raelgc/scudcloud/archive/v1.0.69.tar.gz -tar -xvf v1.0.69.tar.gz -cd scudcloud-1.0.69 +wget https://github.com/raelgc/scudcloud/archive/v1.0.70.tar.gz +tar -xvf v1.0.70.tar.gz +cd scudcloud-1.0.70 SOURCE="scudcloud-1.0" INSTALL="/opt/scudcloud" sudo mkdir -p $INSTALL/lib diff --git a/scudcloud-1.0/debian/changelog b/scudcloud-1.0/debian/changelog index 3fa6298..92987dd 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,10 @@ +scudcloud (1.0-70) trusty; urgency=medium + + * Adding a timer to check server side reloads + * Allow the menubar to be hidden in non Unity environments (#233) + + -- Rael Gugelmin Cunha <rael.gc@gmail.com> Fri, 25 Sep 2015 08:12:40 -0300 + scudcloud (1.0-69) trusty; urgency=medium * Fixing crash when python3-hunspell is not present (#237) diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index 919467c..b663203 100755 --- a/scudcloud-1.0/scudcloud +++ b/scudcloud-1.0/scudcloud @@ -14,7 +14,7 @@ from qsingleapplication import QSingleApplication # The ScudCloud QMainWindow win = None -VERSION = '1.0.69' +VERSION = '1.0.70' def main(): global win; |