aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-09-25 08:15:17 -0300
committerRael <rael.gc@gmail.com>2015-09-25 08:15:17 -0300
commitee56f02e21f5ab50fa9d6c0ce21aa741d9b31a4a (patch)
treeb1cfcd3340ffa7a6e31e0cf7455cdfedb120d804
parent196cb44d2c66c373838c082525af254baafefc01 (diff)
downloadscudcloud-ee56f02e21f5ab50fa9d6c0ce21aa741d9b31a4a.zip
scudcloud-ee56f02e21f5ab50fa9d6c0ce21aa741d9b31a4a.tar.gz
scudcloud-ee56f02e21f5ab50fa9d6c0ce21aa741d9b31a4a.tar.bz2
New package release
-rw-r--r--README.md6
-rw-r--r--scudcloud-1.0/debian/changelog7
-rwxr-xr-xscudcloud-1.0/scudcloud2
3 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index 19dcc79..ed26133 100644
--- a/README.md
+++ b/README.md
@@ -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;