diff options
author | Rael <rael.gc@gmail.com> | 2015-10-17 15:09:00 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-10-17 15:09:00 -0300 |
commit | f42fc592cb9700fa891f181929c607d24ba6fa6b (patch) | |
tree | a98945e12915eafa579cdb5287c027588aa1bcc2 | |
parent | ab7f7d1e9751bdece5ae2775fc3e1834f71fcc8a (diff) | |
download | scudcloud-f42fc592cb9700fa891f181929c607d24ba6fa6b.zip scudcloud-f42fc592cb9700fa891f181929c607d24ba6fa6b.tar.gz scudcloud-f42fc592cb9700fa891f181929c607d24ba6fa6b.tar.bz2 |
New package release
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | scudcloud-1.0/debian/changelog | 6 | ||||
-rwxr-xr-x | scudcloud-1.0/scudcloud | 2 |
3 files changed, 10 insertions, 4 deletions
@@ -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.83.tar.gz -tar -xvf v1.0.83.tar.gz -cd scudcloud-1.0.83 +wget https://github.com/raelgc/scudcloud/archive/v1.0.84.tar.gz +tar -xvf v1.0.84.tar.gz +cd scudcloud-1.0.84 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 0702867..0aea70f 100644 --- a/scudcloud-1.0/debian/changelog +++ b/scudcloud-1.0/debian/changelog @@ -1,3 +1,9 @@ +scudcloud (1.0-84) trusty; urgency=medium + + * Escape single quote on team icon (#264) + + -- Rael Gugelmin Cunha <rael.gc@gmail.com> Sat, 17 Oct 2015 15:07:12 -0300 + scudcloud (1.0-83) trusty; urgency=medium * Saving menubar state (#251) diff --git a/scudcloud-1.0/scudcloud b/scudcloud-1.0/scudcloud index 478cdf2..f70222b 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.83' +VERSION = '1.0.84' def main(): global win |