[Xfce4-commits] [apps/catfish] 01/01: Catfish 1.4.11
noreply at xfce.org
noreply at xfce.org
Sat Dec 21 13:02:44 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 508e90d1ec8df7bbdefc3055f4a0e3f44e8ee644
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Dec 21 07:02:17 2019 -0500
Catfish 1.4.11
---
ChangeLog | 13 ++++++++++--
catfish.1 | 2 +-
catfish_lib/catfishconfig.py | 2 +-
data/metainfo/catfish.appdata.xml.in | 8 ++++++++
data/ui/AboutCatfishDialog.ui | 2 +-
po/catfish.pot | 40 +++++++++++++++++++++---------------
setup.py | 2 +-
7 files changed, 46 insertions(+), 23 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9a55586..3852be9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,19 @@
-v1.4.11 (unreleased):
+v1.4.11:
+ + General:
+ - Radio indicators are now displayed on the layout options
+ Bug Fixes:
- Fix crashes when GdkDisplay or GdkScreen calls return None (LP: #1822914)
- Fix configuration of preferred window layout (Xfce #16085)
- Fix finding files in the target directory (Xfce #15985, #16233)
- Fix symbolic link looping (Xfce #16272)
- - Do not search real paths that are above the starting path
+ - Fix home (~) expansion for the start path
+ - Fix asv-summary-has-dot-suffix
+ (https://appstream.debian.org/sid/main/issues/catfish.html)
+ + Translation Updates:
+ Albanian, Belarusian, Catalan, Chinese (China), Chinese (Taiwan), Croatian,
+ Czech, Dutch, French, German, Interlingue, Italian, Korean, Lithuanian,
+ Malay, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian,
+ Slovak, Spanish, Thai, Turkish
v1.4.10:
+ New Features:
diff --git a/catfish.1 b/catfish.1
index 1c368b9..ca136e3 100644
--- a/catfish.1
+++ b/catfish.1
@@ -1,4 +1,4 @@
-.TH CATFISH "1" "September 2019" "catfish 1.4.10" "User Commands"
+.TH CATFISH "1" "December 2019" "catfish 1.4.11" "User Commands"
.SH NAME
catfish \- File searching tool which is configurable via the command line
.SH "DESCRIPTION"
diff --git a/catfish_lib/catfishconfig.py b/catfish_lib/catfishconfig.py
index 47fe47a..afdc96b 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.10'
+__version__ = '1.4.11'
class project_path_not_found(Exception):
diff --git a/data/metainfo/catfish.appdata.xml.in b/data/metainfo/catfish.appdata.xml.in
index 8c788b1..74f9c01 100644
--- a/data/metainfo/catfish.appdata.xml.in
+++ b/data/metainfo/catfish.appdata.xml.in
@@ -43,6 +43,14 @@
</provides>
<releases>
+ <release version="1.4.11" date="2019-12-21">
+ <description>
+ <_p>This releases addresses some startup errors as well as various
+ issues with traversing symbolic links.
+ </_p>
+ </description>
+ </release>
+
<release version="1.4.10" date="2019-09-13">
<description>
<_p>This release includes many appearance improvements, introduces
diff --git a/data/ui/AboutCatfishDialog.ui b/data/ui/AboutCatfishDialog.ui
index 4516823..c223cd5 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.10</property>
+ <property name="version">1.4.11</property>
<property name="copyright">Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org></property>
<property name="comments" translatable="yes">Catfish is a versatile file searching tool.</property>
diff --git a/po/catfish.pot b/po/catfish.pot
index ad10695..09745c1 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-12-20 06:24-0500\n"
+"POT-Creation-Date: 2019-12-21 07:01-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -562,23 +562,29 @@ msgstr ""
#: ../data/metainfo/catfish.appdata.xml.in.h:5
msgid ""
+"This releases addresses some startup errors as well as various issues with "
+"traversing symbolic links."
+msgstr ""
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
"This release includes many appearance improvements, introduces a new "
"preferences dialog, and improves search results and performance."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
msgid ""
"This release features performance improvements by excluding uncommon search "
"directories."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
msgid ""
"This release features better desktop integration, support for OpenBSD and "
"Wayland, and improved translation support."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
msgid ""
"This release features improved performance, better desktop integration, and "
"a number of long-standing bugs. Quoted search strings are now correctly "
@@ -586,7 +592,7 @@ msgid ""
"generated when requested by the user."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
msgid ""
"This release features several improvements to thumbnail processing and "
"numerous bug fixes. Icon previews have been improved and will now match "
@@ -594,23 +600,23 @@ msgid ""
"now accessible with all desktop themes."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
msgid "This is a minor translations-only release."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
msgid ""
"This release features several performance improvements and numerous "
"translation updates."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
msgid ""
"This release now displays all file timestamps according to timezone instead "
"of Universal Coordinated Time (UTC)."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
msgid ""
"This release fixes several bugs related to the results window. Files are "
"once again removed from the results list when deleted. Middle- and right-"
@@ -618,7 +624,7 @@ msgid ""
"according to timezone instead of Universal Coordinated Time (UTC)."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
msgid ""
"This release includes a significant interface refresh, improves search "
"speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -627,42 +633,42 @@ msgid ""
"integration of PolicyKit when available."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
msgid "This release fixes two new bugs and includes updated translations."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
msgid ""
"This release fixes a regression where the application is unable to start on "
"some systems."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
msgid ""
"This release fixes a regression where multiple search terms were no longer "
"supported. An InfoBar is now displayed when the search database is outdated, "
"and the dialogs used to update the database have been improved."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
msgid ""
"This release fixes two issues where locate would not be properly executed "
"and improves handling of missing symbolic icons."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
msgid ""
"This stable release improved the reliability of the password dialog, cleaned "
"up unused code, and fixed potential issues with the list and item selection."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
msgid ""
"This release fixed a potential security issue with program startup and fixed "
"a regression with selecting multiple items."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:21
+#: ../data/metainfo/catfish.appdata.xml.in.h:22
msgid ""
"The first release in the 1.0.x series introduced a refreshed interface and "
"fixed a number of long-standing bugs. Improvements to the default "
diff --git a/setup.py b/setup.py
index 2ebc006..b7ae834 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.10',
+ version='1.4.11',
license='GPL-2+',
author='Sean Davis',
author_email='bluesabre at xfce.org',
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list