diff -Nru folder-color-0.0.77/debian/changelog folder-color-0.0.78/debian/changelog --- folder-color-0.0.77/debian/changelog 2015-05-01 08:06:53.000000000 +0000 +++ folder-color-0.0.78/debian/changelog 2015-05-01 16:19:04.000000000 +0000 @@ -1,8 +1,7 @@ -folder-color (0.0.77) trusty; urgency=low +folder-color (0.0.78) trusty; urgency=low - * No restore entry if not changes - * Scape characters in folders - * Updated languages + * Orange color changed to Humanity + * Dark recent inside - -- costales Fri, 1 May 2015 10:04:31 +0000 + -- costales Fri, 1 May 2015 18:04:31 +0000 diff -Nru folder-color-0.0.77/debian/control folder-color-0.0.78/debian/control --- folder-color-0.0.77/debian/control 2015-05-01 08:06:53.000000000 +0000 +++ folder-color-0.0.78/debian/control 2015-05-01 16:19:04.000000000 +0000 @@ -1,7 +1,7 @@ Source: folder-color Section: utils Priority: extra -Standards-Version: 0.0.77 +Standards-Version: 0.0.78 Maintainer: costales Build-Depends: python-distutils-extra, debhelper (>=7) Homepage: https://code.launchpad.net/folder-color diff -Nru folder-color-0.0.77/nautilus-extension/folder-color.py folder-color-0.0.78/nautilus-extension/folder-color.py --- folder-color-0.0.77/nautilus-extension/folder-color.py 2015-05-01 08:06:29.000000000 +0000 +++ folder-color-0.0.78/nautilus-extension/folder-color.py 2015-05-01 16:18:43.000000000 +0000 @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Folder Color 0.0.77 +# Folder Color 0.0.78 # Copyright (C) 2012-2015 Marcos Alvarez Costales https://launchpad.net/~costales # # Folder Color is free software; you can redistribute it and/or modify diff -Nru folder-color-0.0.77/setup.py folder-color-0.0.78/setup.py --- folder-color-0.0.77/setup.py 2015-05-01 08:06:53.000000000 +0000 +++ folder-color-0.0.78/setup.py 2015-05-01 16:19:04.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Folder Color 0.0.77 - http://launchpad.net/folder-color +# Folder Color 0.0.78 - http://launchpad.net/folder-color # Copyright (C) 2012-2015 Marcos Alvarez Costales https://launchpad.net/~costales # # folder-color is free software; you can redistribute it and/or modify @@ -26,7 +26,7 @@ # Setup stage DistUtilsExtra.auto.setup( name = "folder-color", - version = "0.0.77", + version = "0.0.78", description = "Change your folder color in Nautilus", author = "Marcos Alvarez Costales https://launchpad.net/~costales", author_email = "https://launchpad.net/~costales",