aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRael <rael.gc@gmail.com>2015-10-17 07:45:18 -0300
committerRael <rael.gc@gmail.com>2015-10-17 07:45:18 -0300
commit6474225337c9c01b8d98bf9fd6d4e0626773e4f3 (patch)
treec99aecd4b0c183220767f9ea1bbf33701c02f4ee
parent8161b31caf4d1cd8d23f73780f12040e1477a968 (diff)
downloadscudcloud-6474225337c9c01b8d98bf9fd6d4e0626773e4f3.zip
scudcloud-6474225337c9c01b8d98bf9fd6d4e0626773e4f3.tar.gz
scudcloud-6474225337c9c01b8d98bf9fd6d4e0626773e4f3.tar.bz2
New package release
-rw-r--r--README.md6
-rw-r--r--scudcloud-1.0/debian/changelog6
-rwxr-xr-xscudcloud-1.0/scudcloud2
3 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 77ac6d6..27519d2 100644
--- a/README.md
+++ b/README.md
@@ -82,9 +82,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.82.tar.gz
-tar -xvf v1.0.82.tar.gz
-cd scudcloud-1.0.82
+wget https://github.com/raelgc/scudcloud/archive/v1.0.83.tar.gz
+tar -xvf v1.0.83.tar.gz
+cd scudcloud-1.0.83
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 af81feb..0702867 100644
--- a/scudcloud-1.0/debian/changelog
+++ b/scudcloud-1.0/debian/changelog
@@ -1,3 +1,9 @@
+scudcloud (1.0-83) trusty; urgency=medium
+
+ * Saving menubar state (#251)
+
+ -- Rael Gugelmin Cunha <rael.gc@gmail.com> Sat, 17 Oct 2015 07:42:55 -0300
+
scudcloud (1.0-82) trusty; urgency=medium
* Escaping single quotes in leftpane JS (#258)
diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud
index 2010636..478cdf2 100755
--- a/scudcloud-1.0/scudcloud
+++ b/scudcloud-1.0/scudcloud
@@ -13,7 +13,7 @@ from scudcloud import ScudCloud
# The ScudCloud QMainWindow
win = None
-VERSION = '1.0.82'
+VERSION = '1.0.83'
def main():
global win