diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f7939..56da590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file describes all user-facing changes, by version. # develop +# v2.0.11 + +* Add Support for Firefox/XULrunner v38. +* Fix Linux Executable for Systems with Firefox and XULrunner. +* Fix the OS X Build Script(#689). * Fix Firefox Extension's missing HTML/ODT/Print templates(#691). * Fix Linux executable for systems where `sh` is not `bash`(#688). * Fix Windows file asssociations(for real this time, #431). diff --git a/build/ArchLinux/PKGBUILD b/build/ArchLinux/PKGBUILD index 7ad38e9..8e1ff83 100644 --- a/build/ArchLinux/PKGBUILD +++ b/build/ArchLinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Pavan Rikhi pkgname=pencil -pkgver=2.0.10 +pkgver=2.0.11 pkgrel=1 pkgdesc="Sketching and GUI prototyping/wireframing tool" arch=('any') @@ -9,8 +9,10 @@ url="http://github.com/prikhi/pencil" install='pencil.install' source=("https://github.com/prikhi/pencil/releases/download/v$pkgver/Pencil-$pkgver-linux-pkg.tar.gz") -sha256sums=('b5dcb12986108bf3eb13cdd1ee1fc1f8d1a88c7fadf2a5c44e7a59a254f2b0dd') +sha256sums=('a35d1353de6665cbd4a5bd821dcdf7439f2a3c1fcbccee0f01ec8dd1bb67c4f3') depends=('xulrunner') +optdepends=('pencil-android-lollipop-stencils-git: Android UI' + 'pencil-material-icons-git: Material Design Icons') package() { cp -dr "$srcdir/evolus-pencil/usr" "$pkgdir" diff --git a/build/properties.sh b/build/properties.sh index d2da14b..bcc344d 100755 --- a/build/properties.sh +++ b/build/properties.sh @@ -1,7 +1,7 @@ #!/bin/sh export NAME='Pencil' -export VERSION='2.0.10' +export VERSION='2.0.11' export BUILD=`date +%Y%m%d` export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors' export XPI_NAME='Pencil-'$VERSION'.xpi' diff --git a/docs/source/conf.py b/docs/source/conf.py index 93bb502..7b7fac7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0.10' +release = '2.0.11' primary_domain = 'js'