diff --git a/app/configs/application.json b/app/configs/application.json
index 7021f8c2460b633340bb8709b907f6997a0cf577..8b09a76c2e8093e5c0270019ca838c0901df425b 100644
--- a/app/configs/application.json
+++ b/app/configs/application.json
@@ -1,7 +1,7 @@
 {
     "id": "ocs-url",
     "name": "ocs-url",
-    "version": "2.0.3",
+    "version": "3.0.0",
     "organization": "ocs-url",
     "domain": "com.ocs-url.ocs-url",
     "icon": ":/desktop/ocs-url.svg",
diff --git a/pkg/archlinux/PKGBUILD b/pkg/archlinux/PKGBUILD
index 0ac8e530a8ebe372bc985750b9147d54b5920dfb..a61184d6d4aad54e3e3316af43ac8a4bad4c5b99 100644
--- a/pkg/archlinux/PKGBUILD
+++ b/pkg/archlinux/PKGBUILD
@@ -1,13 +1,14 @@
 # Maintainer: Akira Ohgaki <akiraohgaki@gmail.com>
 
 pkgname='ocs-url'
-pkgver='2.0.3'
+pkgver='3.0.0'
 pkgrel='1'
 pkgdesc='An install helper program for items served on OpenCollaborationServices (OCS).'
 arch=('i686' 'x86_64')
 url='https://github.com/ocs-url/ocs-url'
 license=('GPL3')
 depends=('qt5-base>=5.2.0' 'qt5-svg>=5.2.0' 'qt5-declarative>=5.2.0' 'qt5-quickcontrols>=5.2.0')
+makedepends=('git')
 #source=("https://github.com/ocs-url/ocs-url/archive/release-${pkgver}.tar.gz")
 source=("${pkgname}.tar.gz")
 md5sums=() #autofill using updpkgsums
diff --git a/pkg/fedora/ocs-url.spec b/pkg/fedora/ocs-url.spec
index b3997134902cf1eff112baffeb1fcbd963c676dc..a1ffd9fc5560bce885a80ba819bd072f3ebeabcb 100644
--- a/pkg/fedora/ocs-url.spec
+++ b/pkg/fedora/ocs-url.spec
@@ -1,6 +1,6 @@
 Summary: OCS-URL
 Name: ocs-url
-Version: 2.0.3
+Version: 3.0.0
 Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Internet
@@ -10,7 +10,7 @@ URL: https://github.com/ocs-url/ocs-url
 Source0: %{name}.tar.gz
 
 Requires: qt5-qtbase >= 5.2.0, qt5-qtbase-gui >= 5.2.0, qt5-qtsvg >= 5.2.0, qt5-qtdeclarative >= 5.2.0, qt5-qtquickcontrols >= 5.2.0
-BuildRequires: make, automake, gcc, gcc-c++, libtool, qt5-qtbase-devel, qt5-qtsvg-devel, qt5-qtdeclarative-devel, rpm-build
+BuildRequires: git make, automake, gcc, gcc-c++, libtool, qt5-qtbase-devel >= 5.2.0, qt5-qtsvg-devel >= 5.2.0, qt5-qtdeclarative-devel >= 5.2.0, rpm-build
 
 %description
 An install helper program for items served on OpenCollaborationServices (OCS).
@@ -38,6 +38,16 @@ make INSTALL_ROOT="%{buildroot}" install
 rm -rf %{buildroot}
 
 %changelog
+* Thu Mar 02 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.0-1
+- Rename xdgurl to ocs-url
+- Add ocs:// and ocss:// schemes
+- xdg:// and xdgs:// schemes still available for backward compatibile
+- New app icon
+- New dialog window
+- Labels and messages are translatable
+- Qt 5.2 support
+- Use the same configs of install-types with ocsstore
+
 * Wed Jan 25 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 2.0.3-1
 - Change installation destination of type bin
 - Update qtlib
diff --git a/pkg/snap/snapcraft.yaml b/pkg/snap/snapcraft.yaml
index 4fdd759885c83af9e063c390dddde1edcc1822fc..fac30b8902d7e7218a8a2baad515b7f6d344077e 100644
--- a/pkg/snap/snapcraft.yaml
+++ b/pkg/snap/snapcraft.yaml
@@ -7,7 +7,7 @@ description: |
 grade: devel
 confinement: strict
 
-#icon: desktop/ocs-url.svg
+icon: desktop/ocs-url.svg
 
 parts:
   ocs-url:
@@ -19,6 +19,7 @@ parts:
     options:
       - PREFIX="/usr"
     build-packages:
+      - git
       - build-essential
       - qt5-default
       - libqt5svg5-dev
diff --git a/pkg/ubuntu/debian/changelog b/pkg/ubuntu/debian/changelog
index c7b134acd0da3c48cd82ae7ccd8547b807a5d8e6..798fc5dd45986c519d7f13b736e2ae2ae80de10a 100644
--- a/pkg/ubuntu/debian/changelog
+++ b/pkg/ubuntu/debian/changelog
@@ -1,3 +1,16 @@
+ocs-url (3.0.0-0ubuntu1) trusty; urgency=low
+
+  * Rename xdgurl to ocs-url
+  * Add ocs:// and ocss:// schemes
+  * xdg:// and xdgs:// schemes still available for backward compatibile
+  * New app icon
+  * New dialog window
+  * Labels and messages are translatable
+  * Qt 5.2 support
+  * Use the same configs of install-types with ocsstore
+
+ -- Akira Ohgaki <akiraohgaki@gmail.com>  Thu, 02 Mar 2017 18:39:39 +0000
+
 ocs-url (2.0.3-0ubuntu1) trusty; urgency=low
 
   * Change installation destination of type bin
diff --git a/pkg/ubuntu/debian/control b/pkg/ubuntu/debian/control
index 59ec0c35369d685f4ee72546ed4b1b8040bc92b8..52f4b84cf6f166599d37b6e0eacf6de067f5a556 100644
--- a/pkg/ubuntu/debian/control
+++ b/pkg/ubuntu/debian/control
@@ -2,7 +2,7 @@ Source: ocs-url
 Section: web
 Priority: optional
 Maintainer: Akira Ohgaki <akiraohgaki@gmail.com>
-Build-Depends: build-essential (>= 11), qt5-default (>= 5.2.0), libqt5svg5-dev (>= 5.2.0), qtdeclarative5-dev (>= 5.2.0), devscripts (>= 2.14), debhelper (>= 9), fakeroot (>= 1.20)
+Build-Depends: git, build-essential, qt5-default (>= 5.2.0), libqt5svg5-dev (>= 5.2.0), qtdeclarative5-dev (>= 5.2.0), devscripts, debhelper, fakeroot
 Standards-Version: 3.9.4
 
 Package: ocs-url