[Xfce4-commits] [apps/catfish] 01/01: Catfish 1.4.7
noreply at xfce.org
noreply at xfce.org
Sun Jan 27 12:51:43 CET 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/catfish.
commit 953809d9c674cc1e88f90774fe0c7270f28fc9bd
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Jan 27 06:49:49 2019 -0500
Catfish 1.4.7
---
ChangeLog | 29 ++++++++++++++++++-----------
catfish_lib/catfishconfig.py | 2 +-
data/metainfo/catfish.appdata.xml.in | 2 +-
data/ui/AboutCatfishDialog.ui | 2 +-
setup.py | 2 +-
5 files changed, 22 insertions(+), 15 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 811ccb9..ed3c5db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,28 +2,35 @@ v1.4.7:
+ General:
- Cleaner, easier to read manpage contents
- Added information about the --path flag to help and the manpage
- - Updated AppStream requirements
+ - Updated AppStream requirements to align with the latest spec
- Replaced project URLs with HTTPS where possible
+ + Desktop Integration:
- The window layout now respects the current desktop (Xfce #14486)
- A headerbar layout is used for Budgie, GNOME, and Pantheon
- All other desktops use the traditional titlebar layout
- This option can be overridden using the use-headerbar option
in the Catfish configuration file (~/.config/catfish/catfish.rc)
+ - Files can now be dragged into other applications (Xfce #14492)
+ - For file managers, the files will usually be copied to that location
+ - For other applications, the files will be opened by the application
+ Performance:
- - Thumbnails will now only be generated when requested (Xfce #14689)
+ - Thumbnails will now only be generated when the thumbnail view is
+ active (Xfce #14689)
- Added /dev to list of standard excluded directories
+ - Files within /dev can still be searched if explicitly selected by
+ the user
+ Bug Fixes:
- - Quoted search strings now work as expected (Xfce #14501)
- - Files can now be dragged into other applications (Xfce #14492)
+ - Quoted search strings now allow for searching for specific phrases,
+ instead of searching for actual quote characters (Xfce #14501)
- The file context menu can now be opened multiple times (Xfce #14621)
- - Fix crash when Catfish sets multi-select at startup (LP: #1753163)
+ - Fix crash as startup with multi-file selection (LP #1753163)
+ Translation Updates:
- - Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
- Croatian, Czech, Danish, Dutch, English (Australia), French, Galician,
- German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian,
- Japanese, Korean, Malay, Norwegian Nynorsk, Portuguese,
- Portuguese (Brazil), Russian, Serbian, Sinhala, Spanish, Swedish,
- Thai, Turkish, Ukrainian
+ - Albanian, Belarusian, Bulgarian, Catalan, Chinese (China),
+ Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia),
+ French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
+ Indonesian, Italian, Japanese, Korean, Lithuanian, Malay,
+ Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian,
+ Serbian, Sinhala, Spanish, Swedish, Thai, Turkish, Ukrainian
v1.4.6:
+ General:
diff --git a/catfish_lib/catfishconfig.py b/catfish_lib/catfishconfig.py
index 6370f51..2de89ab 100644
--- a/catfish_lib/catfishconfig.py
+++ b/catfish_lib/catfishconfig.py
@@ -31,7 +31,7 @@ __catfish_data_directory__ = '../data/'
# Location of locate.db file
__locate_db_path__ = '/var/lib/mlocate/mlocate.db'
__license__ = 'GPL-3+'
-__version__ = '1.4.6'
+__version__ = '1.4.7'
class project_path_not_found(Exception):
diff --git a/data/metainfo/catfish.appdata.xml.in b/data/metainfo/catfish.appdata.xml.in
index 7967326..54af987 100644
--- a/data/metainfo/catfish.appdata.xml.in
+++ b/data/metainfo/catfish.appdata.xml.in
@@ -43,7 +43,7 @@
</provides>
<releases>
- <release version="1.4.7" date="2019-01-20">
+ <release version="1.4.7" date="2019-01-27">
<description>
<_p>This release features improved performance, better desktop
integration, and a number of long-standing bugs. Quoted search
diff --git a/data/ui/AboutCatfishDialog.ui b/data/ui/AboutCatfishDialog.ui
index 0253823..cb79b21 100644
--- a/data/ui/AboutCatfishDialog.ui
+++ b/data/ui/AboutCatfishDialog.ui
@@ -10,7 +10,7 @@
<property name="icon_name">catfish</property>
<property name="type_hint">normal</property>
<property name="program_name">Catfish</property>
- <property name="version">1.4.6</property>
+ <property name="version">1.4.7</property>
<property name="copyright">Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com></property>
<property name="comments" translatable="yes">Catfish is a versatile file searching tool.</property>
diff --git a/setup.py b/setup.py
index fa66cef..73929f2 100644
--- a/setup.py
+++ b/setup.py
@@ -198,7 +198,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
DistUtilsExtra.auto.setup(
name='catfish',
- version='1.4.6',
+ version='1.4.7',
license='GPL-2+',
author='Sean Davis',
author_email='smd.seandavis at gmail.com',
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list