[Xfce4-commits] [apps/catfish] 01/01: Catfish 1.4.10
noreply at xfce.org
noreply at xfce.org
Fri Sep 13 11:17:59 CEST 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 aa4863bfe236a1fb166e11355700a405b81d5b21
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Fri Sep 13 05:17:25 2019 -0400
Catfish 1.4.10
---
ChangeLog | 18 +++++++++++------
catfish.1 | 2 +-
catfish_lib/catfishconfig.py | 2 +-
data/metainfo/catfish.appdata.xml.in | 9 +++++++++
data/ui/AboutCatfishDialog.ui | 2 +-
po/catfish.pot | 38 +++++++++++++++++++++---------------
setup.py | 2 +-
7 files changed, 47 insertions(+), 26 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8d41ecb..b2658a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-v1.4.10 (UNRELEASED):
+v1.4.10:
+ New Features:
- Preferences Dialog:
- Window layout (titlebar vs. headerbar)
@@ -13,17 +13,23 @@ v1.4.10 (UNRELEASED):
- Keyboard accelerator for the sidebar (F9) is now displayed
+ General:
- Better use of alt-accelerators
- - Standardized icon sizes, no more wrongly-sized icons in the results
+ - Improved installation instructions (Xfce #15105)
+ - Reduced warnings displayed in the terminal
- Simplified Python 2/3 compatibility code
+ - Standardized icon sizes, no more wrongly-sized icons in the results
- Various code quality fixes (pylint, flake)
+ Search (Walk Method):
- Enable traversing symbolic links, processing real paths only once
- Add search priority, with each level processed alphabetically:
- - XDG paths (Desktop, Documents, etc)
- - Visible paths
- - Hidden paths
- + Translations:
+ 1. XDG paths (Desktop, Documents, etc)
+ 2. Visible paths
+ 3. Hidden paths
+ + Translation Updates:
- Combine 3 strings into 1 to help translators (Xfce #15596)
+ Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
+ Croatian, Danish, Dutch, French, Galician, German, Hungarian, Italian,
+ Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese,
+ Portuguese (Brazil), Russian, Serbian, Spanish, Turkish
v1.4.9:
+ Bug Fixes:
diff --git a/catfish.1 b/catfish.1
index ff63ca1..1c368b9 100644
--- a/catfish.1
+++ b/catfish.1
@@ -1,4 +1,4 @@
-.TH CATFISH "1" "August 2019" "catfish 1.4.9" "User Commands"
+.TH CATFISH "1" "September 2019" "catfish 1.4.10" "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 2d84100..47fe47a 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.9'
+__version__ = '1.4.10'
class project_path_not_found(Exception):
diff --git a/data/metainfo/catfish.appdata.xml.in b/data/metainfo/catfish.appdata.xml.in
index 9e215fe..8c788b1 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.10" date="2019-09-13">
+ <description>
+ <_p>This release includes many appearance improvements, introduces
+ a new preferences dialog, and improves search results and performance.
+ </_p>
+ </description>
+ </release>
+
<release version="1.4.9" date="2019-08-11">
<description>
<_p>This release features performance improvements by
@@ -50,6 +58,7 @@
</_p>
</description>
</release>
+
<release version="1.4.8" date="2019-07-27">
<description>
<_p>This release features better desktop integration, support
diff --git a/data/ui/AboutCatfishDialog.ui b/data/ui/AboutCatfishDialog.ui
index 058d567..4516823 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.9</property>
+ <property name="version">1.4.10</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 19e575a..4de0e47 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-09-06 19:21-0400\n"
+"POT-Creation-Date: 2019-09-13 05:13-0400\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,17 +562,23 @@ msgstr ""
#: ../data/metainfo/catfish.appdata.xml.in.h:5
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
+msgid ""
"This release features performance improvements by excluding uncommon search "
"directories."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
msgid ""
"This release features better desktop integration, support for OpenBSD and "
"Wayland, and improved translation support."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
msgid ""
"This release features improved performance, better desktop integration, and "
"a number of long-standing bugs. Quoted search strings are now correctly "
@@ -580,7 +586,7 @@ msgid ""
"generated when requested by the user."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
msgid ""
"This release features several improvements to thumbnail processing and "
"numerous bug fixes. Icon previews have been improved and will now match "
@@ -588,23 +594,23 @@ msgid ""
"now accessible with all desktop themes."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
msgid "This is a minor translations-only release."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
msgid ""
"This release features several performance improvements and numerous "
"translation updates."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
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:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
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-"
@@ -612,7 +618,7 @@ msgid ""
"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 includes a significant interface refresh, improves search "
"speed, and fixes several bugs. The workflow has been improved, utilizing "
@@ -621,42 +627,42 @@ msgid ""
"integration of PolicyKit when available."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
msgid "This release fixes two new bugs and includes updated translations."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:15
+#: ../data/metainfo/catfish.appdata.xml.in.h:16
msgid ""
"This release fixes a regression where the application is unable to start on "
"some systems."
msgstr ""
-#: ../data/metainfo/catfish.appdata.xml.in.h:16
+#: ../data/metainfo/catfish.appdata.xml.in.h:17
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:17
+#: ../data/metainfo/catfish.appdata.xml.in.h:18
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:18
+#: ../data/metainfo/catfish.appdata.xml.in.h:19
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:19
+#: ../data/metainfo/catfish.appdata.xml.in.h:20
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:20
+#: ../data/metainfo/catfish.appdata.xml.in.h:21
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 554973e..2ebc006 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.9',
+ version='1.4.10',
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